#544D50

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

Shades of Liver #544D50

Tints of Liver #544D50

Color information

#544D50 (or 0x544D50) is unknown color: approx Liver. HEX triplet: 54, 4D and 50. RGB value is (84,77,80). Sum of RGB (Red+Green+Blue) = 84+77+80=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 84 - color contains mainly: red. Hex color #544D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D50 is #ABB2AF. Grayscale: #4F4F4F. Windows color (decimal): -11252400 or 5262676. OLE color: 5262676.

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

Color convert

RGB847780-
CMYK00.080.050.67
HSL334.29º4.35%31.57%-
HSV(B)334.29º8.33%32.94%-
XYZ7.767.778.68-
YUV79.44128.32131.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=34.85%
G=31.95%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84778000.080.050.67334.294.3531.57
Hex544D500854314e420
Octal1241151200105103516440
Binary101010010011011010000010001011000011101001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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