Shades of Liver #59414E
Tints of Liver #59414E
RGB
CMYK
RGB Variations
Color information
#59414E (or 0x59414E) is known color: Liver. HEX triplet: 59, 41 and 4E. RGB value is (89,65,78). Sum of RGB (Red+Green+Blue) = 89+65+78=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #59414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59414E is #A6BEB1. Grayscale: #494949. Windows color (decimal): -10927794 or 5128537. OLE color: 5128537.
HSL color Cylindrical-coordinate representation of color #59414E: hue angle of 327.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59414E is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 65 | 78 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.65 |
| HSL | 327.5º | 0.16% | 0.3% | - |
| HSV(B) | 327.5º | 0.27% | 0.35% | - |
| XYZ | 7.39 | 6.45 | 8.06 | - |
| YUV | 73.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 65 | 78 | 0 | 0.27 | 0.12 | 0.65 | 327.5 | 0.16 | 0.3 |
| Hex | 59 | 41 | 4E | 0 | 1B | C | 41 | 148 | 10 | 1E |
| Octal | 131 | 101 | 116 | 0 | 33 | 14 | 101 | 510 | 20 | 36 |
| Binary | 1011001 | 1000001 | 1001110 | 0 | 11011 | 1100 | 1000001 | 101001000 | 10000 | 11110 |
Color Harmonies of #59414E
Complementary color
Monochromatic Colors of #59414E
Black with #59414E
Text Example
Text Example
White with #59414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59414E; }
p { color: rgb(89,65,78); }
H1.HeaderClassName
{
color: #59414E;
}
.AnyTagClassName
{
color: #59414E;
}
</style>
background-color css
<style>
a { background-color: #59414E; }
a { background-color: rgb(89,65,78); }
div.DivClassName
{
background-color: #59414E;
}
.BgClassName
{
background-color: #59414E;
}
</style>
border-color css
<style>
span { border-color: #59414E; }
span { border-color: rgb(89,65,78); }
td.TdClassName
{
border-color: #59414E;
}
.TagClassName
{
border-color: #59414E;
}
</style>