Shades of Scorpion #605B5D
Tints of Scorpion #605B5D
RGB
CMYK
RGB Variations
Color information
#605B5D (or 0x605B5D) is known color: Scorpion. HEX triplet: 60, 5B and 5D. RGB value is (96,91,93). Sum of RGB (Red+Green+Blue) = 96+91+93=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 96 - color contains mainly: red. Hex color #605B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B5D is #9FA4A2. Grayscale: #5C5C5C. Windows color (decimal): -10462371 or 6118240. OLE color: 6118240.
HSL color Cylindrical-coordinate representation of color #605B5D: hue angle of 336º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #605B5D is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 93 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.62 |
| HSL | 336º | 0.03% | 0.37% | - |
| HSV(B) | 336º | 0.05% | 0.38% | - |
| XYZ | 10.54 | 10.76 | 11.88 | - |
| YUV | 92.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 93 | 0 | 0.05 | 0.03 | 0.62 | 336 | 0.03 | 0.37 |
| Hex | 60 | 5B | 5D | 0 | 5 | 3 | 3E | 150 | 3 | 25 |
| Octal | 140 | 133 | 135 | 0 | 5 | 3 | 76 | 520 | 3 | 45 |
| Binary | 1100000 | 1011011 | 1011101 | 0 | 101 | 11 | 111110 | 101010000 | 11 | 100101 |
Color Harmonies of #605B5D
Complementary color
Monochromatic Colors of #605B5D
Black with #605B5D
Text Example
Text Example
White with #605B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B5D; }
p { color: rgb(96,91,93); }
H1.HeaderClassName
{
color: #605B5D;
}
.AnyTagClassName
{
color: #605B5D;
}
</style>
background-color css
<style>
a { background-color: #605B5D; }
a { background-color: rgb(96,91,93); }
div.DivClassName
{
background-color: #605B5D;
}
.BgClassName
{
background-color: #605B5D;
}
</style>
border-color css
<style>
span { border-color: #605B5D; }
span { border-color: rgb(96,91,93); }
td.TdClassName
{
border-color: #605B5D;
}
.TagClassName
{
border-color: #605B5D;
}
</style>