Shades of Liver #594E53
Tints of Liver #594E53
RGB
CMYK
RGB Variations
Color information
#594E53 (or 0x594E53) is known color: Liver. HEX triplet: 59, 4E and 53. RGB value is (89,78,83). Sum of RGB (Red+Green+Blue) = 89+78+83=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #594E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E53 is #A6B1AC. Grayscale: #515151. Windows color (decimal): -10924461 or 5459545. OLE color: 5459545.
HSL color Cylindrical-coordinate representation of color #594E53: hue angle of 332.73º 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 #594E53 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 83 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.65 |
| HSL | 332.73º | 0.07% | 0.33% | - |
| HSV(B) | 332.73º | 0.12% | 0.35% | - |
| XYZ | 8.41 | 8.2 | 9.32 | - |
| YUV | 81.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 83 | 0 | 0.12 | 0.07 | 0.65 | 332.73 | 0.07 | 0.33 |
| Hex | 59 | 4E | 53 | 0 | C | 7 | 41 | 14D | 7 | 21 |
| Octal | 131 | 116 | 123 | 0 | 14 | 7 | 101 | 515 | 7 | 41 |
| Binary | 1011001 | 1001110 | 1010011 | 0 | 1100 | 111 | 1000001 | 101001101 | 111 | 100001 |
Color Harmonies of #594E53
Complementary color
Monochromatic Colors of #594E53
Black with #594E53
Text Example
Text Example
White with #594E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E53; }
p { color: rgb(89,78,83); }
H1.HeaderClassName
{
color: #594E53;
}
.AnyTagClassName
{
color: #594E53;
}
</style>
background-color css
<style>
a { background-color: #594E53; }
a { background-color: rgb(89,78,83); }
div.DivClassName
{
background-color: #594E53;
}
.BgClassName
{
background-color: #594E53;
}
</style>
border-color css
<style>
span { border-color: #594E53; }
span { border-color: rgb(89,78,83); }
td.TdClassName
{
border-color: #594E53;
}
.TagClassName
{
border-color: #594E53;
}
</style>