Shades of Liver #5E4D57
Tints of Liver #5E4D57
RGB
CMYK
RGB Variations
Color information
#5E4D57 (or 0x5E4D57) is known color: Liver. HEX triplet: 5E, 4D and 57. RGB value is (94,77,87). Sum of RGB (Red+Green+Blue) = 94+77+87=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4D57 is #A1B2A8. Grayscale: #535353. Windows color (decimal): -10597033 or 5721438. OLE color: 5721438.
HSL color Cylindrical-coordinate representation of color #5E4D57: hue angle of 324.71º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E4D57 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 77 | 87 | - |
CMYK | 0 | 0.18 | 0.07 | 0.63 |
HSL | 324.71º | 0.1% | 0.34% | - |
HSV(B) | 324.71º | 0.18% | 0.37% | - |
XYZ | 8.99 | 8.38 | 10.16 | - |
YUV | 83.22 | 130.13 | 135.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 77 | 87 | 0 | 0.18 | 0.07 | 0.63 | 324.71 | 0.1 | 0.34 |
Hex | 5E | 4D | 57 | 0 | 12 | 7 | 3F | 145 | A | 22 |
Octal | 136 | 115 | 127 | 0 | 22 | 7 | 77 | 505 | 12 | 42 |
Binary | 1011110 | 1001101 | 1010111 | 0 | 10010 | 111 | 111111 | 101000101 | 1010 | 100010 |
Color Harmonies of #5E4D57
Complementary color
Monochromatic Colors of #5E4D57
Black with #5E4D57
Text Example
Text Example
White with #5E4D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4D57; }
p { color: rgb(94,77,87); }
H1.HeaderClassName
{
color: #5E4D57;
}
.AnyTagClassName
{
color: #5E4D57;
}
</style>
background-color css
<style>
a { background-color: #5E4D57; }
a { background-color: rgb(94,77,87); }
div.DivClassName
{
background-color: #5E4D57;
}
.BgClassName
{
background-color: #5E4D57;
}
</style>
border-color css
<style>
span { border-color: #5E4D57; }
span { border-color: rgb(94,77,87); }
td.TdClassName
{
border-color: #5E4D57;
}
.TagClassName
{
border-color: #5E4D57;
}
</style>