Shades of Smoky #594F72
Tints of Smoky #594F72
RGB
CMYK
RGB Variations
Color information
#594F72 (or 0x594F72) is known color: Smoky. HEX triplet: 59, 4F and 72. RGB value is (89,79,114). Sum of RGB (Red+Green+Blue) = 89+79+114=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #594F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F72 is #A6B08D. Grayscale: #555555. Windows color (decimal): -10924174 or 7491417. OLE color: 7491417.
HSL color Cylindrical-coordinate representation of color #594F72: hue angle of 257.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #594F72 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 79 | 114 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.55 |
| HSL | 257.14º | 0.18% | 0.38% | - |
| HSV(B) | 257.14º | 0.31% | 0.45% | - |
| XYZ | 9.95 | 8.93 | 17.12 | - |
| YUV | 85.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 114 | 0.22 | 0.31 | 0 | 0.55 | 257.14 | 0.18 | 0.38 |
| Hex | 59 | 4F | 72 | 16 | 1F | 0 | 37 | 101 | 12 | 26 |
| Octal | 131 | 117 | 162 | 26 | 37 | 0 | 67 | 401 | 22 | 46 |
| Binary | 1011001 | 1001111 | 1110010 | 10110 | 11111 | 0 | 110111 | 100000001 | 10010 | 100110 |
Color Harmonies of #594F72
Complementary color
Monochromatic Colors of #594F72
Black with #594F72
Text Example
Text Example
White with #594F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F72; }
p { color: rgb(89,79,114); }
H1.HeaderClassName
{
color: #594F72;
}
.AnyTagClassName
{
color: #594F72;
}
</style>
background-color css
<style>
a { background-color: #594F72; }
a { background-color: rgb(89,79,114); }
div.DivClassName
{
background-color: #594F72;
}
.BgClassName
{
background-color: #594F72;
}
</style>
border-color css
<style>
span { border-color: #594F72; }
span { border-color: rgb(89,79,114); }
td.TdClassName
{
border-color: #594F72;
}
.TagClassName
{
border-color: #594F72;
}
</style>