Shades of Liver #5E545B
Tints of Liver #5E545B
RGB
CMYK
RGB Variations
Color information
#5E545B (or 0x5E545B) is known color: Liver. HEX triplet: 5E, 54 and 5B. RGB value is (94,84,91). Sum of RGB (Red+Green+Blue) = 94+84+91=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 94 - color contains mainly: red. Hex color #5E545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E545B is #A1ABA4. Grayscale: #575757. Windows color (decimal): -10595237 or 5985374. OLE color: 5985374.
HSL color Cylindrical-coordinate representation of color #5E545B: hue angle of 318º 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 #5E545B is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 84 | 91 | - |
CMYK | 0 | 0.11 | 0.03 | 0.63 |
HSL | 318º | 0.06% | 0.35% | - |
HSV(B) | 318º | 0.11% | 0.37% | - |
XYZ | 9.67 | 9.48 | 11.22 | - |
YUV | 87.79 | 129.81 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 84 | 91 | 0 | 0.11 | 0.03 | 0.63 | 318 | 0.06 | 0.35 |
Hex | 5E | 54 | 5B | 0 | B | 3 | 3F | 13E | 6 | 23 |
Octal | 136 | 124 | 133 | 0 | 13 | 3 | 77 | 476 | 6 | 43 |
Binary | 1011110 | 1010100 | 1011011 | 0 | 1011 | 11 | 111111 | 100111110 | 110 | 100011 |
Color Harmonies of #5E545B
Complementary color
Monochromatic Colors of #5E545B
Black with #5E545B
Text Example
Text Example
White with #5E545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E545B; }
p { color: rgb(94,84,91); }
H1.HeaderClassName
{
color: #5E545B;
}
.AnyTagClassName
{
color: #5E545B;
}
</style>
background-color css
<style>
a { background-color: #5E545B; }
a { background-color: rgb(94,84,91); }
div.DivClassName
{
background-color: #5E545B;
}
.BgClassName
{
background-color: #5E545B;
}
</style>
border-color css
<style>
span { border-color: #5E545B; }
span { border-color: rgb(94,84,91); }
td.TdClassName
{
border-color: #5E545B;
}
.TagClassName
{
border-color: #5E545B;
}
</style>