#50454C

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

Shades of Liver #50454C

Tints of Liver #50454C

Color information

#50454C (or 0x50454C) is unknown color: approx Liver. HEX triplet: 50, 45 and 4C. RGB value is (80,69,76). Sum of RGB (Red+Green+Blue) = 80+69+76=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #50454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50454C is #AFBAB3. Grayscale: #494949. Windows color (decimal): -11516596 or 4998480. OLE color: 4998480.

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

Color convert

RGB806976-
CMYK00.140.050.69
HSL321.82º7.38%29.22%-
HSV(B)321.82º13.75%31.37%-
XYZ6.746.487.73-
YUV73.09129.64132.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=35.56%
G=30.67%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80697600.140.050.69321.827.3829.22
Hex50454C0E54514271d
Octal1201051140165105502735
Binary10100001000101100110001110101100010110100001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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