Shades of Smoky #5E596B
Tints of Smoky #5E596B
RGB
CMYK
RGB Variations
Color information
#5E596B (or 0x5E596B) is known color: Smoky. HEX triplet: 5E, 59 and 6B. RGB value is (94,89,107). Sum of RGB (Red+Green+Blue) = 94+89+107=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #5E596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E596B is #A1A694. Grayscale: #5C5C5C. Windows color (decimal): -10593941 or 7035230. OLE color: 7035230.
HSL color Cylindrical-coordinate representation of color #5E596B: hue angle of 256.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E596B is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 89 | 107 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.58 |
| HSL | 256.67º | 0.09% | 0.38% | - |
| HSV(B) | 256.67º | 0.17% | 0.42% | - |
| XYZ | 10.84 | 10.59 | 15.38 | - |
| YUV | 92.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 107 | 0.12 | 0.17 | 0 | 0.58 | 256.67 | 0.09 | 0.38 |
| Hex | 5E | 59 | 6B | C | 11 | 0 | 3A | 101 | 9 | 26 |
| Octal | 136 | 131 | 153 | 14 | 21 | 0 | 72 | 401 | 11 | 46 |
| Binary | 1011110 | 1011001 | 1101011 | 1100 | 10001 | 0 | 111010 | 100000001 | 1001 | 100110 |
Color Harmonies of #5E596B
Complementary color
Monochromatic Colors of #5E596B
Black with #5E596B
Text Example
Text Example
White with #5E596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E596B; }
p { color: rgb(94,89,107); }
H1.HeaderClassName
{
color: #5E596B;
}
.AnyTagClassName
{
color: #5E596B;
}
</style>
background-color css
<style>
a { background-color: #5E596B; }
a { background-color: rgb(94,89,107); }
div.DivClassName
{
background-color: #5E596B;
}
.BgClassName
{
background-color: #5E596B;
}
</style>
border-color css
<style>
span { border-color: #5E596B; }
span { border-color: rgb(94,89,107); }
td.TdClassName
{
border-color: #5E596B;
}
.TagClassName
{
border-color: #5E596B;
}
</style>