Shades of Liver #553E4C
Tints of Liver #553E4C
RGB
CMYK
RGB Variations
Color information
#553E4C (or 0x553E4C) is known color: Liver. HEX triplet: 55, 3E and 4C. RGB value is (85,62,76). Sum of RGB (Red+Green+Blue) = 85+62+76=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #553E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E4C is #AAC1B3. Grayscale: #464646. Windows color (decimal): -11190708 or 4996693. OLE color: 4996693.
HSL color Cylindrical-coordinate representation of color #553E4C: hue angle of 323.48º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #553E4C is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 76 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.67 |
| HSL | 323.48º | 0.16% | 0.29% | - |
| HSV(B) | 323.48º | 0.27% | 0.33% | - |
| XYZ | 6.77 | 5.9 | 7.62 | - |
| YUV | 70.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 76 | 0 | 0.27 | 0.11 | 0.67 | 323.48 | 0.16 | 0.29 |
| Hex | 55 | 3E | 4C | 0 | 1B | B | 43 | 143 | 10 | 1D |
| Octal | 125 | 76 | 114 | 0 | 33 | 13 | 103 | 503 | 20 | 35 |
| Binary | 1010101 | 111110 | 1001100 | 0 | 11011 | 1011 | 1000011 | 101000011 | 10000 | 11101 |
Color Harmonies of #553E4C
Complementary color
Monochromatic Colors of #553E4C
Black with #553E4C
Text Example
Text Example
White with #553E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E4C; }
p { color: rgb(85,62,76); }
H1.HeaderClassName
{
color: #553E4C;
}
.AnyTagClassName
{
color: #553E4C;
}
</style>
background-color css
<style>
a { background-color: #553E4C; }
a { background-color: rgb(85,62,76); }
div.DivClassName
{
background-color: #553E4C;
}
.BgClassName
{
background-color: #553E4C;
}
</style>
border-color css
<style>
span { border-color: #553E4C; }
span { border-color: rgb(85,62,76); }
td.TdClassName
{
border-color: #553E4C;
}
.TagClassName
{
border-color: #553E4C;
}
</style>