Shades of Liver #5B474E
Tints of Liver #5B474E
RGB
CMYK
RGB Variations
Color information
#5B474E (or 0x5B474E) is known color: Liver. HEX triplet: 5B, 47 and 4E. RGB value is (91,71,78). Sum of RGB (Red+Green+Blue) = 91+71+78=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 91 - color contains mainly: red. Hex color #5B474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B474E is #A4B8B1. Grayscale: #4D4D4D. Windows color (decimal): -10795186 or 5130075. OLE color: 5130075.
HSL color Cylindrical-coordinate representation of color #5B474E: hue angle of 339º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B474E is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 78 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.64 |
| HSL | 339º | 0.12% | 0.32% | - |
| HSV(B) | 339º | 0.22% | 0.36% | - |
| XYZ | 7.94 | 7.28 | 8.19 | - |
| YUV | 77.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 78 | 0 | 0.22 | 0.14 | 0.64 | 339 | 0.12 | 0.32 |
| Hex | 5B | 47 | 4E | 0 | 16 | E | 40 | 153 | C | 20 |
| Octal | 133 | 107 | 116 | 0 | 26 | 16 | 100 | 523 | 14 | 40 |
| Binary | 1011011 | 1000111 | 1001110 | 0 | 10110 | 1110 | 1000000 | 101010011 | 1100 | 100000 |
Color Harmonies of #5B474E
Complementary color
Monochromatic Colors of #5B474E
Black with #5B474E
Text Example
Text Example
White with #5B474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B474E; }
p { color: rgb(91,71,78); }
H1.HeaderClassName
{
color: #5B474E;
}
.AnyTagClassName
{
color: #5B474E;
}
</style>
background-color css
<style>
a { background-color: #5B474E; }
a { background-color: rgb(91,71,78); }
div.DivClassName
{
background-color: #5B474E;
}
.BgClassName
{
background-color: #5B474E;
}
</style>
border-color css
<style>
span { border-color: #5B474E; }
span { border-color: rgb(91,71,78); }
td.TdClassName
{
border-color: #5B474E;
}
.TagClassName
{
border-color: #5B474E;
}
</style>