Shades of Liver #5B3E4D
Tints of Liver #5B3E4D
RGB
CMYK
RGB Variations
Color information
#5B3E4D (or 0x5B3E4D) is known color: Liver. HEX triplet: 5B, 3E and 4D. RGB value is (91,62,77). Sum of RGB (Red+Green+Blue) = 91+62+77=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3E4D is #A4C1B2. Grayscale: #484848. Windows color (decimal): -10797491 or 5062235. OLE color: 5062235.
HSL color Cylindrical-coordinate representation of color #5B3E4D: hue angle of 328.97º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B3E4D is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 62 | 77 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.64 |
| HSL | 328.97º | 0.19% | 0.3% | - |
| HSV(B) | 328.97º | 0.32% | 0.36% | - |
| XYZ | 7.38 | 6.21 | 7.83 | - |
| YUV | 72.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 62 | 77 | 0 | 0.32 | 0.15 | 0.64 | 328.97 | 0.19 | 0.3 |
| Hex | 5B | 3E | 4D | 0 | 20 | F | 40 | 149 | 13 | 1E |
| Octal | 133 | 76 | 115 | 0 | 40 | 17 | 100 | 511 | 23 | 36 |
| Binary | 1011011 | 111110 | 1001101 | 0 | 100000 | 1111 | 1000000 | 101001001 | 10011 | 11110 |
Color Harmonies of #5B3E4D
Complementary color
Monochromatic Colors of #5B3E4D
Black with #5B3E4D
Text Example
Text Example
White with #5B3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3E4D; }
p { color: rgb(91,62,77); }
H1.HeaderClassName
{
color: #5B3E4D;
}
.AnyTagClassName
{
color: #5B3E4D;
}
</style>
background-color css
<style>
a { background-color: #5B3E4D; }
a { background-color: rgb(91,62,77); }
div.DivClassName
{
background-color: #5B3E4D;
}
.BgClassName
{
background-color: #5B3E4D;
}
</style>
border-color css
<style>
span { border-color: #5B3E4D; }
span { border-color: rgb(91,62,77); }
td.TdClassName
{
border-color: #5B3E4D;
}
.TagClassName
{
border-color: #5B3E4D;
}
</style>