Shades of Smoky #5E5373
Tints of Smoky #5E5373
RGB
CMYK
RGB Variations
Color information
#5E5373 (or 0x5E5373) is known color: Smoky. HEX triplet: 5E, 53 and 73. RGB value is (94,83,115). Sum of RGB (Red+Green+Blue) = 94+83+115=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5373 is #A1AC8C. Grayscale: #595959. Windows color (decimal): -10595469 or 7557982. OLE color: 7557982.
HSL color Cylindrical-coordinate representation of color #5E5373: hue angle of 260.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E5373 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 83 | 115 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.55 |
| HSL | 260.63º | 0.16% | 0.39% | - |
| HSV(B) | 260.63º | 0.28% | 0.45% | - |
| XYZ | 10.8 | 9.8 | 17.54 | - |
| YUV | 89.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 115 | 0.18 | 0.28 | 0 | 0.55 | 260.63 | 0.16 | 0.39 |
| Hex | 5E | 53 | 73 | 12 | 1C | 0 | 37 | 105 | 10 | 27 |
| Octal | 136 | 123 | 163 | 22 | 34 | 0 | 67 | 405 | 20 | 47 |
| Binary | 1011110 | 1010011 | 1110011 | 10010 | 11100 | 0 | 110111 | 100000101 | 10000 | 100111 |
Color Harmonies of #5E5373
Complementary color
Monochromatic Colors of #5E5373
Black with #5E5373
Text Example
Text Example
White with #5E5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5373; }
p { color: rgb(94,83,115); }
H1.HeaderClassName
{
color: #5E5373;
}
.AnyTagClassName
{
color: #5E5373;
}
</style>
background-color css
<style>
a { background-color: #5E5373; }
a { background-color: rgb(94,83,115); }
div.DivClassName
{
background-color: #5E5373;
}
.BgClassName
{
background-color: #5E5373;
}
</style>
border-color css
<style>
span { border-color: #5E5373; }
span { border-color: rgb(94,83,115); }
td.TdClassName
{
border-color: #5E5373;
}
.TagClassName
{
border-color: #5E5373;
}
</style>