Shades of Smoky #5F5976
Tints of Smoky #5F5976
RGB
CMYK
RGB Variations
Color information
#5F5976 (or 0x5F5976) is known color: Smoky. HEX triplet: 5F, 59 and 76. RGB value is (95,89,118). Sum of RGB (Red+Green+Blue) = 95+89+118=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F5976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5976 is #A0A689. Grayscale: #5D5D5D. Windows color (decimal): -10528394 or 7756127. OLE color: 7756127.
HSL color Cylindrical-coordinate representation of color #5F5976: hue angle of 252.41º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F5976 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 89 | 118 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.54 |
| HSL | 252.41º | 0.14% | 0.41% | - |
| HSV(B) | 252.41º | 0.25% | 0.46% | - |
| XYZ | 11.56 | 10.89 | 18.63 | - |
| YUV | 94.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 118 | 0.19 | 0.25 | 0 | 0.54 | 252.41 | 0.14 | 0.41 |
| Hex | 5F | 59 | 76 | 13 | 19 | 0 | 36 | FC | E | 29 |
| Octal | 137 | 131 | 166 | 23 | 31 | 0 | 66 | 374 | 16 | 51 |
| Binary | 1011111 | 1011001 | 1110110 | 10011 | 11001 | 0 | 110110 | 11111100 | 1110 | 101001 |
Color Harmonies of #5F5976
Complementary color
Monochromatic Colors of #5F5976
Black with #5F5976
Text Example
Text Example
White with #5F5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5976; }
p { color: rgb(95,89,118); }
H1.HeaderClassName
{
color: #5F5976;
}
.AnyTagClassName
{
color: #5F5976;
}
</style>
background-color css
<style>
a { background-color: #5F5976; }
a { background-color: rgb(95,89,118); }
div.DivClassName
{
background-color: #5F5976;
}
.BgClassName
{
background-color: #5F5976;
}
</style>
border-color css
<style>
span { border-color: #5F5976; }
span { border-color: rgb(95,89,118); }
td.TdClassName
{
border-color: #5F5976;
}
.TagClassName
{
border-color: #5F5976;
}
</style>