Shades of Liver #5B4552
Tints of Liver #5B4552
RGB
CMYK
RGB Variations
Color information
#5B4552 (or 0x5B4552) is known color: Liver. HEX triplet: 5B, 45 and 52. RGB value is (91,69,82). Sum of RGB (Red+Green+Blue) = 91+69+82=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4552 is #A4BAAD. Grayscale: #4D4D4D. Windows color (decimal): -10795694 or 5391707. OLE color: 5391707.
HSL color Cylindrical-coordinate representation of color #5B4552: hue angle of 324.55º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B4552 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 82 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.64 |
| HSL | 324.55º | 0.14% | 0.31% | - |
| HSV(B) | 324.55º | 0.24% | 0.36% | - |
| XYZ | 7.97 | 7.09 | 8.93 | - |
| YUV | 77.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 82 | 0 | 0.24 | 0.10 | 0.64 | 324.55 | 0.14 | 0.31 |
| Hex | 5B | 45 | 52 | 0 | 18 | A | 40 | 145 | E | 1F |
| Octal | 133 | 105 | 122 | 0 | 30 | 12 | 100 | 505 | 16 | 37 |
| Binary | 1011011 | 1000101 | 1010010 | 0 | 11000 | 1010 | 1000000 | 101000101 | 1110 | 11111 |
Color Harmonies of #5B4552
Complementary color
Monochromatic Colors of #5B4552
Black with #5B4552
Text Example
Text Example
White with #5B4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4552; }
p { color: rgb(91,69,82); }
H1.HeaderClassName
{
color: #5B4552;
}
.AnyTagClassName
{
color: #5B4552;
}
</style>
background-color css
<style>
a { background-color: #5B4552; }
a { background-color: rgb(91,69,82); }
div.DivClassName
{
background-color: #5B4552;
}
.BgClassName
{
background-color: #5B4552;
}
</style>
border-color css
<style>
span { border-color: #5B4552; }
span { border-color: rgb(91,69,82); }
td.TdClassName
{
border-color: #5B4552;
}
.TagClassName
{
border-color: #5B4552;
}
</style>