Shades of Liver #5E4351
Tints of Liver #5E4351
RGB
CMYK
RGB Variations
Color information
#5E4351 (or 0x5E4351) is known color: Liver. HEX triplet: 5E, 43 and 51. RGB value is (94,67,81). Sum of RGB (Red+Green+Blue) = 94+67+81=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4351 is #A1BCAE. Grayscale: #4C4C4C. Windows color (decimal): -10599599 or 5325662. OLE color: 5325662.
HSL color Cylindrical-coordinate representation of color #5E4351: hue angle of 328.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E4351 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 67 | 81 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.63 |
| HSL | 328.89º | 0.17% | 0.32% | - |
| HSV(B) | 328.89º | 0.29% | 0.37% | - |
| XYZ | 8.11 | 6.99 | 8.71 | - |
| YUV | 76.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 81 | 0 | 0.29 | 0.14 | 0.63 | 328.89 | 0.17 | 0.32 |
| Hex | 5E | 43 | 51 | 0 | 1D | E | 3F | 149 | 11 | 20 |
| Octal | 136 | 103 | 121 | 0 | 35 | 16 | 77 | 511 | 21 | 40 |
| Binary | 1011110 | 1000011 | 1010001 | 0 | 11101 | 1110 | 111111 | 101001001 | 10001 | 100000 |
Color Harmonies of #5E4351
Complementary color
Monochromatic Colors of #5E4351
Black with #5E4351
Text Example
Text Example
White with #5E4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4351; }
p { color: rgb(94,67,81); }
H1.HeaderClassName
{
color: #5E4351;
}
.AnyTagClassName
{
color: #5E4351;
}
</style>
background-color css
<style>
a { background-color: #5E4351; }
a { background-color: rgb(94,67,81); }
div.DivClassName
{
background-color: #5E4351;
}
.BgClassName
{
background-color: #5E4351;
}
</style>
border-color css
<style>
span { border-color: #5E4351; }
span { border-color: rgb(94,67,81); }
td.TdClassName
{
border-color: #5E4351;
}
.TagClassName
{
border-color: #5E4351;
}
</style>