Shades of Liver #55434B
Tints of Liver #55434B
RGB
CMYK
RGB Variations
Color information
#55434B (or 0x55434B) is known color: Liver. HEX triplet: 55, 43 and 4B. RGB value is (85,67,75). Sum of RGB (Red+Green+Blue) = 85+67+75=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55434B is #AABCB4. Grayscale: #494949. Windows color (decimal): -11189429 or 4932437. OLE color: 4932437.
HSL color Cylindrical-coordinate representation of color #55434B: hue angle of 333.33º 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 #55434B is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 75 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.67 |
| HSL | 333.33º | 0.12% | 0.3% | - |
| HSV(B) | 333.33º | 0.21% | 0.33% | - |
| XYZ | 7.02 | 6.45 | 7.53 | - |
| YUV | 73.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 75 | 0 | 0.21 | 0.12 | 0.67 | 333.33 | 0.12 | 0.3 |
| Hex | 55 | 43 | 4B | 0 | 15 | C | 43 | 14D | C | 1E |
| Octal | 125 | 103 | 113 | 0 | 25 | 14 | 103 | 515 | 14 | 36 |
| Binary | 1010101 | 1000011 | 1001011 | 0 | 10101 | 1100 | 1000011 | 101001101 | 1100 | 11110 |
Color Harmonies of #55434B
Complementary color
Monochromatic Colors of #55434B
Black with #55434B
Text Example
Text Example
White with #55434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55434B; }
p { color: rgb(85,67,75); }
H1.HeaderClassName
{
color: #55434B;
}
.AnyTagClassName
{
color: #55434B;
}
</style>
background-color css
<style>
a { background-color: #55434B; }
a { background-color: rgb(85,67,75); }
div.DivClassName
{
background-color: #55434B;
}
.BgClassName
{
background-color: #55434B;
}
</style>
border-color css
<style>
span { border-color: #55434B; }
span { border-color: rgb(85,67,75); }
td.TdClassName
{
border-color: #55434B;
}
.TagClassName
{
border-color: #55434B;
}
</style>