Shades of Liver #5B3C4D
Tints of Liver #5B3C4D
RGB
CMYK
RGB Variations
Color information
#5B3C4D (or 0x5B3C4D) is known color: Liver. HEX triplet: 5B, 3C and 4D. RGB value is (91,60,77). Sum of RGB (Red+Green+Blue) = 91+60+77=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3C4D is #A4C3B2. Grayscale: #474747. Windows color (decimal): -10798003 or 5061723. OLE color: 5061723.
HSL color Cylindrical-coordinate representation of color #5B3C4D: hue angle of 327.1º 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 #5B3C4D is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 60 | 77 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.64 |
| HSL | 327.1º | 0.21% | 0.3% | - |
| HSV(B) | 327.1º | 0.34% | 0.36% | - |
| XYZ | 7.27 | 5.99 | 7.79 | - |
| YUV | 71.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 77 | 0 | 0.34 | 0.15 | 0.64 | 327.1 | 0.21 | 0.3 |
| Hex | 5B | 3C | 4D | 0 | 22 | F | 40 | 147 | 15 | 1E |
| Octal | 133 | 74 | 115 | 0 | 42 | 17 | 100 | 507 | 25 | 36 |
| Binary | 1011011 | 111100 | 1001101 | 0 | 100010 | 1111 | 1000000 | 101000111 | 10101 | 11110 |
Color Harmonies of #5B3C4D
Complementary color
Monochromatic Colors of #5B3C4D
Black with #5B3C4D
Text Example
Text Example
White with #5B3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3C4D; }
p { color: rgb(91,60,77); }
H1.HeaderClassName
{
color: #5B3C4D;
}
.AnyTagClassName
{
color: #5B3C4D;
}
</style>
background-color css
<style>
a { background-color: #5B3C4D; }
a { background-color: rgb(91,60,77); }
div.DivClassName
{
background-color: #5B3C4D;
}
.BgClassName
{
background-color: #5B3C4D;
}
</style>
border-color css
<style>
span { border-color: #5B3C4D; }
span { border-color: rgb(91,60,77); }
td.TdClassName
{
border-color: #5B3C4D;
}
.TagClassName
{
border-color: #5B3C4D;
}
</style>