Shades of Liver #5B4051
Tints of Liver #5B4051
RGB
CMYK
RGB Variations
Color information
#5B4051 (or 0x5B4051) is known color: Liver. HEX triplet: 5B, 40 and 51. RGB value is (91,64,81). Sum of RGB (Red+Green+Blue) = 91+64+81=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4051 is #A4BFAE. Grayscale: #494949. Windows color (decimal): -10796975 or 5324891. OLE color: 5324891.
HSL color Cylindrical-coordinate representation of color #5B4051: hue angle of 322.22º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B4051 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 64 | 81 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.64 |
| HSL | 322.22º | 0.17% | 0.3% | - |
| HSV(B) | 322.22º | 0.3% | 0.36% | - |
| XYZ | 7.63 | 6.49 | 8.63 | - |
| YUV | 74.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 81 | 0 | 0.30 | 0.11 | 0.64 | 322.22 | 0.17 | 0.3 |
| Hex | 5B | 40 | 51 | 0 | 1E | B | 40 | 142 | 11 | 1E |
| Octal | 133 | 100 | 121 | 0 | 36 | 13 | 100 | 502 | 21 | 36 |
| Binary | 1011011 | 1000000 | 1010001 | 0 | 11110 | 1011 | 1000000 | 101000010 | 10001 | 11110 |
Color Harmonies of #5B4051
Complementary color
Monochromatic Colors of #5B4051
Black with #5B4051
Text Example
Text Example
White with #5B4051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4051; }
p { color: rgb(91,64,81); }
H1.HeaderClassName
{
color: #5B4051;
}
.AnyTagClassName
{
color: #5B4051;
}
</style>
background-color css
<style>
a { background-color: #5B4051; }
a { background-color: rgb(91,64,81); }
div.DivClassName
{
background-color: #5B4051;
}
.BgClassName
{
background-color: #5B4051;
}
</style>
border-color css
<style>
span { border-color: #5B4051; }
span { border-color: rgb(91,64,81); }
td.TdClassName
{
border-color: #5B4051;
}
.TagClassName
{
border-color: #5B4051;
}
</style>