Shades of Liver #554F52
Tints of Liver #554F52
RGB
CMYK
RGB Variations
Color information
#554F52 (or 0x554F52) is known color: Liver. HEX triplet: 55, 4F and 52. RGB value is (85,79,82). Sum of RGB (Red+Green+Blue) = 85+79+82=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 85 - color contains mainly: red. Hex color #554F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F52 is #AAB0AD. Grayscale: #515151. Windows color (decimal): -11186350 or 5394261. OLE color: 5394261.
HSL color Cylindrical-coordinate representation of color #554F52: hue angle of 330º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #554F52 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 82 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.67 |
| HSL | 330º | 0.04% | 0.32% | - |
| HSV(B) | 330º | 0.07% | 0.33% | - |
| XYZ | 8.07 | 8.13 | 9.13 | - |
| YUV | 81.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 82 | 0 | 0.07 | 0.04 | 0.67 | 330 | 0.04 | 0.32 |
| Hex | 55 | 4F | 52 | 0 | 7 | 4 | 43 | 14A | 4 | 20 |
| Octal | 125 | 117 | 122 | 0 | 7 | 4 | 103 | 512 | 4 | 40 |
| Binary | 1010101 | 1001111 | 1010010 | 0 | 111 | 100 | 1000011 | 101001010 | 100 | 100000 |
Color Harmonies of #554F52
Complementary color
Monochromatic Colors of #554F52
Black with #554F52
Text Example
Text Example
White with #554F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F52; }
p { color: rgb(85,79,82); }
H1.HeaderClassName
{
color: #554F52;
}
.AnyTagClassName
{
color: #554F52;
}
</style>
background-color css
<style>
a { background-color: #554F52; }
a { background-color: rgb(85,79,82); }
div.DivClassName
{
background-color: #554F52;
}
.BgClassName
{
background-color: #554F52;
}
</style>
border-color css
<style>
span { border-color: #554F52; }
span { border-color: rgb(85,79,82); }
td.TdClassName
{
border-color: #554F52;
}
.TagClassName
{
border-color: #554F52;
}
</style>