Shades of Smoky #5E5575
Tints of Smoky #5E5575
RGB
CMYK
RGB Variations
Color information
#5E5575 (or 0x5E5575) is known color: Smoky. HEX triplet: 5E, 55 and 75. RGB value is (94,85,117). Sum of RGB (Red+Green+Blue) = 94+85+117=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E5575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5575 is #A1AA8A. Grayscale: #5B5B5B. Windows color (decimal): -10594955 or 7689566. OLE color: 7689566.
HSL color Cylindrical-coordinate representation of color #5E5575: hue angle of 256.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E5575 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 85 | 117 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.54 |
| HSL | 256.88º | 0.16% | 0.4% | - |
| HSV(B) | 256.88º | 0.27% | 0.46% | - |
| XYZ | 11.08 | 10.16 | 18.21 | - |
| YUV | 91.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 117 | 0.20 | 0.27 | 0 | 0.54 | 256.88 | 0.16 | 0.4 |
| Hex | 5E | 55 | 75 | 14 | 1B | 0 | 36 | 101 | 10 | 28 |
| Octal | 136 | 125 | 165 | 24 | 33 | 0 | 66 | 401 | 20 | 50 |
| Binary | 1011110 | 1010101 | 1110101 | 10100 | 11011 | 0 | 110110 | 100000001 | 10000 | 101000 |
Color Harmonies of #5E5575
Complementary color
Monochromatic Colors of #5E5575
Black with #5E5575
Text Example
Text Example
White with #5E5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5575; }
p { color: rgb(94,85,117); }
H1.HeaderClassName
{
color: #5E5575;
}
.AnyTagClassName
{
color: #5E5575;
}
</style>
background-color css
<style>
a { background-color: #5E5575; }
a { background-color: rgb(94,85,117); }
div.DivClassName
{
background-color: #5E5575;
}
.BgClassName
{
background-color: #5E5575;
}
</style>
border-color css
<style>
span { border-color: #5E5575; }
span { border-color: rgb(94,85,117); }
td.TdClassName
{
border-color: #5E5575;
}
.TagClassName
{
border-color: #5E5575;
}
</style>