Shades of Smoky #595072
Tints of Smoky #595072
RGB
CMYK
RGB Variations
Color information
#595072 (or 0x595072) is known color: Smoky. HEX triplet: 59, 50 and 72. RGB value is (89,80,114). Sum of RGB (Red+Green+Blue) = 89+80+114=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #595072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595072 is #A6AF8D. Grayscale: #565656. Windows color (decimal): -10923918 or 7491673. OLE color: 7491673.
HSL color Cylindrical-coordinate representation of color #595072: hue angle of 255.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595072 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 80 | 114 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.55 |
| HSL | 255.88º | 0.18% | 0.38% | - |
| HSV(B) | 255.88º | 0.3% | 0.45% | - |
| XYZ | 10.03 | 9.08 | 17.14 | - |
| YUV | 86.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 114 | 0.22 | 0.30 | 0 | 0.55 | 255.88 | 0.18 | 0.38 |
| Hex | 59 | 50 | 72 | 16 | 1E | 0 | 37 | 100 | 12 | 26 |
| Octal | 131 | 120 | 162 | 26 | 36 | 0 | 67 | 400 | 22 | 46 |
| Binary | 1011001 | 1010000 | 1110010 | 10110 | 11110 | 0 | 110111 | 100000000 | 10010 | 100110 |
Color Harmonies of #595072
Complementary color
Monochromatic Colors of #595072
Black with #595072
Text Example
Text Example
White with #595072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595072; }
p { color: rgb(89,80,114); }
H1.HeaderClassName
{
color: #595072;
}
.AnyTagClassName
{
color: #595072;
}
</style>
background-color css
<style>
a { background-color: #595072; }
a { background-color: rgb(89,80,114); }
div.DivClassName
{
background-color: #595072;
}
.BgClassName
{
background-color: #595072;
}
</style>
border-color css
<style>
span { border-color: #595072; }
span { border-color: rgb(89,80,114); }
td.TdClassName
{
border-color: #595072;
}
.TagClassName
{
border-color: #595072;
}
</style>