Shades of Liver #554B50
Tints of Liver #554B50
RGB
CMYK
RGB Variations
Color information
#554B50 (or 0x554B50) is known color: Liver. HEX triplet: 55, 4B and 50. RGB value is (85,75,80). Sum of RGB (Red+Green+Blue) = 85+75+80=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #554B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B50 is #AAB4AF. Grayscale: #4E4E4E. Windows color (decimal): -11187376 or 5262165. OLE color: 5262165.
HSL color Cylindrical-coordinate representation of color #554B50: hue angle of 330º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #554B50 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 80 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.67 |
| HSL | 330º | 0.06% | 0.31% | - |
| HSV(B) | 330º | 0.12% | 0.33% | - |
| XYZ | 7.71 | 7.54 | 8.64 | - |
| YUV | 78.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 80 | 0 | 0.12 | 0.06 | 0.67 | 330 | 0.06 | 0.31 |
| Hex | 55 | 4B | 50 | 0 | C | 6 | 43 | 14A | 6 | 1F |
| Octal | 125 | 113 | 120 | 0 | 14 | 6 | 103 | 512 | 6 | 37 |
| Binary | 1010101 | 1001011 | 1010000 | 0 | 1100 | 110 | 1000011 | 101001010 | 110 | 11111 |
Color Harmonies of #554B50
Complementary color
Monochromatic Colors of #554B50
Black with #554B50
Text Example
Text Example
White with #554B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B50; }
p { color: rgb(85,75,80); }
H1.HeaderClassName
{
color: #554B50;
}
.AnyTagClassName
{
color: #554B50;
}
</style>
background-color css
<style>
a { background-color: #554B50; }
a { background-color: rgb(85,75,80); }
div.DivClassName
{
background-color: #554B50;
}
.BgClassName
{
background-color: #554B50;
}
</style>
border-color css
<style>
span { border-color: #554B50; }
span { border-color: rgb(85,75,80); }
td.TdClassName
{
border-color: #554B50;
}
.TagClassName
{
border-color: #554B50;
}
</style>