Shades of Smoky #5F5974
Tints of Smoky #5F5974
RGB
CMYK
RGB Variations
Color information
#5F5974 (or 0x5F5974) is known color: Smoky. HEX triplet: 5F, 59 and 74. RGB value is (95,89,116). Sum of RGB (Red+Green+Blue) = 95+89+116=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F5974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5974 is #A0A68B. Grayscale: #5D5D5D. Windows color (decimal): -10528396 or 7625055. OLE color: 7625055.
HSL color Cylindrical-coordinate representation of color #5F5974: hue angle of 253.33º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F5974 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 89 | 116 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.55 |
| HSL | 253.33º | 0.13% | 0.4% | - |
| HSV(B) | 253.33º | 0.23% | 0.45% | - |
| XYZ | 11.44 | 10.84 | 18.01 | - |
| YUV | 93.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 116 | 0.18 | 0.23 | 0 | 0.55 | 253.33 | 0.13 | 0.4 |
| Hex | 5F | 59 | 74 | 12 | 17 | 0 | 37 | FD | D | 28 |
| Octal | 137 | 131 | 164 | 22 | 27 | 0 | 67 | 375 | 15 | 50 |
| Binary | 1011111 | 1011001 | 1110100 | 10010 | 10111 | 0 | 110111 | 11111101 | 1101 | 101000 |
Color Harmonies of #5F5974
Complementary color
Monochromatic Colors of #5F5974
Black with #5F5974
Text Example
Text Example
White with #5F5974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5974; }
p { color: rgb(95,89,116); }
H1.HeaderClassName
{
color: #5F5974;
}
.AnyTagClassName
{
color: #5F5974;
}
</style>
background-color css
<style>
a { background-color: #5F5974; }
a { background-color: rgb(95,89,116); }
div.DivClassName
{
background-color: #5F5974;
}
.BgClassName
{
background-color: #5F5974;
}
</style>
border-color css
<style>
span { border-color: #5F5974; }
span { border-color: rgb(95,89,116); }
td.TdClassName
{
border-color: #5F5974;
}
.TagClassName
{
border-color: #5F5974;
}
</style>