Shades of Smoky #595573
Tints of Smoky #595573
RGB
CMYK
RGB Variations
Color information
#595573 (or 0x595573) is known color: Smoky. HEX triplet: 59, 55 and 73. RGB value is (89,85,115). Sum of RGB (Red+Green+Blue) = 89+85+115=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #595573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595573 is #A6AA8C. Grayscale: #595959. Windows color (decimal): -10922637 or 7558489. OLE color: 7558489.
HSL color Cylindrical-coordinate representation of color #595573: hue angle of 248º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #595573 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 85 | 115 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.55 |
| HSL | 248º | 0.15% | 0.39% | - |
| HSV(B) | 248º | 0.26% | 0.45% | - |
| XYZ | 10.46 | 9.86 | 17.57 | - |
| YUV | 89.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 115 | 0.23 | 0.26 | 0 | 0.55 | 248 | 0.15 | 0.39 |
| Hex | 59 | 55 | 73 | 17 | 1A | 0 | 37 | F8 | F | 27 |
| Octal | 131 | 125 | 163 | 27 | 32 | 0 | 67 | 370 | 17 | 47 |
| Binary | 1011001 | 1010101 | 1110011 | 10111 | 11010 | 0 | 110111 | 11111000 | 1111 | 100111 |
Color Harmonies of #595573
Complementary color
Monochromatic Colors of #595573
Black with #595573
Text Example
Text Example
White with #595573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595573; }
p { color: rgb(89,85,115); }
H1.HeaderClassName
{
color: #595573;
}
.AnyTagClassName
{
color: #595573;
}
</style>
background-color css
<style>
a { background-color: #595573; }
a { background-color: rgb(89,85,115); }
div.DivClassName
{
background-color: #595573;
}
.BgClassName
{
background-color: #595573;
}
</style>
border-color css
<style>
span { border-color: #595573; }
span { border-color: rgb(89,85,115); }
td.TdClassName
{
border-color: #595573;
}
.TagClassName
{
border-color: #595573;
}
</style>