Shades of Smoky #5F5774
Tints of Smoky #5F5774
RGB
CMYK
RGB Variations
Color information
#5F5774 (or 0x5F5774) is known color: Smoky. HEX triplet: 5F, 57 and 74. RGB value is (95,87,116). Sum of RGB (Red+Green+Blue) = 95+87+116=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5774 is #A0A88B. Grayscale: #5C5C5C. Windows color (decimal): -10528908 or 7624543. OLE color: 7624543.
HSL color Cylindrical-coordinate representation of color #5F5774: hue angle of 256.55º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F5774 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 87 | 116 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.55 |
| HSL | 256.55º | 0.14% | 0.4% | - |
| HSV(B) | 256.55º | 0.25% | 0.45% | - |
| XYZ | 11.28 | 10.51 | 17.96 | - |
| YUV | 92.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 87 | 116 | 0.18 | 0.25 | 0 | 0.55 | 256.55 | 0.14 | 0.4 |
| Hex | 5F | 57 | 74 | 12 | 19 | 0 | 37 | 101 | E | 28 |
| Octal | 137 | 127 | 164 | 22 | 31 | 0 | 67 | 401 | 16 | 50 |
| Binary | 1011111 | 1010111 | 1110100 | 10010 | 11001 | 0 | 110111 | 100000001 | 1110 | 101000 |
Color Harmonies of #5F5774
Complementary color
Monochromatic Colors of #5F5774
Black with #5F5774
Text Example
Text Example
White with #5F5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5774; }
p { color: rgb(95,87,116); }
H1.HeaderClassName
{
color: #5F5774;
}
.AnyTagClassName
{
color: #5F5774;
}
</style>
background-color css
<style>
a { background-color: #5F5774; }
a { background-color: rgb(95,87,116); }
div.DivClassName
{
background-color: #5F5774;
}
.BgClassName
{
background-color: #5F5774;
}
</style>
border-color css
<style>
span { border-color: #5F5774; }
span { border-color: rgb(95,87,116); }
td.TdClassName
{
border-color: #5F5774;
}
.TagClassName
{
border-color: #5F5774;
}
</style>