Shades of Liver #5E5159
Tints of Liver #5E5159
RGB
CMYK
RGB Variations
Color information
#5E5159 (or 0x5E5159) is known color: Liver. HEX triplet: 5E, 51 and 59. RGB value is (94,81,89). Sum of RGB (Red+Green+Blue) = 94+81+89=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5159 is #A1AEA6. Grayscale: #555555. Windows color (decimal): -10596007 or 5853534. OLE color: 5853534.
HSL color Cylindrical-coordinate representation of color #5E5159: hue angle of 323.08º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E5159 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 81 | 89 | - |
CMYK | 0 | 0.14 | 0.05 | 0.63 |
HSL | 323.08º | 0.07% | 0.34% | - |
HSV(B) | 323.08º | 0.14% | 0.37% | - |
XYZ | 9.36 | 8.99 | 10.69 | - |
YUV | 85.8 | 129.81 | 133.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 81 | 89 | 0 | 0.14 | 0.05 | 0.63 | 323.08 | 0.07 | 0.34 |
Hex | 5E | 51 | 59 | 0 | E | 5 | 3F | 143 | 7 | 22 |
Octal | 136 | 121 | 131 | 0 | 16 | 5 | 77 | 503 | 7 | 42 |
Binary | 1011110 | 1010001 | 1011001 | 0 | 1110 | 101 | 111111 | 101000011 | 111 | 100010 |
Color Harmonies of #5E5159
Complementary color
Monochromatic Colors of #5E5159
Black with #5E5159
Text Example
Text Example
White with #5E5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5159; }
p { color: rgb(94,81,89); }
H1.HeaderClassName
{
color: #5E5159;
}
.AnyTagClassName
{
color: #5E5159;
}
</style>
background-color css
<style>
a { background-color: #5E5159; }
a { background-color: rgb(94,81,89); }
div.DivClassName
{
background-color: #5E5159;
}
.BgClassName
{
background-color: #5E5159;
}
</style>
border-color css
<style>
span { border-color: #5E5159; }
span { border-color: rgb(94,81,89); }
td.TdClassName
{
border-color: #5E5159;
}
.TagClassName
{
border-color: #5E5159;
}
</style>