Shades of Liver #553D4A
Tints of Liver #553D4A
RGB
CMYK
RGB Variations
Color information
#553D4A (or 0x553D4A) is known color: Liver. HEX triplet: 55, 3D and 4A. RGB value is (85,61,74). Sum of RGB (Red+Green+Blue) = 85+61+74=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #553D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D4A is #AAC2B5. Grayscale: #454545. Windows color (decimal): -11190966 or 4865365. OLE color: 4865365.
HSL color Cylindrical-coordinate representation of color #553D4A: hue angle of 327.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #553D4A is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 74 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.67 |
| HSL | 327.5º | 0.16% | 0.29% | - |
| HSV(B) | 327.5º | 0.28% | 0.33% | - |
| XYZ | 6.65 | 5.76 | 7.24 | - |
| YUV | 69.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 74 | 0 | 0.28 | 0.13 | 0.67 | 327.5 | 0.16 | 0.29 |
| Hex | 55 | 3D | 4A | 0 | 1C | D | 43 | 148 | 10 | 1D |
| Octal | 125 | 75 | 112 | 0 | 34 | 15 | 103 | 510 | 20 | 35 |
| Binary | 1010101 | 111101 | 1001010 | 0 | 11100 | 1101 | 1000011 | 101001000 | 10000 | 11101 |
Color Harmonies of #553D4A
Complementary color
Monochromatic Colors of #553D4A
Black with #553D4A
Text Example
Text Example
White with #553D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D4A; }
p { color: rgb(85,61,74); }
H1.HeaderClassName
{
color: #553D4A;
}
.AnyTagClassName
{
color: #553D4A;
}
</style>
background-color css
<style>
a { background-color: #553D4A; }
a { background-color: rgb(85,61,74); }
div.DivClassName
{
background-color: #553D4A;
}
.BgClassName
{
background-color: #553D4A;
}
</style>
border-color css
<style>
span { border-color: #553D4A; }
span { border-color: rgb(85,61,74); }
td.TdClassName
{
border-color: #553D4A;
}
.TagClassName
{
border-color: #553D4A;
}
</style>