Shades of Liver #55444F
Tints of Liver #55444F
RGB
CMYK
RGB Variations
Color information
#55444F (or 0x55444F) is known color: Liver. HEX triplet: 55, 44 and 4F. RGB value is (85,68,79). Sum of RGB (Red+Green+Blue) = 85+68+79=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #55444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55444F is #AABBB0. Grayscale: #4A4A4A. Windows color (decimal): -11189169 or 5194837. OLE color: 5194837.
HSL color Cylindrical-coordinate representation of color #55444F: hue angle of 321.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55444F is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 79 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.67 |
| HSL | 321.18º | 0.11% | 0.3% | - |
| HSV(B) | 321.18º | 0.2% | 0.33% | - |
| XYZ | 7.22 | 6.63 | 8.3 | - |
| YUV | 74.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 79 | 0 | 0.20 | 0.07 | 0.67 | 321.18 | 0.11 | 0.3 |
| Hex | 55 | 44 | 4F | 0 | 14 | 7 | 43 | 141 | B | 1E |
| Octal | 125 | 104 | 117 | 0 | 24 | 7 | 103 | 501 | 13 | 36 |
| Binary | 1010101 | 1000100 | 1001111 | 0 | 10100 | 111 | 1000011 | 101000001 | 1011 | 11110 |
Color Harmonies of #55444F
Complementary color
Monochromatic Colors of #55444F
Black with #55444F
Text Example
Text Example
White with #55444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55444F; }
p { color: rgb(85,68,79); }
H1.HeaderClassName
{
color: #55444F;
}
.AnyTagClassName
{
color: #55444F;
}
</style>
background-color css
<style>
a { background-color: #55444F; }
a { background-color: rgb(85,68,79); }
div.DivClassName
{
background-color: #55444F;
}
.BgClassName
{
background-color: #55444F;
}
</style>
border-color css
<style>
span { border-color: #55444F; }
span { border-color: rgb(85,68,79); }
td.TdClassName
{
border-color: #55444F;
}
.TagClassName
{
border-color: #55444F;
}
</style>