Shades of Smoky #5E5972
Tints of Smoky #5E5972
RGB
CMYK
RGB Variations
Color information
#5E5972 (or 0x5E5972) is known color: Smoky. HEX triplet: 5E, 59 and 72. RGB value is (94,89,114). Sum of RGB (Red+Green+Blue) = 94+89+114=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E5972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5972 is #A1A68D. Grayscale: #5D5D5D. Windows color (decimal): -10593934 or 7493982. OLE color: 7493982.
HSL color Cylindrical-coordinate representation of color #5E5972: hue angle of 252º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E5972 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 89 | 114 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.55 |
| HSL | 252º | 0.12% | 0.4% | - |
| HSV(B) | 252º | 0.22% | 0.45% | - |
| XYZ | 11.23 | 10.74 | 17.4 | - |
| YUV | 93.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 114 | 0.18 | 0.22 | 0 | 0.55 | 252 | 0.12 | 0.4 |
| Hex | 5E | 59 | 72 | 12 | 16 | 0 | 37 | FC | C | 28 |
| Octal | 136 | 131 | 162 | 22 | 26 | 0 | 67 | 374 | 14 | 50 |
| Binary | 1011110 | 1011001 | 1110010 | 10010 | 10110 | 0 | 110111 | 11111100 | 1100 | 101000 |
Color Harmonies of #5E5972
Complementary color
Monochromatic Colors of #5E5972
Black with #5E5972
Text Example
Text Example
White with #5E5972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5972; }
p { color: rgb(94,89,114); }
H1.HeaderClassName
{
color: #5E5972;
}
.AnyTagClassName
{
color: #5E5972;
}
</style>
background-color css
<style>
a { background-color: #5E5972; }
a { background-color: rgb(94,89,114); }
div.DivClassName
{
background-color: #5E5972;
}
.BgClassName
{
background-color: #5E5972;
}
</style>
border-color css
<style>
span { border-color: #5E5972; }
span { border-color: rgb(94,89,114); }
td.TdClassName
{
border-color: #5E5972;
}
.TagClassName
{
border-color: #5E5972;
}
</style>