Shades of Liver #594E52
Tints of Liver #594E52
RGB
CMYK
RGB Variations
Color information
#594E52 (or 0x594E52) is known color: Liver. HEX triplet: 59, 4E and 52. RGB value is (89,78,82). Sum of RGB (Red+Green+Blue) = 89+78+82=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #594E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E52 is #A6B1AD. Grayscale: #515151. Windows color (decimal): -10924462 or 5394009. OLE color: 5394009.
HSL color Cylindrical-coordinate representation of color #594E52: hue angle of 338.18º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #594E52 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 82 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.65 |
| HSL | 338.18º | 0.07% | 0.33% | - |
| HSV(B) | 338.18º | 0.12% | 0.35% | - |
| XYZ | 8.37 | 8.18 | 9.12 | - |
| YUV | 81.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 82 | 0 | 0.12 | 0.08 | 0.65 | 338.18 | 0.07 | 0.33 |
| Hex | 59 | 4E | 52 | 0 | C | 8 | 41 | 152 | 7 | 21 |
| Octal | 131 | 116 | 122 | 0 | 14 | 10 | 101 | 522 | 7 | 41 |
| Binary | 1011001 | 1001110 | 1010010 | 0 | 1100 | 1000 | 1000001 | 101010010 | 111 | 100001 |
Color Harmonies of #594E52
Complementary color
Monochromatic Colors of #594E52
Black with #594E52
Text Example
Text Example
White with #594E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E52; }
p { color: rgb(89,78,82); }
H1.HeaderClassName
{
color: #594E52;
}
.AnyTagClassName
{
color: #594E52;
}
</style>
background-color css
<style>
a { background-color: #594E52; }
a { background-color: rgb(89,78,82); }
div.DivClassName
{
background-color: #594E52;
}
.BgClassName
{
background-color: #594E52;
}
</style>
border-color css
<style>
span { border-color: #594E52; }
span { border-color: rgb(89,78,82); }
td.TdClassName
{
border-color: #594E52;
}
.TagClassName
{
border-color: #594E52;
}
</style>