Shades of Smoky #5E5973
Tints of Smoky #5E5973
RGB
CMYK
RGB Variations
Color information
#5E5973 (or 0x5E5973) is known color: Smoky. HEX triplet: 5E, 59 and 73. RGB value is (94,89,115). Sum of RGB (Red+Green+Blue) = 94+89+115=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E5973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5973 is #A1A68C. Grayscale: #5D5D5D. Windows color (decimal): -10593933 or 7559518. OLE color: 7559518.
HSL color Cylindrical-coordinate representation of color #5E5973: hue angle of 251.54º 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 #5E5973 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 89 | 115 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.55 |
| HSL | 251.54º | 0.13% | 0.4% | - |
| HSV(B) | 251.54º | 0.23% | 0.45% | - |
| XYZ | 11.28 | 10.76 | 17.7 | - |
| YUV | 93.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 115 | 0.18 | 0.23 | 0 | 0.55 | 251.54 | 0.13 | 0.4 |
| Hex | 5E | 59 | 73 | 12 | 17 | 0 | 37 | FC | D | 28 |
| Octal | 136 | 131 | 163 | 22 | 27 | 0 | 67 | 374 | 15 | 50 |
| Binary | 1011110 | 1011001 | 1110011 | 10010 | 10111 | 0 | 110111 | 11111100 | 1101 | 101000 |
Color Harmonies of #5E5973
Complementary color
Monochromatic Colors of #5E5973
Black with #5E5973
Text Example
Text Example
White with #5E5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5973; }
p { color: rgb(94,89,115); }
H1.HeaderClassName
{
color: #5E5973;
}
.AnyTagClassName
{
color: #5E5973;
}
</style>
background-color css
<style>
a { background-color: #5E5973; }
a { background-color: rgb(94,89,115); }
div.DivClassName
{
background-color: #5E5973;
}
.BgClassName
{
background-color: #5E5973;
}
</style>
border-color css
<style>
span { border-color: #5E5973; }
span { border-color: rgb(94,89,115); }
td.TdClassName
{
border-color: #5E5973;
}
.TagClassName
{
border-color: #5E5973;
}
</style>