Shades of Smoky #5E5579
Tints of Smoky #5E5579
RGB
CMYK
RGB Variations
Color information
#5E5579 (or 0x5E5579) is known color: Smoky. HEX triplet: 5E, 55 and 79. RGB value is (94,85,121). Sum of RGB (Red+Green+Blue) = 94+85+121=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E5579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5579 is #A1AA86. Grayscale: #5B5B5B. Windows color (decimal): -10594951 or 7951710. OLE color: 7951710.
HSL color Cylindrical-coordinate representation of color #5E5579: hue angle of 255º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E5579 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 85 | 121 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.53 |
| HSL | 255º | 0.17% | 0.4% | - |
| HSV(B) | 255º | 0.3% | 0.47% | - |
| XYZ | 11.32 | 10.26 | 19.47 | - |
| YUV | 91.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 121 | 0.22 | 0.30 | 0 | 0.53 | 255 | 0.17 | 0.4 |
| Hex | 5E | 55 | 79 | 16 | 1E | 0 | 35 | FF | 11 | 28 |
| Octal | 136 | 125 | 171 | 26 | 36 | 0 | 65 | 377 | 21 | 50 |
| Binary | 1011110 | 1010101 | 1111001 | 10110 | 11110 | 0 | 110101 | 11111111 | 10001 | 101000 |
Color Harmonies of #5E5579
Complementary color
Monochromatic Colors of #5E5579
Black with #5E5579
Text Example
Text Example
White with #5E5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5579; }
p { color: rgb(94,85,121); }
H1.HeaderClassName
{
color: #5E5579;
}
.AnyTagClassName
{
color: #5E5579;
}
</style>
background-color css
<style>
a { background-color: #5E5579; }
a { background-color: rgb(94,85,121); }
div.DivClassName
{
background-color: #5E5579;
}
.BgClassName
{
background-color: #5E5579;
}
</style>
border-color css
<style>
span { border-color: #5E5579; }
span { border-color: rgb(94,85,121); }
td.TdClassName
{
border-color: #5E5579;
}
.TagClassName
{
border-color: #5E5579;
}
</style>