Shades of Liver #553F48
Tints of Liver #553F48
RGB
CMYK
RGB Variations
Color information
#553F48 (or 0x553F48) is known color: Liver. HEX triplet: 55, 3F and 48. RGB value is (85,63,72). Sum of RGB (Red+Green+Blue) = 85+63+72=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #553F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F48 is #AAC0B7. Grayscale: #464646. Windows color (decimal): -11190456 or 4734805. OLE color: 4734805.
HSL color Cylindrical-coordinate representation of color #553F48: hue angle of 335.45º 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 #553F48 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 72 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.67 |
| HSL | 335.45º | 0.15% | 0.29% | - |
| HSV(B) | 335.45º | 0.26% | 0.33% | - |
| XYZ | 6.69 | 5.95 | 6.93 | - |
| YUV | 70.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 72 | 0 | 0.26 | 0.15 | 0.67 | 335.45 | 0.15 | 0.29 |
| Hex | 55 | 3F | 48 | 0 | 1A | F | 43 | 14F | F | 1D |
| Octal | 125 | 77 | 110 | 0 | 32 | 17 | 103 | 517 | 17 | 35 |
| Binary | 1010101 | 111111 | 1001000 | 0 | 11010 | 1111 | 1000011 | 101001111 | 1111 | 11101 |
Color Harmonies of #553F48
Complementary color
Monochromatic Colors of #553F48
Black with #553F48
Text Example
Text Example
White with #553F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F48; }
p { color: rgb(85,63,72); }
H1.HeaderClassName
{
color: #553F48;
}
.AnyTagClassName
{
color: #553F48;
}
</style>
background-color css
<style>
a { background-color: #553F48; }
a { background-color: rgb(85,63,72); }
div.DivClassName
{
background-color: #553F48;
}
.BgClassName
{
background-color: #553F48;
}
</style>
border-color css
<style>
span { border-color: #553F48; }
span { border-color: rgb(85,63,72); }
td.TdClassName
{
border-color: #553F48;
}
.TagClassName
{
border-color: #553F48;
}
</style>