Shades of Liver #5E565B
Tints of Liver #5E565B
RGB
CMYK
RGB Variations
Color information
#5E565B (or 0x5E565B) is known color: Liver. HEX triplet: 5E, 56 and 5B. RGB value is (94,86,91). Sum of RGB (Red+Green+Blue) = 94+86+91=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 94 - color contains mainly: red. Hex color #5E565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E565B is #A1A9A4. Grayscale: #585858. Windows color (decimal): -10594725 or 5985886. OLE color: 5985886.
HSL color Cylindrical-coordinate representation of color #5E565B: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5E565B is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 86 | 91 | - |
CMYK | 0 | 0.09 | 0.03 | 0.63 |
HSL | 322.5º | 0.04% | 0.35% | - |
HSV(B) | 322.5º | 0.09% | 0.37% | - |
XYZ | 9.83 | 9.79 | 11.27 | - |
YUV | 88.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 86 | 91 | 0 | 0.09 | 0.03 | 0.63 | 322.5 | 0.04 | 0.35 |
Hex | 5E | 56 | 5B | 0 | 9 | 3 | 3F | 142 | 4 | 23 |
Octal | 136 | 126 | 133 | 0 | 11 | 3 | 77 | 502 | 4 | 43 |
Binary | 1011110 | 1010110 | 1011011 | 0 | 1001 | 11 | 111111 | 101000010 | 100 | 100011 |
Color Harmonies of #5E565B
Complementary color
Monochromatic Colors of #5E565B
Black with #5E565B
Text Example
Text Example
White with #5E565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E565B; }
p { color: rgb(94,86,91); }
H1.HeaderClassName
{
color: #5E565B;
}
.AnyTagClassName
{
color: #5E565B;
}
</style>
background-color css
<style>
a { background-color: #5E565B; }
a { background-color: rgb(94,86,91); }
div.DivClassName
{
background-color: #5E565B;
}
.BgClassName
{
background-color: #5E565B;
}
</style>
border-color css
<style>
span { border-color: #5E565B; }
span { border-color: rgb(94,86,91); }
td.TdClassName
{
border-color: #5E565B;
}
.TagClassName
{
border-color: #5E565B;
}
</style>