#504A4D

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

Shades of Liver #504A4D

Tints of Liver #504A4D

Color information

#504A4D (or 0x504A4D) is unknown color: approx Liver. HEX triplet: 50, 4A and 4D. RGB value is (80,74,77). Sum of RGB (Red+Green+Blue) = 80+74+77=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 80 - color contains mainly: red. Hex color #504A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504A4D is #AFB5B2. Grayscale: #4C4C4C. Windows color (decimal): -11515315 or 5065296. OLE color: 5065296.

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

Color convert

RGB807477-
CMYK00.080.040.69
HSL330º3.9%30.2%-
HSV(B)330º7.5%31.37%-
XYZ7.17.148.03-
YUV76.14128.49130.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=34.63%
G=32.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80747700.080.040.693303.930.2
Hex504A4D0844514a41e
Octal1201121150104105512436
Binary10100001001010100110101000100100010110100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504A4D; }

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

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

<style>
 a { background-color: #504A4D; }

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

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

<style>
 span { border-color: #504A4D; }

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

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