Shades of Liver #5B4855
Tints of Liver #5B4855
RGB
CMYK
RGB Variations
Color information
#5B4855 (or 0x5B4855) is known color: Liver. HEX triplet: 5B, 48 and 55. RGB value is (91,72,85). Sum of RGB (Red+Green+Blue) = 91+72+85=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4855 is #A4B7AA. Grayscale: #4F4F4F. Windows color (decimal): -10794923 or 5589083. OLE color: 5589083.
HSL color Cylindrical-coordinate representation of color #5B4855: hue angle of 318.95º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B4855 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 85 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.64 |
| HSL | 318.95º | 0.12% | 0.32% | - |
| HSV(B) | 318.95º | 0.21% | 0.36% | - |
| XYZ | 8.27 | 7.51 | 9.61 | - |
| YUV | 79.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 85 | 0 | 0.21 | 0.07 | 0.64 | 318.95 | 0.12 | 0.32 |
| Hex | 5B | 48 | 55 | 0 | 15 | 7 | 40 | 13F | C | 20 |
| Octal | 133 | 110 | 125 | 0 | 25 | 7 | 100 | 477 | 14 | 40 |
| Binary | 1011011 | 1001000 | 1010101 | 0 | 10101 | 111 | 1000000 | 100111111 | 1100 | 100000 |
Color Harmonies of #5B4855
Complementary color
Monochromatic Colors of #5B4855
Black with #5B4855
Text Example
Text Example
White with #5B4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4855; }
p { color: rgb(91,72,85); }
H1.HeaderClassName
{
color: #5B4855;
}
.AnyTagClassName
{
color: #5B4855;
}
</style>
background-color css
<style>
a { background-color: #5B4855; }
a { background-color: rgb(91,72,85); }
div.DivClassName
{
background-color: #5B4855;
}
.BgClassName
{
background-color: #5B4855;
}
</style>
border-color css
<style>
span { border-color: #5B4855; }
span { border-color: rgb(91,72,85); }
td.TdClassName
{
border-color: #5B4855;
}
.TagClassName
{
border-color: #5B4855;
}
</style>