Shades of Liver #5A4C53
Tints of Liver #5A4C53
RGB
CMYK
RGB Variations
Color information
#5A4C53 (or 0x5A4C53) is known color: Liver. HEX triplet: 5A, 4C and 53. RGB value is (90,76,83). Sum of RGB (Red+Green+Blue) = 90+76+83=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4C53 is #A5B3AC. Grayscale: #505050. Windows color (decimal): -10859437 or 5459034. OLE color: 5459034.
HSL color Cylindrical-coordinate representation of color #5A4C53: hue angle of 330º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A4C53 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 76 | 83 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.65 |
| HSL | 330º | 0.08% | 0.33% | - |
| HSV(B) | 330º | 0.16% | 0.35% | - |
| XYZ | 8.36 | 7.97 | 9.28 | - |
| YUV | 80.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 76 | 83 | 0 | 0.16 | 0.08 | 0.65 | 330 | 0.08 | 0.33 |
| Hex | 5A | 4C | 53 | 0 | 10 | 8 | 41 | 14A | 8 | 21 |
| Octal | 132 | 114 | 123 | 0 | 20 | 10 | 101 | 512 | 10 | 41 |
| Binary | 1011010 | 1001100 | 1010011 | 0 | 10000 | 1000 | 1000001 | 101001010 | 1000 | 100001 |
Color Harmonies of #5A4C53
Complementary color
Monochromatic Colors of #5A4C53
Black with #5A4C53
Text Example
Text Example
White with #5A4C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4C53; }
p { color: rgb(90,76,83); }
H1.HeaderClassName
{
color: #5A4C53;
}
.AnyTagClassName
{
color: #5A4C53;
}
</style>
background-color css
<style>
a { background-color: #5A4C53; }
a { background-color: rgb(90,76,83); }
div.DivClassName
{
background-color: #5A4C53;
}
.BgClassName
{
background-color: #5A4C53;
}
</style>
border-color css
<style>
span { border-color: #5A4C53; }
span { border-color: rgb(90,76,83); }
td.TdClassName
{
border-color: #5A4C53;
}
.TagClassName
{
border-color: #5A4C53;
}
</style>