Shades of Scorpion #625B5D
Tints of Scorpion #625B5D
RGB
CMYK
RGB Variations
Color information
#625B5D (or 0x625B5D) is known color: Scorpion. HEX triplet: 62, 5B and 5D. RGB value is (98,91,93). Sum of RGB (Red+Green+Blue) = 98+91+93=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 98 - color contains mainly: red. Hex color #625B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B5D is #9DA4A2. Grayscale: #5D5D5D. Windows color (decimal): -10331299 or 6118242. OLE color: 6118242.
HSL color Cylindrical-coordinate representation of color #625B5D: hue angle of 342.86º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #625B5D is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
RGB | 98 | 91 | 93 | - |
CMYK | 0 | 0.07 | 0.05 | 0.62 |
HSL | 342.86º | 0.04% | 0.37% | - |
HSV(B) | 342.86º | 0.07% | 0.38% | - |
XYZ | 10.75 | 10.87 | 11.89 | - |
YUV | 93.32 | 127.82 | 131.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 91 | 93 | 0 | 0.07 | 0.05 | 0.62 | 342.86 | 0.04 | 0.37 |
Hex | 62 | 5B | 5D | 0 | 7 | 5 | 3E | 157 | 4 | 25 |
Octal | 142 | 133 | 135 | 0 | 7 | 5 | 76 | 527 | 4 | 45 |
Binary | 1100010 | 1011011 | 1011101 | 0 | 111 | 101 | 111110 | 101010111 | 100 | 100101 |
Color Harmonies of #625B5D
Complementary color
Monochromatic Colors of #625B5D
Black with #625B5D
Text Example
Text Example
White with #625B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B5D; }
p { color: rgb(98,91,93); }
H1.HeaderClassName
{
color: #625B5D;
}
.AnyTagClassName
{
color: #625B5D;
}
</style>
background-color css
<style>
a { background-color: #625B5D; }
a { background-color: rgb(98,91,93); }
div.DivClassName
{
background-color: #625B5D;
}
.BgClassName
{
background-color: #625B5D;
}
</style>
border-color css
<style>
span { border-color: #625B5D; }
span { border-color: rgb(98,91,93); }
td.TdClassName
{
border-color: #625B5D;
}
.TagClassName
{
border-color: #625B5D;
}
</style>