Shades of Smoky #595564
Tints of Smoky #595564
RGB
CMYK
RGB Variations
Color information
#595564 (or 0x595564) is known color: Smoky. HEX triplet: 59, 55 and 64. RGB value is (89,85,100). Sum of RGB (Red+Green+Blue) = 89+85+100=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 100 - color contains mainly: blue. Hex color #595564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595564 is #A6AA9B. Grayscale: #575757. Windows color (decimal): -10922652 or 6575449. OLE color: 6575449.
HSL color Cylindrical-coordinate representation of color #595564: hue angle of 256º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #595564 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 85 | 100 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.61 |
| HSL | 256º | 0.08% | 0.36% | - |
| HSV(B) | 256º | 0.15% | 0.39% | - |
| XYZ | 9.67 | 9.54 | 13.39 | - |
| YUV | 87.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 100 | 0.11 | 0.15 | 0 | 0.61 | 256 | 0.08 | 0.36 |
| Hex | 59 | 55 | 64 | B | F | 0 | 3D | 100 | 8 | 24 |
| Octal | 131 | 125 | 144 | 13 | 17 | 0 | 75 | 400 | 10 | 44 |
| Binary | 1011001 | 1010101 | 1100100 | 1011 | 1111 | 0 | 111101 | 100000000 | 1000 | 100100 |
Color Harmonies of #595564
Complementary color
Monochromatic Colors of #595564
Black with #595564
Text Example
Text Example
White with #595564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595564; }
p { color: rgb(89,85,100); }
H1.HeaderClassName
{
color: #595564;
}
.AnyTagClassName
{
color: #595564;
}
</style>
background-color css
<style>
a { background-color: #595564; }
a { background-color: rgb(89,85,100); }
div.DivClassName
{
background-color: #595564;
}
.BgClassName
{
background-color: #595564;
}
</style>
border-color css
<style>
span { border-color: #595564; }
span { border-color: rgb(89,85,100); }
td.TdClassName
{
border-color: #595564;
}
.TagClassName
{
border-color: #595564;
}
</style>