Shades of Scorpion #605C5D
Tints of Scorpion #605C5D
RGB
CMYK
RGB Variations
Color information
#605C5D (or 0x605C5D) is known color: Scorpion. HEX triplet: 60, 5C and 5D. RGB value is (96,92,93). Sum of RGB (Red+Green+Blue) = 96+92+93=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 96 - color contains mainly: red. Hex color #605C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C5D is #9FA3A2. Grayscale: #5D5D5D. Windows color (decimal): -10462115 or 6118496. OLE color: 6118496.
HSL color Cylindrical-coordinate representation of color #605C5D: hue angle of 345º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #605C5D is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
RGB | 96 | 92 | 93 | - |
CMYK | 0 | 0.04 | 0.03 | 0.62 |
HSL | 345º | 0.02% | 0.37% | - |
HSV(B) | 345º | 0.04% | 0.38% | - |
XYZ | 10.63 | 10.93 | 11.91 | - |
YUV | 93.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 92 | 93 | 0 | 0.04 | 0.03 | 0.62 | 345 | 0.02 | 0.37 |
Hex | 60 | 5C | 5D | 0 | 4 | 3 | 3E | 159 | 2 | 25 |
Octal | 140 | 134 | 135 | 0 | 4 | 3 | 76 | 531 | 2 | 45 |
Binary | 1100000 | 1011100 | 1011101 | 0 | 100 | 11 | 111110 | 101011001 | 10 | 100101 |
Color Harmonies of #605C5D
Complementary color
Monochromatic Colors of #605C5D
Black with #605C5D
Text Example
Text Example
White with #605C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C5D; }
p { color: rgb(96,92,93); }
H1.HeaderClassName
{
color: #605C5D;
}
.AnyTagClassName
{
color: #605C5D;
}
</style>
background-color css
<style>
a { background-color: #605C5D; }
a { background-color: rgb(96,92,93); }
div.DivClassName
{
background-color: #605C5D;
}
.BgClassName
{
background-color: #605C5D;
}
</style>
border-color css
<style>
span { border-color: #605C5D; }
span { border-color: rgb(96,92,93); }
td.TdClassName
{
border-color: #605C5D;
}
.TagClassName
{
border-color: #605C5D;
}
</style>