Shades of Liver #553D4B
Tints of Liver #553D4B
RGB
CMYK
RGB Variations
Color information
#553D4B (or 0x553D4B) is known color: Liver. HEX triplet: 55, 3D and 4B. RGB value is (85,61,75). Sum of RGB (Red+Green+Blue) = 85+61+75=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #553D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D4B is #AAC2B4. Grayscale: #454545. Windows color (decimal): -11190965 or 4930901. OLE color: 4930901.
HSL color Cylindrical-coordinate representation of color #553D4B: hue angle of 325º 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 #553D4B is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 75 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.67 |
| HSL | 325º | 0.16% | 0.29% | - |
| HSV(B) | 325º | 0.28% | 0.33% | - |
| XYZ | 6.69 | 5.78 | 7.42 | - |
| YUV | 69.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 75 | 0 | 0.28 | 0.12 | 0.67 | 325 | 0.16 | 0.29 |
| Hex | 55 | 3D | 4B | 0 | 1C | C | 43 | 145 | 10 | 1D |
| Octal | 125 | 75 | 113 | 0 | 34 | 14 | 103 | 505 | 20 | 35 |
| Binary | 1010101 | 111101 | 1001011 | 0 | 11100 | 1100 | 1000011 | 101000101 | 10000 | 11101 |
Color Harmonies of #553D4B
Complementary color
Monochromatic Colors of #553D4B
Black with #553D4B
Text Example
Text Example
White with #553D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D4B; }
p { color: rgb(85,61,75); }
H1.HeaderClassName
{
color: #553D4B;
}
.AnyTagClassName
{
color: #553D4B;
}
</style>
background-color css
<style>
a { background-color: #553D4B; }
a { background-color: rgb(85,61,75); }
div.DivClassName
{
background-color: #553D4B;
}
.BgClassName
{
background-color: #553D4B;
}
</style>
border-color css
<style>
span { border-color: #553D4B; }
span { border-color: rgb(85,61,75); }
td.TdClassName
{
border-color: #553D4B;
}
.TagClassName
{
border-color: #553D4B;
}
</style>