Shades of Liver #57454E
Tints of Liver #57454E
RGB
CMYK
RGB Variations
Color information
#57454E (or 0x57454E) is known color: Liver. HEX triplet: 57, 45 and 4E. RGB value is (87,69,78). Sum of RGB (Red+Green+Blue) = 87+69+78=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #57454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57454E is #A8BAB1. Grayscale: #4B4B4B. Windows color (decimal): -11057842 or 5129559. OLE color: 5129559.
HSL color Cylindrical-coordinate representation of color #57454E: hue angle of 330º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #57454E is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 69 | 78 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.66 |
| HSL | 330º | 0.12% | 0.31% | - |
| HSV(B) | 330º | 0.21% | 0.34% | - |
| XYZ | 7.43 | 6.83 | 8.13 | - |
| YUV | 75.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 78 | 0 | 0.21 | 0.10 | 0.66 | 330 | 0.12 | 0.31 |
| Hex | 57 | 45 | 4E | 0 | 15 | A | 42 | 14A | C | 1F |
| Octal | 127 | 105 | 116 | 0 | 25 | 12 | 102 | 512 | 14 | 37 |
| Binary | 1010111 | 1000101 | 1001110 | 0 | 10101 | 1010 | 1000010 | 101001010 | 1100 | 11111 |
Color Harmonies of #57454E
Complementary color
Monochromatic Colors of #57454E
Black with #57454E
Text Example
Text Example
White with #57454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57454E; }
p { color: rgb(87,69,78); }
H1.HeaderClassName
{
color: #57454E;
}
.AnyTagClassName
{
color: #57454E;
}
</style>
background-color css
<style>
a { background-color: #57454E; }
a { background-color: rgb(87,69,78); }
div.DivClassName
{
background-color: #57454E;
}
.BgClassName
{
background-color: #57454E;
}
</style>
border-color css
<style>
span { border-color: #57454E; }
span { border-color: rgb(87,69,78); }
td.TdClassName
{
border-color: #57454E;
}
.TagClassName
{
border-color: #57454E;
}
</style>