Shades of Liver #59444D
Tints of Liver #59444D
RGB
CMYK
RGB Variations
Color information
#59444D (or 0x59444D) is known color: Liver. HEX triplet: 59, 44 and 4D. RGB value is (89,68,77). Sum of RGB (Red+Green+Blue) = 89+68+77=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #59444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59444D is #A6BBB2. Grayscale: #4B4B4B. Windows color (decimal): -10927027 or 5063769. OLE color: 5063769.
HSL color Cylindrical-coordinate representation of color #59444D: hue angle of 334.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #59444D is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 68 | 77 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.65 |
| HSL | 334.29º | 0.13% | 0.31% | - |
| HSV(B) | 334.29º | 0.24% | 0.35% | - |
| XYZ | 7.53 | 6.79 | 7.94 | - |
| YUV | 75.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 68 | 77 | 0 | 0.24 | 0.13 | 0.65 | 334.29 | 0.13 | 0.31 |
| Hex | 59 | 44 | 4D | 0 | 18 | D | 41 | 14E | D | 1F |
| Octal | 131 | 104 | 115 | 0 | 30 | 15 | 101 | 516 | 15 | 37 |
| Binary | 1011001 | 1000100 | 1001101 | 0 | 11000 | 1101 | 1000001 | 101001110 | 1101 | 11111 |
Color Harmonies of #59444D
Complementary color
Monochromatic Colors of #59444D
Black with #59444D
Text Example
Text Example
White with #59444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59444D; }
p { color: rgb(89,68,77); }
H1.HeaderClassName
{
color: #59444D;
}
.AnyTagClassName
{
color: #59444D;
}
</style>
background-color css
<style>
a { background-color: #59444D; }
a { background-color: rgb(89,68,77); }
div.DivClassName
{
background-color: #59444D;
}
.BgClassName
{
background-color: #59444D;
}
</style>
border-color css
<style>
span { border-color: #59444D; }
span { border-color: rgb(89,68,77); }
td.TdClassName
{
border-color: #59444D;
}
.TagClassName
{
border-color: #59444D;
}
</style>