Shades of Liver #5B4452
Tints of Liver #5B4452
RGB
CMYK
RGB Variations
Color information
#5B4452 (or 0x5B4452) is known color: Liver. HEX triplet: 5B, 44 and 52. RGB value is (91,68,82). Sum of RGB (Red+Green+Blue) = 91+68+82=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4452 is #A4BBAD. Grayscale: #4C4C4C. Windows color (decimal): -10795950 or 5391451. OLE color: 5391451.
HSL color Cylindrical-coordinate representation of color #5B4452: hue angle of 323.48º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B4452 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 82 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.64 |
| HSL | 323.48º | 0.14% | 0.31% | - |
| HSV(B) | 323.48º | 0.25% | 0.36% | - |
| XYZ | 7.9 | 6.97 | 8.91 | - |
| YUV | 76.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 82 | 0 | 0.25 | 0.10 | 0.64 | 323.48 | 0.14 | 0.31 |
| Hex | 5B | 44 | 52 | 0 | 19 | A | 40 | 143 | E | 1F |
| Octal | 133 | 104 | 122 | 0 | 31 | 12 | 100 | 503 | 16 | 37 |
| Binary | 1011011 | 1000100 | 1010010 | 0 | 11001 | 1010 | 1000000 | 101000011 | 1110 | 11111 |
Color Harmonies of #5B4452
Complementary color
Monochromatic Colors of #5B4452
Black with #5B4452
Text Example
Text Example
White with #5B4452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4452; }
p { color: rgb(91,68,82); }
H1.HeaderClassName
{
color: #5B4452;
}
.AnyTagClassName
{
color: #5B4452;
}
</style>
background-color css
<style>
a { background-color: #5B4452; }
a { background-color: rgb(91,68,82); }
div.DivClassName
{
background-color: #5B4452;
}
.BgClassName
{
background-color: #5B4452;
}
</style>
border-color css
<style>
span { border-color: #5B4452; }
span { border-color: rgb(91,68,82); }
td.TdClassName
{
border-color: #5B4452;
}
.TagClassName
{
border-color: #5B4452;
}
</style>