Shades of Liver #595357
Tints of Liver #595357
RGB
CMYK
RGB Variations
Color information
#595357 (or 0x595357) is known color: Liver. HEX triplet: 59, 53 and 57. RGB value is (89,83,87). Sum of RGB (Red+Green+Blue) = 89+83+87=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 89 - color contains mainly: red. Hex color #595357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595357 is #A6ACA8. Grayscale: #555555. Windows color (decimal): -10923177 or 5722969. OLE color: 5722969.
HSL color Cylindrical-coordinate representation of color #595357: hue angle of 320º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595357 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 87 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.65 |
| HSL | 320º | 0.03% | 0.34% | - |
| HSV(B) | 320º | 0.07% | 0.35% | - |
| XYZ | 8.93 | 9 | 10.28 | - |
| YUV | 85.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 87 | 0 | 0.07 | 0.02 | 0.65 | 320 | 0.03 | 0.34 |
| Hex | 59 | 53 | 57 | 0 | 7 | 2 | 41 | 140 | 3 | 22 |
| Octal | 131 | 123 | 127 | 0 | 7 | 2 | 101 | 500 | 3 | 42 |
| Binary | 1011001 | 1010011 | 1010111 | 0 | 111 | 10 | 1000001 | 101000000 | 11 | 100010 |
Color Harmonies of #595357
Complementary color
Monochromatic Colors of #595357
Black with #595357
Text Example
Text Example
White with #595357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595357; }
p { color: rgb(89,83,87); }
H1.HeaderClassName
{
color: #595357;
}
.AnyTagClassName
{
color: #595357;
}
</style>
background-color css
<style>
a { background-color: #595357; }
a { background-color: rgb(89,83,87); }
div.DivClassName
{
background-color: #595357;
}
.BgClassName
{
background-color: #595357;
}
</style>
border-color css
<style>
span { border-color: #595357; }
span { border-color: rgb(89,83,87); }
td.TdClassName
{
border-color: #595357;
}
.TagClassName
{
border-color: #595357;
}
</style>