Shades of Liver #553F4C
Tints of Liver #553F4C
RGB
CMYK
RGB Variations
Color information
#553F4C (or 0x553F4C) is known color: Liver. HEX triplet: 55, 3F and 4C. RGB value is (85,63,76). Sum of RGB (Red+Green+Blue) = 85+63+76=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #553F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F4C is #AAC0B3. Grayscale: #474747. Windows color (decimal): -11190452 or 4996949. OLE color: 4996949.
HSL color Cylindrical-coordinate representation of color #553F4C: hue angle of 324.55º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F4C is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 76 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.67 |
| HSL | 324.55º | 0.15% | 0.29% | - |
| HSV(B) | 324.55º | 0.26% | 0.33% | - |
| XYZ | 6.83 | 6.01 | 7.64 | - |
| YUV | 71.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 76 | 0 | 0.26 | 0.11 | 0.67 | 324.55 | 0.15 | 0.29 |
| Hex | 55 | 3F | 4C | 0 | 1A | B | 43 | 145 | F | 1D |
| Octal | 125 | 77 | 114 | 0 | 32 | 13 | 103 | 505 | 17 | 35 |
| Binary | 1010101 | 111111 | 1001100 | 0 | 11010 | 1011 | 1000011 | 101000101 | 1111 | 11101 |
Color Harmonies of #553F4C
Complementary color
Monochromatic Colors of #553F4C
Black with #553F4C
Text Example
Text Example
White with #553F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F4C; }
p { color: rgb(85,63,76); }
H1.HeaderClassName
{
color: #553F4C;
}
.AnyTagClassName
{
color: #553F4C;
}
</style>
background-color css
<style>
a { background-color: #553F4C; }
a { background-color: rgb(85,63,76); }
div.DivClassName
{
background-color: #553F4C;
}
.BgClassName
{
background-color: #553F4C;
}
</style>
border-color css
<style>
span { border-color: #553F4C; }
span { border-color: rgb(85,63,76); }
td.TdClassName
{
border-color: #553F4C;
}
.TagClassName
{
border-color: #553F4C;
}
</style>