#50494C

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

Shades of Liver #50494C

Tints of Liver #50494C

Color information

#50494C (or 0x50494C) is unknown color: approx Liver. HEX triplet: 50, 49 and 4C. RGB value is (80,73,76). Sum of RGB (Red+Green+Blue) = 80+73+76=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #50494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50494C is #AFB6B3. Grayscale: #4B4B4B. Windows color (decimal): -11515572 or 4999504. OLE color: 4999504.

HSL color Cylindrical-coordinate representation of color #50494C: hue angle of 334.29º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #50494C is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB807376-
CMYK00.090.050.69
HSL334.29º4.58%30%-
HSV(B)334.29º8.75%31.37%-
XYZ76.997.82-
YUV75.44128.32131.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=34.93%
G=31.88%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80737600.090.050.69334.294.5830
Hex50494C0954514e51e
Octal1201111140115105516536
Binary10100001001001100110001001101100010110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50494C; }

 p { color: rgb(80,73,76); }

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

<style>
 a { background-color: #50494C; }

 a { background-color: rgb(80,73,76); }

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

<style>
 span { border-color: #50494C; }

 span { border-color: rgb(80,73,76); }

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