Shades of Smoky #5E596C
Tints of Smoky #5E596C
RGB
CMYK
RGB Variations
Color information
#5E596C (or 0x5E596C) is known color: Smoky. HEX triplet: 5E, 59 and 6C. RGB value is (94,89,108). Sum of RGB (Red+Green+Blue) = 94+89+108=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E596C is #A1A693. Grayscale: #5C5C5C. Windows color (decimal): -10593940 or 7100766. OLE color: 7100766.
HSL color Cylindrical-coordinate representation of color #5E596C: hue angle of 255.79º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E596C is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 89 | 108 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.58 |
| HSL | 255.79º | 0.1% | 0.39% | - |
| HSV(B) | 255.79º | 0.18% | 0.42% | - |
| XYZ | 10.9 | 10.61 | 15.66 | - |
| YUV | 92.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 108 | 0.13 | 0.18 | 0 | 0.58 | 255.79 | 0.1 | 0.39 |
| Hex | 5E | 59 | 6C | D | 12 | 0 | 3A | 100 | A | 27 |
| Octal | 136 | 131 | 154 | 15 | 22 | 0 | 72 | 400 | 12 | 47 |
| Binary | 1011110 | 1011001 | 1101100 | 1101 | 10010 | 0 | 111010 | 100000000 | 1010 | 100111 |
Color Harmonies of #5E596C
Complementary color
Monochromatic Colors of #5E596C
Black with #5E596C
Text Example
Text Example
White with #5E596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E596C; }
p { color: rgb(94,89,108); }
H1.HeaderClassName
{
color: #5E596C;
}
.AnyTagClassName
{
color: #5E596C;
}
</style>
background-color css
<style>
a { background-color: #5E596C; }
a { background-color: rgb(94,89,108); }
div.DivClassName
{
background-color: #5E596C;
}
.BgClassName
{
background-color: #5E596C;
}
</style>
border-color css
<style>
span { border-color: #5E596C; }
span { border-color: rgb(94,89,108); }
td.TdClassName
{
border-color: #5E596C;
}
.TagClassName
{
border-color: #5E596C;
}
</style>