Shades of Smoky #5E5878
Tints of Smoky #5E5878
RGB
CMYK
RGB Variations
Color information
#5E5878 (or 0x5E5878) is known color: Smoky. HEX triplet: 5E, 58 and 78. RGB value is (94,88,120). Sum of RGB (Red+Green+Blue) = 94+88+120=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E5878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5878 is #A1A787. Grayscale: #5D5D5D. Windows color (decimal): -10594184 or 7886942. OLE color: 7886942.
HSL color Cylindrical-coordinate representation of color #5E5878: hue angle of 251.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E5878 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 88 | 120 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.53 |
| HSL | 251.25º | 0.15% | 0.41% | - |
| HSV(B) | 251.25º | 0.27% | 0.47% | - |
| XYZ | 11.5 | 10.72 | 19.23 | - |
| YUV | 93.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 120 | 0.22 | 0.27 | 0 | 0.53 | 251.25 | 0.15 | 0.41 |
| Hex | 5E | 58 | 78 | 16 | 1B | 0 | 35 | FB | F | 29 |
| Octal | 136 | 130 | 170 | 26 | 33 | 0 | 65 | 373 | 17 | 51 |
| Binary | 1011110 | 1011000 | 1111000 | 10110 | 11011 | 0 | 110101 | 11111011 | 1111 | 101001 |
Color Harmonies of #5E5878
Complementary color
Monochromatic Colors of #5E5878
Black with #5E5878
Text Example
Text Example
White with #5E5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5878; }
p { color: rgb(94,88,120); }
H1.HeaderClassName
{
color: #5E5878;
}
.AnyTagClassName
{
color: #5E5878;
}
</style>
background-color css
<style>
a { background-color: #5E5878; }
a { background-color: rgb(94,88,120); }
div.DivClassName
{
background-color: #5E5878;
}
.BgClassName
{
background-color: #5E5878;
}
</style>
border-color css
<style>
span { border-color: #5E5878; }
span { border-color: rgb(94,88,120); }
td.TdClassName
{
border-color: #5E5878;
}
.TagClassName
{
border-color: #5E5878;
}
</style>