Shades of Liver #5E4150
Tints of Liver #5E4150
RGB
CMYK
RGB Variations
Color information
#5E4150 (or 0x5E4150) is known color: Liver. HEX triplet: 5E, 41 and 50. RGB value is (94,65,80). Sum of RGB (Red+Green+Blue) = 94+65+80=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4150 is #A1BEAF. Grayscale: #4B4B4B. Windows color (decimal): -10600112 or 5259614. OLE color: 5259614.
HSL color Cylindrical-coordinate representation of color #5E4150: hue angle of 328.97º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E4150 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 65 | 80 | - |
CMYK | 0 | 0.31 | 0.15 | 0.63 |
HSL | 328.97º | 0.18% | 0.31% | - |
HSV(B) | 328.97º | 0.31% | 0.37% | - |
XYZ | 7.95 | 6.74 | 8.47 | - |
YUV | 75.38 | 130.61 | 141.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 65 | 80 | 0 | 0.31 | 0.15 | 0.63 | 328.97 | 0.18 | 0.31 |
Hex | 5E | 41 | 50 | 0 | 1F | F | 3F | 149 | 12 | 1F |
Octal | 136 | 101 | 120 | 0 | 37 | 17 | 77 | 511 | 22 | 37 |
Binary | 1011110 | 1000001 | 1010000 | 0 | 11111 | 1111 | 111111 | 101001001 | 10010 | 11111 |
Color Harmonies of #5E4150
Complementary color
Monochromatic Colors of #5E4150
Black with #5E4150
Text Example
Text Example
White with #5E4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4150; }
p { color: rgb(94,65,80); }
H1.HeaderClassName
{
color: #5E4150;
}
.AnyTagClassName
{
color: #5E4150;
}
</style>
background-color css
<style>
a { background-color: #5E4150; }
a { background-color: rgb(94,65,80); }
div.DivClassName
{
background-color: #5E4150;
}
.BgClassName
{
background-color: #5E4150;
}
</style>
border-color css
<style>
span { border-color: #5E4150; }
span { border-color: rgb(94,65,80); }
td.TdClassName
{
border-color: #5E4150;
}
.TagClassName
{
border-color: #5E4150;
}
</style>