Shades of Liver #5E4555
Tints of Liver #5E4555
RGB
CMYK
RGB Variations
Color information
#5E4555 (or 0x5E4555) is known color: Liver. HEX triplet: 5E, 45 and 55. RGB value is (94,69,85). Sum of RGB (Red+Green+Blue) = 94+69+85=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4555 is #A1BAAA. Grayscale: #4E4E4E. Windows color (decimal): -10599083 or 5588318. OLE color: 5588318.
HSL color Cylindrical-coordinate representation of color #5E4555: hue angle of 321.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E4555 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 69 | 85 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.63 |
| HSL | 321.6º | 0.15% | 0.32% | - |
| HSV(B) | 321.6º | 0.27% | 0.37% | - |
| XYZ | 8.38 | 7.29 | 9.56 | - |
| YUV | 78.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 85 | 0 | 0.27 | 0.10 | 0.63 | 321.6 | 0.15 | 0.32 |
| Hex | 5E | 45 | 55 | 0 | 1B | A | 3F | 142 | F | 20 |
| Octal | 136 | 105 | 125 | 0 | 33 | 12 | 77 | 502 | 17 | 40 |
| Binary | 1011110 | 1000101 | 1010101 | 0 | 11011 | 1010 | 111111 | 101000010 | 1111 | 100000 |
Color Harmonies of #5E4555
Complementary color
Monochromatic Colors of #5E4555
Black with #5E4555
Text Example
Text Example
White with #5E4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4555; }
p { color: rgb(94,69,85); }
H1.HeaderClassName
{
color: #5E4555;
}
.AnyTagClassName
{
color: #5E4555;
}
</style>
background-color css
<style>
a { background-color: #5E4555; }
a { background-color: rgb(94,69,85); }
div.DivClassName
{
background-color: #5E4555;
}
.BgClassName
{
background-color: #5E4555;
}
</style>
border-color css
<style>
span { border-color: #5E4555; }
span { border-color: rgb(94,69,85); }
td.TdClassName
{
border-color: #5E4555;
}
.TagClassName
{
border-color: #5E4555;
}
</style>