Shades of Liver #553A4A
Tints of Liver #553A4A
RGB
CMYK
RGB Variations
Color information
#553A4A (or 0x553A4A) is known color: Liver. HEX triplet: 55, 3A and 4A. RGB value is (85,58,74). Sum of RGB (Red+Green+Blue) = 85+58+74=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #553A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A4A is #AAC5B5. Grayscale: #434343. Windows color (decimal): -11191734 or 4864597. OLE color: 4864597.
HSL color Cylindrical-coordinate representation of color #553A4A: hue angle of 324.44º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553A4A is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 74 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.67 |
| HSL | 324.44º | 0.19% | 0.28% | - |
| HSV(B) | 324.44º | 0.32% | 0.33% | - |
| XYZ | 6.5 | 5.45 | 7.19 | - |
| YUV | 67.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 74 | 0 | 0.32 | 0.13 | 0.67 | 324.44 | 0.19 | 0.28 |
| Hex | 55 | 3A | 4A | 0 | 20 | D | 43 | 144 | 13 | 1C |
| Octal | 125 | 72 | 112 | 0 | 40 | 15 | 103 | 504 | 23 | 34 |
| Binary | 1010101 | 111010 | 1001010 | 0 | 100000 | 1101 | 1000011 | 101000100 | 10011 | 11100 |
Color Harmonies of #553A4A
Complementary color
Monochromatic Colors of #553A4A
Black with #553A4A
Text Example
Text Example
White with #553A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A4A; }
p { color: rgb(85,58,74); }
H1.HeaderClassName
{
color: #553A4A;
}
.AnyTagClassName
{
color: #553A4A;
}
</style>
background-color css
<style>
a { background-color: #553A4A; }
a { background-color: rgb(85,58,74); }
div.DivClassName
{
background-color: #553A4A;
}
.BgClassName
{
background-color: #553A4A;
}
</style>
border-color css
<style>
span { border-color: #553A4A; }
span { border-color: rgb(85,58,74); }
td.TdClassName
{
border-color: #553A4A;
}
.TagClassName
{
border-color: #553A4A;
}
</style>