Shades of Liver #553B49
Tints of Liver #553B49
RGB
CMYK
RGB Variations
Color information
#553B49 (or 0x553B49) is known color: Liver. HEX triplet: 55, 3B and 49. RGB value is (85,59,73). Sum of RGB (Red+Green+Blue) = 85+59+73=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #553B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B49 is #AAC4B6. Grayscale: #444444. Windows color (decimal): -11191479 or 4799317. OLE color: 4799317.
HSL color Cylindrical-coordinate representation of color #553B49: hue angle of 327.69º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #553B49 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 73 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.67 |
| HSL | 327.69º | 0.18% | 0.28% | - |
| HSV(B) | 327.69º | 0.31% | 0.33% | - |
| XYZ | 6.51 | 5.54 | 7.03 | - |
| YUV | 68.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 73 | 0 | 0.31 | 0.14 | 0.67 | 327.69 | 0.18 | 0.28 |
| Hex | 55 | 3B | 49 | 0 | 1F | E | 43 | 148 | 12 | 1C |
| Octal | 125 | 73 | 111 | 0 | 37 | 16 | 103 | 510 | 22 | 34 |
| Binary | 1010101 | 111011 | 1001001 | 0 | 11111 | 1110 | 1000011 | 101001000 | 10010 | 11100 |
Color Harmonies of #553B49
Complementary color
Monochromatic Colors of #553B49
Black with #553B49
Text Example
Text Example
White with #553B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B49; }
p { color: rgb(85,59,73); }
H1.HeaderClassName
{
color: #553B49;
}
.AnyTagClassName
{
color: #553B49;
}
</style>
background-color css
<style>
a { background-color: #553B49; }
a { background-color: rgb(85,59,73); }
div.DivClassName
{
background-color: #553B49;
}
.BgClassName
{
background-color: #553B49;
}
</style>
border-color css
<style>
span { border-color: #553B49; }
span { border-color: rgb(85,59,73); }
td.TdClassName
{
border-color: #553B49;
}
.TagClassName
{
border-color: #553B49;
}
</style>