Shades of Smoky #595172
Tints of Smoky #595172
RGB
CMYK
RGB Variations
Color information
#595172 (or 0x595172) is known color: Smoky. HEX triplet: 59, 51 and 72. RGB value is (89,81,114). Sum of RGB (Red+Green+Blue) = 89+81+114=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #595172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595172 is #A6AE8D. Grayscale: #575757. Windows color (decimal): -10923662 or 7491929. OLE color: 7491929.
HSL color Cylindrical-coordinate representation of color #595172: hue angle of 254.55º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #595172 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 81 | 114 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.55 |
| HSL | 254.55º | 0.17% | 0.38% | - |
| HSV(B) | 254.55º | 0.29% | 0.45% | - |
| XYZ | 10.1 | 9.22 | 17.17 | - |
| YUV | 87.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 114 | 0.22 | 0.29 | 0 | 0.55 | 254.55 | 0.17 | 0.38 |
| Hex | 59 | 51 | 72 | 16 | 1D | 0 | 37 | FF | 11 | 26 |
| Octal | 131 | 121 | 162 | 26 | 35 | 0 | 67 | 377 | 21 | 46 |
| Binary | 1011001 | 1010001 | 1110010 | 10110 | 11101 | 0 | 110111 | 11111111 | 10001 | 100110 |
Color Harmonies of #595172
Complementary color
Monochromatic Colors of #595172
Black with #595172
Text Example
Text Example
White with #595172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595172; }
p { color: rgb(89,81,114); }
H1.HeaderClassName
{
color: #595172;
}
.AnyTagClassName
{
color: #595172;
}
</style>
background-color css
<style>
a { background-color: #595172; }
a { background-color: rgb(89,81,114); }
div.DivClassName
{
background-color: #595172;
}
.BgClassName
{
background-color: #595172;
}
</style>
border-color css
<style>
span { border-color: #595172; }
span { border-color: rgb(89,81,114); }
td.TdClassName
{
border-color: #595172;
}
.TagClassName
{
border-color: #595172;
}
</style>