Shades of Liver #5A3D4C
Tints of Liver #5A3D4C
RGB
CMYK
RGB Variations
Color information
#5A3D4C (or 0x5A3D4C) is known color: Liver. HEX triplet: 5A, 3D and 4C. RGB value is (90,61,76). Sum of RGB (Red+Green+Blue) = 90+61+76=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3D4C is #A5C2B3. Grayscale: #474747. Windows color (decimal): -10863284 or 4996442. OLE color: 4996442.
HSL color Cylindrical-coordinate representation of color #5A3D4C: hue angle of 328.97º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A3D4C is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 61 | 76 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.65 |
| HSL | 328.97º | 0.19% | 0.3% | - |
| HSV(B) | 328.97º | 0.32% | 0.35% | - |
| XYZ | 7.19 | 6.03 | 7.62 | - |
| YUV | 71.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 76 | 0 | 0.32 | 0.16 | 0.65 | 328.97 | 0.19 | 0.3 |
| Hex | 5A | 3D | 4C | 0 | 20 | 10 | 41 | 149 | 13 | 1E |
| Octal | 132 | 75 | 114 | 0 | 40 | 20 | 101 | 511 | 23 | 36 |
| Binary | 1011010 | 111101 | 1001100 | 0 | 100000 | 10000 | 1000001 | 101001001 | 10011 | 11110 |
Color Harmonies of #5A3D4C
Complementary color
Monochromatic Colors of #5A3D4C
Black with #5A3D4C
Text Example
Text Example
White with #5A3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D4C; }
p { color: rgb(90,61,76); }
H1.HeaderClassName
{
color: #5A3D4C;
}
.AnyTagClassName
{
color: #5A3D4C;
}
</style>
background-color css
<style>
a { background-color: #5A3D4C; }
a { background-color: rgb(90,61,76); }
div.DivClassName
{
background-color: #5A3D4C;
}
.BgClassName
{
background-color: #5A3D4C;
}
</style>
border-color css
<style>
span { border-color: #5A3D4C; }
span { border-color: rgb(90,61,76); }
td.TdClassName
{
border-color: #5A3D4C;
}
.TagClassName
{
border-color: #5A3D4C;
}
</style>