Shades of Smoky #5E596F
Tints of Smoky #5E596F
RGB
CMYK
RGB Variations
Color information
#5E596F (or 0x5E596F) is known color: Smoky. HEX triplet: 5E, 59 and 6F. RGB value is (94,89,111). Sum of RGB (Red+Green+Blue) = 94+89+111=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E596F is #A1A690. Grayscale: #5C5C5C. Windows color (decimal): -10593937 or 7297374. OLE color: 7297374.
HSL color Cylindrical-coordinate representation of color #5E596F: hue angle of 253.64º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E596F is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 89 | 111 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.56 |
| HSL | 253.64º | 0.11% | 0.39% | - |
| HSV(B) | 253.64º | 0.2% | 0.44% | - |
| XYZ | 11.06 | 10.67 | 16.52 | - |
| YUV | 93 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 111 | 0.15 | 0.20 | 0 | 0.56 | 253.64 | 0.11 | 0.39 |
| Hex | 5E | 59 | 6F | F | 14 | 0 | 38 | FE | B | 27 |
| Octal | 136 | 131 | 157 | 17 | 24 | 0 | 70 | 376 | 13 | 47 |
| Binary | 1011110 | 1011001 | 1101111 | 1111 | 10100 | 0 | 111000 | 11111110 | 1011 | 100111 |
Color Harmonies of #5E596F
Complementary color
Monochromatic Colors of #5E596F
Black with #5E596F
Text Example
Text Example
White with #5E596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E596F; }
p { color: rgb(94,89,111); }
H1.HeaderClassName
{
color: #5E596F;
}
.AnyTagClassName
{
color: #5E596F;
}
</style>
background-color css
<style>
a { background-color: #5E596F; }
a { background-color: rgb(94,89,111); }
div.DivClassName
{
background-color: #5E596F;
}
.BgClassName
{
background-color: #5E596F;
}
</style>
border-color css
<style>
span { border-color: #5E596F; }
span { border-color: rgb(94,89,111); }
td.TdClassName
{
border-color: #5E596F;
}
.TagClassName
{
border-color: #5E596F;
}
</style>