Shades of Liver #5E4053
Tints of Liver #5E4053
RGB
CMYK
RGB Variations
Color information
#5E4053 (or 0x5E4053) is known color: Liver. HEX triplet: 5E, 40 and 53. RGB value is (94,64,83). Sum of RGB (Red+Green+Blue) = 94+64+83=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4053 is #A1BFAC. Grayscale: #4B4B4B. Windows color (decimal): -10600365 or 5455966. OLE color: 5455966.
HSL color Cylindrical-coordinate representation of color #5E4053: hue angle of 322º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E4053 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 64 | 83 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.63 |
| HSL | 322º | 0.19% | 0.31% | - |
| HSV(B) | 322º | 0.32% | 0.37% | - |
| XYZ | 8.01 | 6.67 | 9.05 | - |
| YUV | 75.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 83 | 0 | 0.32 | 0.12 | 0.63 | 322 | 0.19 | 0.31 |
| Hex | 5E | 40 | 53 | 0 | 20 | C | 3F | 142 | 13 | 1F |
| Octal | 136 | 100 | 123 | 0 | 40 | 14 | 77 | 502 | 23 | 37 |
| Binary | 1011110 | 1000000 | 1010011 | 0 | 100000 | 1100 | 111111 | 101000010 | 10011 | 11111 |
Color Harmonies of #5E4053
Complementary color
Monochromatic Colors of #5E4053
Black with #5E4053
Text Example
Text Example
White with #5E4053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4053; }
p { color: rgb(94,64,83); }
H1.HeaderClassName
{
color: #5E4053;
}
.AnyTagClassName
{
color: #5E4053;
}
</style>
background-color css
<style>
a { background-color: #5E4053; }
a { background-color: rgb(94,64,83); }
div.DivClassName
{
background-color: #5E4053;
}
.BgClassName
{
background-color: #5E4053;
}
</style>
border-color css
<style>
span { border-color: #5E4053; }
span { border-color: rgb(94,64,83); }
td.TdClassName
{
border-color: #5E4053;
}
.TagClassName
{
border-color: #5E4053;
}
</style>