Shades of Smoky #5E596E
Tints of Smoky #5E596E
RGB
CMYK
RGB Variations
Color information
#5E596E (or 0x5E596E) is known color: Smoky. HEX triplet: 5E, 59 and 6E. RGB value is (94,89,110). Sum of RGB (Red+Green+Blue) = 94+89+110=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E596E is #A1A691. Grayscale: #5C5C5C. Windows color (decimal): -10593938 or 7231838. OLE color: 7231838.
HSL color Cylindrical-coordinate representation of color #5E596E: hue angle of 254.29º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E596E is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 94 | 89 | 110 | - |
CMYK | 0.15 | 0.19 | 0 | 0.57 |
HSL | 254.29º | 0.11% | 0.39% | - |
HSV(B) | 254.29º | 0.19% | 0.43% | - |
XYZ | 11 | 10.65 | 16.23 | - |
YUV | 92.89 | 137.66 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 89 | 110 | 0.15 | 0.19 | 0 | 0.57 | 254.29 | 0.11 | 0.39 |
Hex | 5E | 59 | 6E | F | 13 | 0 | 39 | FE | B | 27 |
Octal | 136 | 131 | 156 | 17 | 23 | 0 | 71 | 376 | 13 | 47 |
Binary | 1011110 | 1011001 | 1101110 | 1111 | 10011 | 0 | 111001 | 11111110 | 1011 | 100111 |
Color Harmonies of #5E596E
Complementary color
Monochromatic Colors of #5E596E
Black with #5E596E
Text Example
Text Example
White with #5E596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E596E; }
p { color: rgb(94,89,110); }
H1.HeaderClassName
{
color: #5E596E;
}
.AnyTagClassName
{
color: #5E596E;
}
</style>
background-color css
<style>
a { background-color: #5E596E; }
a { background-color: rgb(94,89,110); }
div.DivClassName
{
background-color: #5E596E;
}
.BgClassName
{
background-color: #5E596E;
}
</style>
border-color css
<style>
span { border-color: #5E596E; }
span { border-color: rgb(94,89,110); }
td.TdClassName
{
border-color: #5E596E;
}
.TagClassName
{
border-color: #5E596E;
}
</style>