Shades of Smoky #595272
Tints of Smoky #595272
RGB
CMYK
RGB Variations
Color information
#595272 (or 0x595272) is known color: Smoky. HEX triplet: 59, 52 and 72. RGB value is (89,82,114). Sum of RGB (Red+Green+Blue) = 89+82+114=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #595272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595272 is #A6AD8D. Grayscale: #575757. Windows color (decimal): -10923406 or 7492185. OLE color: 7492185.
HSL color Cylindrical-coordinate representation of color #595272: hue angle of 253.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595272 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 82 | 114 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.55 |
| HSL | 253.13º | 0.16% | 0.38% | - |
| HSV(B) | 253.13º | 0.28% | 0.45% | - |
| XYZ | 10.17 | 9.37 | 17.19 | - |
| YUV | 87.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 114 | 0.22 | 0.28 | 0 | 0.55 | 253.13 | 0.16 | 0.38 |
| Hex | 59 | 52 | 72 | 16 | 1C | 0 | 37 | FD | 10 | 26 |
| Octal | 131 | 122 | 162 | 26 | 34 | 0 | 67 | 375 | 20 | 46 |
| Binary | 1011001 | 1010010 | 1110010 | 10110 | 11100 | 0 | 110111 | 11111101 | 10000 | 100110 |
Color Harmonies of #595272
Complementary color
Monochromatic Colors of #595272
Black with #595272
Text Example
Text Example
White with #595272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595272; }
p { color: rgb(89,82,114); }
H1.HeaderClassName
{
color: #595272;
}
.AnyTagClassName
{
color: #595272;
}
</style>
background-color css
<style>
a { background-color: #595272; }
a { background-color: rgb(89,82,114); }
div.DivClassName
{
background-color: #595272;
}
.BgClassName
{
background-color: #595272;
}
</style>
border-color css
<style>
span { border-color: #595272; }
span { border-color: rgb(89,82,114); }
td.TdClassName
{
border-color: #595272;
}
.TagClassName
{
border-color: #595272;
}
</style>