Shades of Smoky #5F5874
Tints of Smoky #5F5874
RGB
CMYK
RGB Variations
Color information
#5F5874 (or 0x5F5874) is known color: Smoky. HEX triplet: 5F, 58 and 74. RGB value is (95,88,116). Sum of RGB (Red+Green+Blue) = 95+88+116=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F5874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5874 is #A0A78B. Grayscale: #5D5D5D. Windows color (decimal): -10528652 or 7624799. OLE color: 7624799.
HSL color Cylindrical-coordinate representation of color #5F5874: hue angle of 255º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F5874 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 88 | 116 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.55 |
| HSL | 255º | 0.14% | 0.4% | - |
| HSV(B) | 255º | 0.24% | 0.45% | - |
| XYZ | 11.36 | 10.67 | 17.98 | - |
| YUV | 93.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 116 | 0.18 | 0.24 | 0 | 0.55 | 255 | 0.14 | 0.4 |
| Hex | 5F | 58 | 74 | 12 | 18 | 0 | 37 | FF | E | 28 |
| Octal | 137 | 130 | 164 | 22 | 30 | 0 | 67 | 377 | 16 | 50 |
| Binary | 1011111 | 1011000 | 1110100 | 10010 | 11000 | 0 | 110111 | 11111111 | 1110 | 101000 |
Color Harmonies of #5F5874
Complementary color
Monochromatic Colors of #5F5874
Black with #5F5874
Text Example
Text Example
White with #5F5874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5874; }
p { color: rgb(95,88,116); }
H1.HeaderClassName
{
color: #5F5874;
}
.AnyTagClassName
{
color: #5F5874;
}
</style>
background-color css
<style>
a { background-color: #5F5874; }
a { background-color: rgb(95,88,116); }
div.DivClassName
{
background-color: #5F5874;
}
.BgClassName
{
background-color: #5F5874;
}
</style>
border-color css
<style>
span { border-color: #5F5874; }
span { border-color: rgb(95,88,116); }
td.TdClassName
{
border-color: #5F5874;
}
.TagClassName
{
border-color: #5F5874;
}
</style>