Shades of Liver #594F54
Tints of Liver #594F54
RGB
CMYK
RGB Variations
Color information
#594F54 (or 0x594F54) is known color: Liver. HEX triplet: 59, 4F and 54. RGB value is (89,79,84). Sum of RGB (Red+Green+Blue) = 89+79+84=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #594F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F54 is #A6B0AB. Grayscale: #525252. Windows color (decimal): -10924204 or 5525337. OLE color: 5525337.
HSL color Cylindrical-coordinate representation of color #594F54: hue angle of 330º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #594F54 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 84 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.65 |
| HSL | 330º | 0.06% | 0.33% | - |
| HSV(B) | 330º | 0.11% | 0.35% | - |
| XYZ | 8.52 | 8.36 | 9.55 | - |
| YUV | 82.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 84 | 0 | 0.11 | 0.06 | 0.65 | 330 | 0.06 | 0.33 |
| Hex | 59 | 4F | 54 | 0 | B | 6 | 41 | 14A | 6 | 21 |
| Octal | 131 | 117 | 124 | 0 | 13 | 6 | 101 | 512 | 6 | 41 |
| Binary | 1011001 | 1001111 | 1010100 | 0 | 1011 | 110 | 1000001 | 101001010 | 110 | 100001 |
Color Harmonies of #594F54
Complementary color
Monochromatic Colors of #594F54
Black with #594F54
Text Example
Text Example
White with #594F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F54; }
p { color: rgb(89,79,84); }
H1.HeaderClassName
{
color: #594F54;
}
.AnyTagClassName
{
color: #594F54;
}
</style>
background-color css
<style>
a { background-color: #594F54; }
a { background-color: rgb(89,79,84); }
div.DivClassName
{
background-color: #594F54;
}
.BgClassName
{
background-color: #594F54;
}
</style>
border-color css
<style>
span { border-color: #594F54; }
span { border-color: rgb(89,79,84); }
td.TdClassName
{
border-color: #594F54;
}
.TagClassName
{
border-color: #594F54;
}
</style>