Shades of Smoky #595569
Tints of Smoky #595569
RGB
CMYK
RGB Variations
Color information
#595569 (or 0x595569) is known color: Smoky. HEX triplet: 59, 55 and 69. RGB value is (89,85,105). Sum of RGB (Red+Green+Blue) = 89+85+105=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 105 - color contains mainly: blue. Hex color #595569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595569 is #A6AA96. Grayscale: #585858. Windows color (decimal): -10922647 or 6903129. OLE color: 6903129.
HSL color Cylindrical-coordinate representation of color #595569: hue angle of 252º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #595569 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 85 | 105 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.59 |
| HSL | 252º | 0.11% | 0.37% | - |
| HSV(B) | 252º | 0.19% | 0.41% | - |
| XYZ | 9.92 | 9.64 | 14.7 | - |
| YUV | 88.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 105 | 0.15 | 0.19 | 0 | 0.59 | 252 | 0.11 | 0.37 |
| Hex | 59 | 55 | 69 | F | 13 | 0 | 3B | FC | B | 25 |
| Octal | 131 | 125 | 151 | 17 | 23 | 0 | 73 | 374 | 13 | 45 |
| Binary | 1011001 | 1010101 | 1101001 | 1111 | 10011 | 0 | 111011 | 11111100 | 1011 | 100101 |
Color Harmonies of #595569
Complementary color
Monochromatic Colors of #595569
Black with #595569
Text Example
Text Example
White with #595569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595569; }
p { color: rgb(89,85,105); }
H1.HeaderClassName
{
color: #595569;
}
.AnyTagClassName
{
color: #595569;
}
</style>
background-color css
<style>
a { background-color: #595569; }
a { background-color: rgb(89,85,105); }
div.DivClassName
{
background-color: #595569;
}
.BgClassName
{
background-color: #595569;
}
</style>
border-color css
<style>
span { border-color: #595569; }
span { border-color: rgb(89,85,105); }
td.TdClassName
{
border-color: #595569;
}
.TagClassName
{
border-color: #595569;
}
</style>