Shades of Liver #5A4852
Tints of Liver #5A4852
RGB
CMYK
RGB Variations
Color information
#5A4852 (or 0x5A4852) is known color: Liver. HEX triplet: 5A, 48 and 52. RGB value is (90,72,82). Sum of RGB (Red+Green+Blue) = 90+72+82=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4852 is #A5B7AD. Grayscale: #4E4E4E. Windows color (decimal): -10860462 or 5392474. OLE color: 5392474.
HSL color Cylindrical-coordinate representation of color #5A4852: hue angle of 326.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A4852 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 82 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.65 |
| HSL | 326.67º | 0.11% | 0.32% | - |
| HSV(B) | 326.67º | 0.2% | 0.35% | - |
| XYZ | 8.06 | 7.42 | 8.99 | - |
| YUV | 78.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 82 | 0 | 0.20 | 0.09 | 0.65 | 326.67 | 0.11 | 0.32 |
| Hex | 5A | 48 | 52 | 0 | 14 | 9 | 41 | 147 | B | 20 |
| Octal | 132 | 110 | 122 | 0 | 24 | 11 | 101 | 507 | 13 | 40 |
| Binary | 1011010 | 1001000 | 1010010 | 0 | 10100 | 1001 | 1000001 | 101000111 | 1011 | 100000 |
Color Harmonies of #5A4852
Complementary color
Monochromatic Colors of #5A4852
Black with #5A4852
Text Example
Text Example
White with #5A4852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4852; }
p { color: rgb(90,72,82); }
H1.HeaderClassName
{
color: #5A4852;
}
.AnyTagClassName
{
color: #5A4852;
}
</style>
background-color css
<style>
a { background-color: #5A4852; }
a { background-color: rgb(90,72,82); }
div.DivClassName
{
background-color: #5A4852;
}
.BgClassName
{
background-color: #5A4852;
}
</style>
border-color css
<style>
span { border-color: #5A4852; }
span { border-color: rgb(90,72,82); }
td.TdClassName
{
border-color: #5A4852;
}
.TagClassName
{
border-color: #5A4852;
}
</style>