Shades of Smoky #5E5870
Tints of Smoky #5E5870
RGB
CMYK
RGB Variations
Color information
#5E5870 (or 0x5E5870) is known color: Smoky. HEX triplet: 5E, 58 and 70. RGB value is (94,88,112). Sum of RGB (Red+Green+Blue) = 94+88+112=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E5870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5870 is #A1A78F. Grayscale: #5C5C5C. Windows color (decimal): -10594192 or 7362654. OLE color: 7362654.
HSL color Cylindrical-coordinate representation of color #5E5870: hue angle of 255º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E5870 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 88 | 112 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.56 |
| HSL | 255º | 0.12% | 0.39% | - |
| HSV(B) | 255º | 0.21% | 0.44% | - |
| XYZ | 11.03 | 10.53 | 16.78 | - |
| YUV | 92.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 112 | 0.16 | 0.21 | 0 | 0.56 | 255 | 0.12 | 0.39 |
| Hex | 5E | 58 | 70 | 10 | 15 | 0 | 38 | FF | C | 27 |
| Octal | 136 | 130 | 160 | 20 | 25 | 0 | 70 | 377 | 14 | 47 |
| Binary | 1011110 | 1011000 | 1110000 | 10000 | 10101 | 0 | 111000 | 11111111 | 1100 | 100111 |
Color Harmonies of #5E5870
Complementary color
Monochromatic Colors of #5E5870
Black with #5E5870
Text Example
Text Example
White with #5E5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5870; }
p { color: rgb(94,88,112); }
H1.HeaderClassName
{
color: #5E5870;
}
.AnyTagClassName
{
color: #5E5870;
}
</style>
background-color css
<style>
a { background-color: #5E5870; }
a { background-color: rgb(94,88,112); }
div.DivClassName
{
background-color: #5E5870;
}
.BgClassName
{
background-color: #5E5870;
}
</style>
border-color css
<style>
span { border-color: #5E5870; }
span { border-color: rgb(94,88,112); }
td.TdClassName
{
border-color: #5E5870;
}
.TagClassName
{
border-color: #5E5870;
}
</style>