#554D50

Color #554D50 Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #554D50

Tints of Liver #554D50

Color information

#554D50 (or 0x554D50) is unknown color: approx Liver. HEX triplet: 55, 4D and 50. RGB value is (85,77,80). Sum of RGB (Red+Green+Blue) = 85+77+80=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 85 - color contains mainly: red. Hex color #554D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D50 is #AAB2AF. Grayscale: #4F4F4F. Windows color (decimal): -11186864 or 5262677. OLE color: 5262677.

HSL color Cylindrical-coordinate representation of color #554D50: hue angle of 337.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #554D50 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB857780-
CMYK00.090.060.67
HSL337.5º4.94%31.76%-
HSV(B)337.5º9.41%33.33%-
XYZ7.857.828.68-
YUV79.73128.15131.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=35.12%
G=31.82%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85778000.090.060.67337.54.9431.76
Hex554D5009643152520
Octal1251151200116103522540
Binary101010110011011010000010011101000011101010010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D50; }

 p { color: rgb(85,77,80); }

 H1.HeaderClassName
 {
   color: #554D50;
 }
 .AnyTagClassName
 {
   color: #554D50;
 }
</style>
background-color css

<style>
 a { background-color: #554D50; }

 a { background-color: rgb(85,77,80); }

 div.DivClassName
 {
   background-color: #554D50;
 }
 .BgClassName
 {
   background-color: #554D50;
 }
</style>
border-color css

<style>
 span { border-color: #554D50; }

 span { border-color: rgb(85,77,80); }

 td.TdClassName
 {
   border-color: #554D50;
 }
 .TagClassName
 {
   border-color: #554D50;
 }
</style>