Shades of Smoky #5E5578
Tints of Smoky #5E5578
RGB
CMYK
RGB Variations
Color information
#5E5578 (or 0x5E5578) is known color: Smoky. HEX triplet: 5E, 55 and 78. RGB value is (94,85,120). Sum of RGB (Red+Green+Blue) = 94+85+120=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E5578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5578 is #A1AA87. Grayscale: #5B5B5B. Windows color (decimal): -10594952 or 7886174. OLE color: 7886174.
HSL color Cylindrical-coordinate representation of color #5E5578: hue angle of 255.43º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E5578 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 85 | 120 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.53 |
| HSL | 255.43º | 0.17% | 0.4% | - |
| HSV(B) | 255.43º | 0.29% | 0.47% | - |
| XYZ | 11.25 | 10.23 | 19.15 | - |
| YUV | 91.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 120 | 0.22 | 0.29 | 0 | 0.53 | 255.43 | 0.17 | 0.4 |
| Hex | 5E | 55 | 78 | 16 | 1D | 0 | 35 | FF | 11 | 28 |
| Octal | 136 | 125 | 170 | 26 | 35 | 0 | 65 | 377 | 21 | 50 |
| Binary | 1011110 | 1010101 | 1111000 | 10110 | 11101 | 0 | 110101 | 11111111 | 10001 | 101000 |
Color Harmonies of #5E5578
Complementary color
Monochromatic Colors of #5E5578
Black with #5E5578
Text Example
Text Example
White with #5E5578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5578; }
p { color: rgb(94,85,120); }
H1.HeaderClassName
{
color: #5E5578;
}
.AnyTagClassName
{
color: #5E5578;
}
</style>
background-color css
<style>
a { background-color: #5E5578; }
a { background-color: rgb(94,85,120); }
div.DivClassName
{
background-color: #5E5578;
}
.BgClassName
{
background-color: #5E5578;
}
</style>
border-color css
<style>
span { border-color: #5E5578; }
span { border-color: rgb(94,85,120); }
td.TdClassName
{
border-color: #5E5578;
}
.TagClassName
{
border-color: #5E5578;
}
</style>