Shades of Scorpion #5F5A5C
Tints of Scorpion #5F5A5C
RGB
CMYK
RGB Variations
Color information
#5F5A5C (or 0x5F5A5C) is known color: Scorpion. HEX triplet: 5F, 5A and 5C. RGB value is (95,90,92). Sum of RGB (Red+Green+Blue) = 95+90+92=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5A5C is #A0A5A3. Grayscale: #5B5B5B. Windows color (decimal): -10528164 or 6052447. OLE color: 6052447.
HSL color Cylindrical-coordinate representation of color #5F5A5C: hue angle of 336º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5F5A5C is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 90 | 92 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.63 |
| HSL | 336º | 0.03% | 0.36% | - |
| HSV(B) | 336º | 0.05% | 0.37% | - |
| XYZ | 10.31 | 10.52 | 11.61 | - |
| YUV | 91.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 92 | 0 | 0.05 | 0.03 | 0.63 | 336 | 0.03 | 0.36 |
| Hex | 5F | 5A | 5C | 0 | 5 | 3 | 3F | 150 | 3 | 24 |
| Octal | 137 | 132 | 134 | 0 | 5 | 3 | 77 | 520 | 3 | 44 |
| Binary | 1011111 | 1011010 | 1011100 | 0 | 101 | 11 | 111111 | 101010000 | 11 | 100100 |
Color Harmonies of #5F5A5C
Complementary color
Monochromatic Colors of #5F5A5C
Black with #5F5A5C
Text Example
Text Example
White with #5F5A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5A5C; }
p { color: rgb(95,90,92); }
H1.HeaderClassName
{
color: #5F5A5C;
}
.AnyTagClassName
{
color: #5F5A5C;
}
</style>
background-color css
<style>
a { background-color: #5F5A5C; }
a { background-color: rgb(95,90,92); }
div.DivClassName
{
background-color: #5F5A5C;
}
.BgClassName
{
background-color: #5F5A5C;
}
</style>
border-color css
<style>
span { border-color: #5F5A5C; }
span { border-color: rgb(95,90,92); }
td.TdClassName
{
border-color: #5F5A5C;
}
.TagClassName
{
border-color: #5F5A5C;
}
</style>