Shades of Liver #5B3C4C
Tints of Liver #5B3C4C
RGB
CMYK
RGB Variations
Color information
#5B3C4C (or 0x5B3C4C) is known color: Liver. HEX triplet: 5B, 3C and 4C. RGB value is (91,60,76). Sum of RGB (Red+Green+Blue) = 91+60+76=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3C4C is #A4C3B3. Grayscale: #474747. Windows color (decimal): -10798004 or 4996187. OLE color: 4996187.
HSL color Cylindrical-coordinate representation of color #5B3C4C: hue angle of 329.03º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B3C4C is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 60 | 76 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.64 |
| HSL | 329.03º | 0.21% | 0.3% | - |
| HSV(B) | 329.03º | 0.34% | 0.36% | - |
| XYZ | 7.23 | 5.98 | 7.61 | - |
| YUV | 71.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 76 | 0 | 0.34 | 0.16 | 0.64 | 329.03 | 0.21 | 0.3 |
| Hex | 5B | 3C | 4C | 0 | 22 | 10 | 40 | 149 | 15 | 1E |
| Octal | 133 | 74 | 114 | 0 | 42 | 20 | 100 | 511 | 25 | 36 |
| Binary | 1011011 | 111100 | 1001100 | 0 | 100010 | 10000 | 1000000 | 101001001 | 10101 | 11110 |
Color Harmonies of #5B3C4C
Complementary color
Monochromatic Colors of #5B3C4C
Black with #5B3C4C
Text Example
Text Example
White with #5B3C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3C4C; }
p { color: rgb(91,60,76); }
H1.HeaderClassName
{
color: #5B3C4C;
}
.AnyTagClassName
{
color: #5B3C4C;
}
</style>
background-color css
<style>
a { background-color: #5B3C4C; }
a { background-color: rgb(91,60,76); }
div.DivClassName
{
background-color: #5B3C4C;
}
.BgClassName
{
background-color: #5B3C4C;
}
</style>
border-color css
<style>
span { border-color: #5B3C4C; }
span { border-color: rgb(91,60,76); }
td.TdClassName
{
border-color: #5B3C4C;
}
.TagClassName
{
border-color: #5B3C4C;
}
</style>