Shades of Smoky #5E596A
Tints of Smoky #5E596A
RGB
CMYK
RGB Variations
Color information
#5E596A (or 0x5E596A) is known color: Smoky. HEX triplet: 5E, 59 and 6A. RGB value is (94,89,106). Sum of RGB (Red+Green+Blue) = 94+89+106=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E596A is #A1A695. Grayscale: #5C5C5C. Windows color (decimal): -10593942 or 6969694. OLE color: 6969694.
HSL color Cylindrical-coordinate representation of color #5E596A: hue angle of 257.65º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E596A is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 89 | 106 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.58 |
| HSL | 257.65º | 0.09% | 0.38% | - |
| HSV(B) | 257.65º | 0.16% | 0.42% | - |
| XYZ | 10.79 | 10.57 | 15.11 | - |
| YUV | 92.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 106 | 0.11 | 0.16 | 0 | 0.58 | 257.65 | 0.09 | 0.38 |
| Hex | 5E | 59 | 6A | B | 10 | 0 | 3A | 102 | 9 | 26 |
| Octal | 136 | 131 | 152 | 13 | 20 | 0 | 72 | 402 | 11 | 46 |
| Binary | 1011110 | 1011001 | 1101010 | 1011 | 10000 | 0 | 111010 | 100000010 | 1001 | 100110 |
Color Harmonies of #5E596A
Complementary color
Monochromatic Colors of #5E596A
Black with #5E596A
Text Example
Text Example
White with #5E596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E596A; }
p { color: rgb(94,89,106); }
H1.HeaderClassName
{
color: #5E596A;
}
.AnyTagClassName
{
color: #5E596A;
}
</style>
background-color css
<style>
a { background-color: #5E596A; }
a { background-color: rgb(94,89,106); }
div.DivClassName
{
background-color: #5E596A;
}
.BgClassName
{
background-color: #5E596A;
}
</style>
border-color css
<style>
span { border-color: #5E596A; }
span { border-color: rgb(94,89,106); }
td.TdClassName
{
border-color: #5E596A;
}
.TagClassName
{
border-color: #5E596A;
}
</style>