Shades of Liver #59454D
Tints of Liver #59454D
RGB
CMYK
RGB Variations
Color information
#59454D (or 0x59454D) is known color: Liver. HEX triplet: 59, 45 and 4D. RGB value is (89,69,77). Sum of RGB (Red+Green+Blue) = 89+69+77=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #59454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59454D is #A6BAB2. Grayscale: #4B4B4B. Windows color (decimal): -10926771 or 5064025. OLE color: 5064025.
HSL color Cylindrical-coordinate representation of color #59454D: hue angle of 336º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59454D is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 69 | 77 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.65 |
| HSL | 336º | 0.13% | 0.31% | - |
| HSV(B) | 336º | 0.22% | 0.35% | - |
| XYZ | 7.59 | 6.92 | 7.96 | - |
| YUV | 75.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 77 | 0 | 0.22 | 0.13 | 0.65 | 336 | 0.13 | 0.31 |
| Hex | 59 | 45 | 4D | 0 | 16 | D | 41 | 150 | D | 1F |
| Octal | 131 | 105 | 115 | 0 | 26 | 15 | 101 | 520 | 15 | 37 |
| Binary | 1011001 | 1000101 | 1001101 | 0 | 10110 | 1101 | 1000001 | 101010000 | 1101 | 11111 |
Color Harmonies of #59454D
Complementary color
Monochromatic Colors of #59454D
Black with #59454D
Text Example
Text Example
White with #59454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59454D; }
p { color: rgb(89,69,77); }
H1.HeaderClassName
{
color: #59454D;
}
.AnyTagClassName
{
color: #59454D;
}
</style>
background-color css
<style>
a { background-color: #59454D; }
a { background-color: rgb(89,69,77); }
div.DivClassName
{
background-color: #59454D;
}
.BgClassName
{
background-color: #59454D;
}
</style>
border-color css
<style>
span { border-color: #59454D; }
span { border-color: rgb(89,69,77); }
td.TdClassName
{
border-color: #59454D;
}
.TagClassName
{
border-color: #59454D;
}
</style>