Shades of Liver #5B3F4E
Tints of Liver #5B3F4E
RGB
CMYK
RGB Variations
Color information
#5B3F4E (or 0x5B3F4E) is known color: Liver. HEX triplet: 5B, 3F and 4E. RGB value is (91,63,78). Sum of RGB (Red+Green+Blue) = 91+63+78=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3F4E is #A4C0B1. Grayscale: #494949. Windows color (decimal): -10797234 or 5128027. OLE color: 5128027.
HSL color Cylindrical-coordinate representation of color #5B3F4E: hue angle of 327.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B3F4E is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 78 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.64 |
| HSL | 327.86º | 0.18% | 0.3% | - |
| HSV(B) | 327.86º | 0.31% | 0.36% | - |
| XYZ | 7.47 | 6.33 | 8.04 | - |
| YUV | 73.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 78 | 0 | 0.31 | 0.14 | 0.64 | 327.86 | 0.18 | 0.3 |
| Hex | 5B | 3F | 4E | 0 | 1F | E | 40 | 148 | 12 | 1E |
| Octal | 133 | 77 | 116 | 0 | 37 | 16 | 100 | 510 | 22 | 36 |
| Binary | 1011011 | 111111 | 1001110 | 0 | 11111 | 1110 | 1000000 | 101001000 | 10010 | 11110 |
Color Harmonies of #5B3F4E
Complementary color
Monochromatic Colors of #5B3F4E
Black with #5B3F4E
Text Example
Text Example
White with #5B3F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F4E; }
p { color: rgb(91,63,78); }
H1.HeaderClassName
{
color: #5B3F4E;
}
.AnyTagClassName
{
color: #5B3F4E;
}
</style>
background-color css
<style>
a { background-color: #5B3F4E; }
a { background-color: rgb(91,63,78); }
div.DivClassName
{
background-color: #5B3F4E;
}
.BgClassName
{
background-color: #5B3F4E;
}
</style>
border-color css
<style>
span { border-color: #5B3F4E; }
span { border-color: rgb(91,63,78); }
td.TdClassName
{
border-color: #5B3F4E;
}
.TagClassName
{
border-color: #5B3F4E;
}
</style>