Shades of Liver #55434A
Tints of Liver #55434A
RGB
CMYK
RGB Variations
Color information
#55434A (or 0x55434A) is known color: Liver. HEX triplet: 55, 43 and 4A. RGB value is (85,67,74). Sum of RGB (Red+Green+Blue) = 85+67+74=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #55434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55434A is #AABCB5. Grayscale: #494949. Windows color (decimal): -11189430 or 4866901. OLE color: 4866901.
HSL color Cylindrical-coordinate representation of color #55434A: hue angle of 336.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55434A is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 74 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.67 |
| HSL | 336.67º | 0.12% | 0.3% | - |
| HSV(B) | 336.67º | 0.21% | 0.33% | - |
| XYZ | 6.99 | 6.44 | 7.35 | - |
| YUV | 73.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 74 | 0 | 0.21 | 0.13 | 0.67 | 336.67 | 0.12 | 0.3 |
| Hex | 55 | 43 | 4A | 0 | 15 | D | 43 | 151 | C | 1E |
| Octal | 125 | 103 | 112 | 0 | 25 | 15 | 103 | 521 | 14 | 36 |
| Binary | 1010101 | 1000011 | 1001010 | 0 | 10101 | 1101 | 1000011 | 101010001 | 1100 | 11110 |
Color Harmonies of #55434A
Complementary color
Monochromatic Colors of #55434A
Black with #55434A
Text Example
Text Example
White with #55434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55434A; }
p { color: rgb(85,67,74); }
H1.HeaderClassName
{
color: #55434A;
}
.AnyTagClassName
{
color: #55434A;
}
</style>
background-color css
<style>
a { background-color: #55434A; }
a { background-color: rgb(85,67,74); }
div.DivClassName
{
background-color: #55434A;
}
.BgClassName
{
background-color: #55434A;
}
</style>
border-color css
<style>
span { border-color: #55434A; }
span { border-color: rgb(85,67,74); }
td.TdClassName
{
border-color: #55434A;
}
.TagClassName
{
border-color: #55434A;
}
</style>