Shades of Liver #553B4A
Tints of Liver #553B4A
RGB
CMYK
RGB Variations
Color information
#553B4A (or 0x553B4A) is known color: Liver. HEX triplet: 55, 3B and 4A. RGB value is (85,59,74). Sum of RGB (Red+Green+Blue) = 85+59+74=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #553B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B4A is #AAC4B5. Grayscale: #444444. Windows color (decimal): -11191478 or 4864853. OLE color: 4864853.
HSL color Cylindrical-coordinate representation of color #553B4A: hue angle of 325.38º 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 #553B4A is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 74 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.67 |
| HSL | 325.38º | 0.18% | 0.28% | - |
| HSV(B) | 325.38º | 0.31% | 0.33% | - |
| XYZ | 6.55 | 5.55 | 7.21 | - |
| YUV | 68.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 74 | 0 | 0.31 | 0.13 | 0.67 | 325.38 | 0.18 | 0.28 |
| Hex | 55 | 3B | 4A | 0 | 1F | D | 43 | 145 | 12 | 1C |
| Octal | 125 | 73 | 112 | 0 | 37 | 15 | 103 | 505 | 22 | 34 |
| Binary | 1010101 | 111011 | 1001010 | 0 | 11111 | 1101 | 1000011 | 101000101 | 10010 | 11100 |
Color Harmonies of #553B4A
Complementary color
Monochromatic Colors of #553B4A
Black with #553B4A
Text Example
Text Example
White with #553B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B4A; }
p { color: rgb(85,59,74); }
H1.HeaderClassName
{
color: #553B4A;
}
.AnyTagClassName
{
color: #553B4A;
}
</style>
background-color css
<style>
a { background-color: #553B4A; }
a { background-color: rgb(85,59,74); }
div.DivClassName
{
background-color: #553B4A;
}
.BgClassName
{
background-color: #553B4A;
}
</style>
border-color css
<style>
span { border-color: #553B4A; }
span { border-color: rgb(85,59,74); }
td.TdClassName
{
border-color: #553B4A;
}
.TagClassName
{
border-color: #553B4A;
}
</style>