Shades of Liver #5E545A
Tints of Liver #5E545A
RGB
CMYK
RGB Variations
Color information
#5E545A (or 0x5E545A) is known color: Liver. HEX triplet: 5E, 54 and 5A. RGB value is (94,84,90). Sum of RGB (Red+Green+Blue) = 94+84+90=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 94 - color contains mainly: red. Hex color #5E545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E545A is #A1ABA5. Grayscale: #575757. Windows color (decimal): -10595238 or 5919838. OLE color: 5919838.
HSL color Cylindrical-coordinate representation of color #5E545A: hue angle of 324º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5E545A is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 84 | 90 | - |
CMYK | 0 | 0.11 | 0.04 | 0.63 |
HSL | 324º | 0.06% | 0.35% | - |
HSV(B) | 324º | 0.11% | 0.37% | - |
XYZ | 9.63 | 9.46 | 10.99 | - |
YUV | 87.67 | 129.31 | 132.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 84 | 90 | 0 | 0.11 | 0.04 | 0.63 | 324 | 0.06 | 0.35 |
Hex | 5E | 54 | 5A | 0 | B | 4 | 3F | 144 | 6 | 23 |
Octal | 136 | 124 | 132 | 0 | 13 | 4 | 77 | 504 | 6 | 43 |
Binary | 1011110 | 1010100 | 1011010 | 0 | 1011 | 100 | 111111 | 101000100 | 110 | 100011 |
Color Harmonies of #5E545A
Complementary color
Monochromatic Colors of #5E545A
Black with #5E545A
Text Example
Text Example
White with #5E545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E545A; }
p { color: rgb(94,84,90); }
H1.HeaderClassName
{
color: #5E545A;
}
.AnyTagClassName
{
color: #5E545A;
}
</style>
background-color css
<style>
a { background-color: #5E545A; }
a { background-color: rgb(94,84,90); }
div.DivClassName
{
background-color: #5E545A;
}
.BgClassName
{
background-color: #5E545A;
}
</style>
border-color css
<style>
span { border-color: #5E545A; }
span { border-color: rgb(94,84,90); }
td.TdClassName
{
border-color: #5E545A;
}
.TagClassName
{
border-color: #5E545A;
}
</style>