Shades of Liver #57434D
Tints of Liver #57434D
RGB
CMYK
RGB Variations
Color information
#57434D (or 0x57434D) is known color: Liver. HEX triplet: 57, 43 and 4D. RGB value is (87,67,77). Sum of RGB (Red+Green+Blue) = 87+67+77=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #57434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57434D is #A8BCB2. Grayscale: #4A4A4A. Windows color (decimal): -11058355 or 5063511. OLE color: 5063511.
HSL color Cylindrical-coordinate representation of color #57434D: hue angle of 330º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #57434D is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 67 | 77 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.66 |
| HSL | 330º | 0.13% | 0.3% | - |
| HSV(B) | 330º | 0.23% | 0.34% | - |
| XYZ | 7.28 | 6.58 | 7.91 | - |
| YUV | 74.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 77 | 0 | 0.23 | 0.11 | 0.66 | 330 | 0.13 | 0.3 |
| Hex | 57 | 43 | 4D | 0 | 17 | B | 42 | 14A | D | 1E |
| Octal | 127 | 103 | 115 | 0 | 27 | 13 | 102 | 512 | 15 | 36 |
| Binary | 1010111 | 1000011 | 1001101 | 0 | 10111 | 1011 | 1000010 | 101001010 | 1101 | 11110 |
Color Harmonies of #57434D
Complementary color
Monochromatic Colors of #57434D
Black with #57434D
Text Example
Text Example
White with #57434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57434D; }
p { color: rgb(87,67,77); }
H1.HeaderClassName
{
color: #57434D;
}
.AnyTagClassName
{
color: #57434D;
}
</style>
background-color css
<style>
a { background-color: #57434D; }
a { background-color: rgb(87,67,77); }
div.DivClassName
{
background-color: #57434D;
}
.BgClassName
{
background-color: #57434D;
}
</style>
border-color css
<style>
span { border-color: #57434D; }
span { border-color: rgb(87,67,77); }
td.TdClassName
{
border-color: #57434D;
}
.TagClassName
{
border-color: #57434D;
}
</style>