Shades of Liver #59444C
Tints of Liver #59444C
RGB
CMYK
RGB Variations
Color information
#59444C (or 0x59444C) is known color: Liver. HEX triplet: 59, 44 and 4C. RGB value is (89,68,76). Sum of RGB (Red+Green+Blue) = 89+68+76=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #59444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59444C is #A6BBB3. Grayscale: #4B4B4B. Windows color (decimal): -10927028 or 4998233. OLE color: 4998233.
HSL color Cylindrical-coordinate representation of color #59444C: hue angle of 337.14º 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 #59444C is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 68 | 76 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.65 |
| HSL | 337.14º | 0.13% | 0.31% | - |
| HSV(B) | 337.14º | 0.24% | 0.35% | - |
| XYZ | 7.49 | 6.78 | 7.75 | - |
| YUV | 75.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 68 | 76 | 0 | 0.24 | 0.15 | 0.65 | 337.14 | 0.13 | 0.31 |
| Hex | 59 | 44 | 4C | 0 | 18 | F | 41 | 151 | D | 1F |
| Octal | 131 | 104 | 114 | 0 | 30 | 17 | 101 | 521 | 15 | 37 |
| Binary | 1011001 | 1000100 | 1001100 | 0 | 11000 | 1111 | 1000001 | 101010001 | 1101 | 11111 |
Color Harmonies of #59444C
Complementary color
Monochromatic Colors of #59444C
Black with #59444C
Text Example
Text Example
White with #59444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59444C; }
p { color: rgb(89,68,76); }
H1.HeaderClassName
{
color: #59444C;
}
.AnyTagClassName
{
color: #59444C;
}
</style>
background-color css
<style>
a { background-color: #59444C; }
a { background-color: rgb(89,68,76); }
div.DivClassName
{
background-color: #59444C;
}
.BgClassName
{
background-color: #59444C;
}
</style>
border-color css
<style>
span { border-color: #59444C; }
span { border-color: rgb(89,68,76); }
td.TdClassName
{
border-color: #59444C;
}
.TagClassName
{
border-color: #59444C;
}
</style>