Shades of Smoky #5E5673
Tints of Smoky #5E5673
RGB
CMYK
RGB Variations
Color information
#5E5673 (or 0x5E5673) is known color: Smoky. HEX triplet: 5E, 56 and 73. RGB value is (94,86,115). Sum of RGB (Red+Green+Blue) = 94+86+115=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5673 is #A1A98C. Grayscale: #5B5B5B. Windows color (decimal): -10594701 or 7558750. OLE color: 7558750.
HSL color Cylindrical-coordinate representation of color #5E5673: hue angle of 256.55º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E5673 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 86 | 115 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.55 |
| HSL | 256.55º | 0.14% | 0.39% | - |
| HSV(B) | 256.55º | 0.25% | 0.45% | - |
| XYZ | 11.04 | 10.27 | 17.62 | - |
| YUV | 91.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 115 | 0.18 | 0.25 | 0 | 0.55 | 256.55 | 0.14 | 0.39 |
| Hex | 5E | 56 | 73 | 12 | 19 | 0 | 37 | 101 | E | 27 |
| Octal | 136 | 126 | 163 | 22 | 31 | 0 | 67 | 401 | 16 | 47 |
| Binary | 1011110 | 1010110 | 1110011 | 10010 | 11001 | 0 | 110111 | 100000001 | 1110 | 100111 |
Color Harmonies of #5E5673
Complementary color
Monochromatic Colors of #5E5673
Black with #5E5673
Text Example
Text Example
White with #5E5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5673; }
p { color: rgb(94,86,115); }
H1.HeaderClassName
{
color: #5E5673;
}
.AnyTagClassName
{
color: #5E5673;
}
</style>
background-color css
<style>
a { background-color: #5E5673; }
a { background-color: rgb(94,86,115); }
div.DivClassName
{
background-color: #5E5673;
}
.BgClassName
{
background-color: #5E5673;
}
</style>
border-color css
<style>
span { border-color: #5E5673; }
span { border-color: rgb(94,86,115); }
td.TdClassName
{
border-color: #5E5673;
}
.TagClassName
{
border-color: #5E5673;
}
</style>