Shades of Liver #553C4A
Tints of Liver #553C4A
RGB
CMYK
RGB Variations
Color information
#553C4A (or 0x553C4A) is known color: Liver. HEX triplet: 55, 3C and 4A. RGB value is (85,60,74). Sum of RGB (Red+Green+Blue) = 85+60+74=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #553C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C4A is #AAC3B5. Grayscale: #454545. Windows color (decimal): -11191222 or 4865109. OLE color: 4865109.
HSL color Cylindrical-coordinate representation of color #553C4A: hue angle of 326.4º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553C4A is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 74 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.67 |
| HSL | 326.4º | 0.17% | 0.28% | - |
| HSV(B) | 326.4º | 0.29% | 0.33% | - |
| XYZ | 6.6 | 5.66 | 7.22 | - |
| YUV | 69.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 74 | 0 | 0.29 | 0.13 | 0.67 | 326.4 | 0.17 | 0.28 |
| Hex | 55 | 3C | 4A | 0 | 1D | D | 43 | 146 | 11 | 1C |
| Octal | 125 | 74 | 112 | 0 | 35 | 15 | 103 | 506 | 21 | 34 |
| Binary | 1010101 | 111100 | 1001010 | 0 | 11101 | 1101 | 1000011 | 101000110 | 10001 | 11100 |
Color Harmonies of #553C4A
Complementary color
Monochromatic Colors of #553C4A
Black with #553C4A
Text Example
Text Example
White with #553C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C4A; }
p { color: rgb(85,60,74); }
H1.HeaderClassName
{
color: #553C4A;
}
.AnyTagClassName
{
color: #553C4A;
}
</style>
background-color css
<style>
a { background-color: #553C4A; }
a { background-color: rgb(85,60,74); }
div.DivClassName
{
background-color: #553C4A;
}
.BgClassName
{
background-color: #553C4A;
}
</style>
border-color css
<style>
span { border-color: #553C4A; }
span { border-color: rgb(85,60,74); }
td.TdClassName
{
border-color: #553C4A;
}
.TagClassName
{
border-color: #553C4A;
}
</style>