#50474C

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

Shades of Liver #50474C

Tints of Liver #50474C

Color information

#50474C (or 0x50474C) is unknown color: approx Liver. HEX triplet: 50, 47 and 4C. RGB value is (80,71,76). Sum of RGB (Red+Green+Blue) = 80+71+76=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #50474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50474C is #AFB8B3. Grayscale: #4A4A4A. Windows color (decimal): -11516084 or 4998992. OLE color: 4998992.

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

Color convert

RGB807176-
CMYK00.110.050.69
HSL326.67º5.96%29.61%-
HSV(B)326.67º11.25%31.37%-
XYZ6.876.737.78-
YUV74.26128.98132.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=35.24%
G=31.28%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80717600.110.050.69326.675.9629.61
Hex50474C0B54514761e
Octal1201071140135105507636
Binary10100001000111100110001011101100010110100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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