Shades of Liver #59424E
Tints of Liver #59424E
RGB
CMYK
RGB Variations
Color information
#59424E (or 0x59424E) is known color: Liver. HEX triplet: 59, 42 and 4E. RGB value is (89,66,78). Sum of RGB (Red+Green+Blue) = 89+66+78=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #59424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59424E is #A6BDB1. Grayscale: #4A4A4A. Windows color (decimal): -10927538 or 5128793. OLE color: 5128793.
HSL color Cylindrical-coordinate representation of color #59424E: hue angle of 328.7º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59424E is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 66 | 78 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.65 |
| HSL | 328.7º | 0.15% | 0.3% | - |
| HSV(B) | 328.7º | 0.26% | 0.35% | - |
| XYZ | 7.44 | 6.57 | 8.08 | - |
| YUV | 74.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 78 | 0 | 0.26 | 0.12 | 0.65 | 328.7 | 0.15 | 0.3 |
| Hex | 59 | 42 | 4E | 0 | 1A | C | 41 | 149 | F | 1E |
| Octal | 131 | 102 | 116 | 0 | 32 | 14 | 101 | 511 | 17 | 36 |
| Binary | 1011001 | 1000010 | 1001110 | 0 | 11010 | 1100 | 1000001 | 101001001 | 1111 | 11110 |
Color Harmonies of #59424E
Complementary color
Monochromatic Colors of #59424E
Black with #59424E
Text Example
Text Example
White with #59424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59424E; }
p { color: rgb(89,66,78); }
H1.HeaderClassName
{
color: #59424E;
}
.AnyTagClassName
{
color: #59424E;
}
</style>
background-color css
<style>
a { background-color: #59424E; }
a { background-color: rgb(89,66,78); }
div.DivClassName
{
background-color: #59424E;
}
.BgClassName
{
background-color: #59424E;
}
</style>
border-color css
<style>
span { border-color: #59424E; }
span { border-color: rgb(89,66,78); }
td.TdClassName
{
border-color: #59424E;
}
.TagClassName
{
border-color: #59424E;
}
</style>