Shades of Liver #5E4854
Tints of Liver #5E4854
RGB
CMYK
RGB Variations
Color information
#5E4854 (or 0x5E4854) is known color: Liver. HEX triplet: 5E, 48 and 54. RGB value is (94,72,84). Sum of RGB (Red+Green+Blue) = 94+72+84=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4854 is #A1B7AB. Grayscale: #4F4F4F. Windows color (decimal): -10598316 or 5523550. OLE color: 5523550.
HSL color Cylindrical-coordinate representation of color #5E4854: hue angle of 327.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E4854 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 72 | 84 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.63 |
| HSL | 327.27º | 0.13% | 0.33% | - |
| HSV(B) | 327.27º | 0.23% | 0.37% | - |
| XYZ | 8.53 | 7.65 | 9.42 | - |
| YUV | 79.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 84 | 0 | 0.23 | 0.11 | 0.63 | 327.27 | 0.13 | 0.33 |
| Hex | 5E | 48 | 54 | 0 | 17 | B | 3F | 147 | D | 21 |
| Octal | 136 | 110 | 124 | 0 | 27 | 13 | 77 | 507 | 15 | 41 |
| Binary | 1011110 | 1001000 | 1010100 | 0 | 10111 | 1011 | 111111 | 101000111 | 1101 | 100001 |
Color Harmonies of #5E4854
Complementary color
Monochromatic Colors of #5E4854
Black with #5E4854
Text Example
Text Example
White with #5E4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4854; }
p { color: rgb(94,72,84); }
H1.HeaderClassName
{
color: #5E4854;
}
.AnyTagClassName
{
color: #5E4854;
}
</style>
background-color css
<style>
a { background-color: #5E4854; }
a { background-color: rgb(94,72,84); }
div.DivClassName
{
background-color: #5E4854;
}
.BgClassName
{
background-color: #5E4854;
}
</style>
border-color css
<style>
span { border-color: #5E4854; }
span { border-color: rgb(94,72,84); }
td.TdClassName
{
border-color: #5E4854;
}
.TagClassName
{
border-color: #5E4854;
}
</style>