I have the following string

"dota2.exe 9252 Console 1 716.304 KB"

I only want to return 716.304 KB (all the numbers are dynamic). I can't figure out how to manipulate the string since it's not static. Can I somehow use $5- for this?