#50434C

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

Shades of Purple Taupe #50434C

Tints of Purple Taupe #50434C

Color information

#50434C (or 0x50434C) is unknown color: approx Purple Taupe. HEX triplet: 50, 43 and 4C. RGB value is (80,67,76). Sum of RGB (Red+Green+Blue) = 80+67+76=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #50434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50434C is #AFBCB3. Grayscale: #474747. Windows color (decimal): -11517108 or 4997968. OLE color: 4997968.

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

Color convert

RGB806776-
CMYK00.160.050.69
HSL318.46º8.84%28.82%-
HSV(B)318.46º16.25%31.37%-
XYZ6.626.247.69-
YUV71.91130.31133.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=35.87%
G=30.04%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80677600.160.050.69318.468.8428.82
Hex50434C01054513e91d
Octal12010311402051054761135
Binary1010000100001110011000100001011000101100111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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