Shades of Liver #59394C
Tints of Liver #59394C
RGB
CMYK
RGB Variations
Color information
#59394C (or 0x59394C) is known color: Liver. HEX triplet: 59, 39 and 4C. RGB value is (89,57,76). Sum of RGB (Red+Green+Blue) = 89+57+76=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #59394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59394C is #A6C6B3. Grayscale: #444444. Windows color (decimal): -10929844 or 4995417. OLE color: 4995417.
HSL color Cylindrical-coordinate representation of color #59394C: hue angle of 324.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59394C is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 57 | 76 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.65 |
| HSL | 324.38º | 0.22% | 0.29% | - |
| HSV(B) | 324.38º | 0.36% | 0.35% | - |
| XYZ | 6.89 | 5.57 | 7.55 | - |
| YUV | 68.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 57 | 76 | 0 | 0.36 | 0.15 | 0.65 | 324.38 | 0.22 | 0.29 |
| Hex | 59 | 39 | 4C | 0 | 24 | F | 41 | 144 | 16 | 1D |
| Octal | 131 | 71 | 114 | 0 | 44 | 17 | 101 | 504 | 26 | 35 |
| Binary | 1011001 | 111001 | 1001100 | 0 | 100100 | 1111 | 1000001 | 101000100 | 10110 | 11101 |
Color Harmonies of #59394C
Complementary color
Monochromatic Colors of #59394C
Black with #59394C
Text Example
Text Example
White with #59394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59394C; }
p { color: rgb(89,57,76); }
H1.HeaderClassName
{
color: #59394C;
}
.AnyTagClassName
{
color: #59394C;
}
</style>
background-color css
<style>
a { background-color: #59394C; }
a { background-color: rgb(89,57,76); }
div.DivClassName
{
background-color: #59394C;
}
.BgClassName
{
background-color: #59394C;
}
</style>
border-color css
<style>
span { border-color: #59394C; }
span { border-color: rgb(89,57,76); }
td.TdClassName
{
border-color: #59394C;
}
.TagClassName
{
border-color: #59394C;
}
</style>