Shades of Liver #59404D
Tints of Liver #59404D
RGB
CMYK
RGB Variations
Color information
#59404D (or 0x59404D) is known color: Liver. HEX triplet: 59, 40 and 4D. RGB value is (89,64,77). Sum of RGB (Red+Green+Blue) = 89+64+77=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #59404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59404D is #A6BFB2. Grayscale: #484848. Windows color (decimal): -10928051 or 5062745. OLE color: 5062745.
HSL color Cylindrical-coordinate representation of color #59404D: hue angle of 328.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59404D is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 64 | 77 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.65 |
| HSL | 328.8º | 0.16% | 0.3% | - |
| HSV(B) | 328.8º | 0.28% | 0.35% | - |
| XYZ | 7.29 | 6.33 | 7.86 | - |
| YUV | 72.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 77 | 0 | 0.28 | 0.13 | 0.65 | 328.8 | 0.16 | 0.3 |
| Hex | 59 | 40 | 4D | 0 | 1C | D | 41 | 149 | 10 | 1E |
| Octal | 131 | 100 | 115 | 0 | 34 | 15 | 101 | 511 | 20 | 36 |
| Binary | 1011001 | 1000000 | 1001101 | 0 | 11100 | 1101 | 1000001 | 101001001 | 10000 | 11110 |
Color Harmonies of #59404D
Complementary color
Monochromatic Colors of #59404D
Black with #59404D
Text Example
Text Example
White with #59404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59404D; }
p { color: rgb(89,64,77); }
H1.HeaderClassName
{
color: #59404D;
}
.AnyTagClassName
{
color: #59404D;
}
</style>
background-color css
<style>
a { background-color: #59404D; }
a { background-color: rgb(89,64,77); }
div.DivClassName
{
background-color: #59404D;
}
.BgClassName
{
background-color: #59404D;
}
</style>
border-color css
<style>
span { border-color: #59404D; }
span { border-color: rgb(89,64,77); }
td.TdClassName
{
border-color: #59404D;
}
.TagClassName
{
border-color: #59404D;
}
</style>