Shades of Smoky #5E5678
Tints of Smoky #5E5678
RGB
CMYK
RGB Variations
Color information
#5E5678 (or 0x5E5678) is known color: Smoky. HEX triplet: 5E, 56 and 78. RGB value is (94,86,120). Sum of RGB (Red+Green+Blue) = 94+86+120=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E5678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5678 is #A1A987. Grayscale: #5C5C5C. Windows color (decimal): -10594696 or 7886430. OLE color: 7886430.
HSL color Cylindrical-coordinate representation of color #5E5678: hue angle of 254.12º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E5678 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 86 | 120 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.53 |
| HSL | 254.12º | 0.17% | 0.4% | - |
| HSV(B) | 254.12º | 0.28% | 0.47% | - |
| XYZ | 11.33 | 10.39 | 19.18 | - |
| YUV | 92.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 120 | 0.22 | 0.28 | 0 | 0.53 | 254.12 | 0.17 | 0.4 |
| Hex | 5E | 56 | 78 | 16 | 1C | 0 | 35 | FE | 11 | 28 |
| Octal | 136 | 126 | 170 | 26 | 34 | 0 | 65 | 376 | 21 | 50 |
| Binary | 1011110 | 1010110 | 1111000 | 10110 | 11100 | 0 | 110101 | 11111110 | 10001 | 101000 |
Color Harmonies of #5E5678
Complementary color
Monochromatic Colors of #5E5678
Black with #5E5678
Text Example
Text Example
White with #5E5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5678; }
p { color: rgb(94,86,120); }
H1.HeaderClassName
{
color: #5E5678;
}
.AnyTagClassName
{
color: #5E5678;
}
</style>
background-color css
<style>
a { background-color: #5E5678; }
a { background-color: rgb(94,86,120); }
div.DivClassName
{
background-color: #5E5678;
}
.BgClassName
{
background-color: #5E5678;
}
</style>
border-color css
<style>
span { border-color: #5E5678; }
span { border-color: rgb(94,86,120); }
td.TdClassName
{
border-color: #5E5678;
}
.TagClassName
{
border-color: #5E5678;
}
</style>