Shades of Liver #554A4E
Tints of Liver #554A4E
RGB
CMYK
RGB Variations
Color information
#554A4E (or 0x554A4E) is known color: Liver. HEX triplet: 55, 4A and 4E. RGB value is (85,74,78). Sum of RGB (Red+Green+Blue) = 85+74+78=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A4E is #AAB5B1. Grayscale: #4D4D4D. Windows color (decimal): -11187634 or 5130837. OLE color: 5130837.
HSL color Cylindrical-coordinate representation of color #554A4E: hue angle of 338.18º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #554A4E is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 78 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.67 |
| HSL | 338.18º | 0.07% | 0.31% | - |
| HSV(B) | 338.18º | 0.13% | 0.33% | - |
| XYZ | 7.57 | 7.38 | 8.23 | - |
| YUV | 77.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 78 | 0 | 0.13 | 0.08 | 0.67 | 338.18 | 0.07 | 0.31 |
| Hex | 55 | 4A | 4E | 0 | D | 8 | 43 | 152 | 7 | 1F |
| Octal | 125 | 112 | 116 | 0 | 15 | 10 | 103 | 522 | 7 | 37 |
| Binary | 1010101 | 1001010 | 1001110 | 0 | 1101 | 1000 | 1000011 | 101010010 | 111 | 11111 |
Color Harmonies of #554A4E
Complementary color
Monochromatic Colors of #554A4E
Black with #554A4E
Text Example
Text Example
White with #554A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A4E; }
p { color: rgb(85,74,78); }
H1.HeaderClassName
{
color: #554A4E;
}
.AnyTagClassName
{
color: #554A4E;
}
</style>
background-color css
<style>
a { background-color: #554A4E; }
a { background-color: rgb(85,74,78); }
div.DivClassName
{
background-color: #554A4E;
}
.BgClassName
{
background-color: #554A4E;
}
</style>
border-color css
<style>
span { border-color: #554A4E; }
span { border-color: rgb(85,74,78); }
td.TdClassName
{
border-color: #554A4E;
}
.TagClassName
{
border-color: #554A4E;
}
</style>