#50444C

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

Shades of Purple Taupe #50444C

Tints of Purple Taupe #50444C

Color information

#50444C (or 0x50444C) is unknown color: approx Purple Taupe. HEX triplet: 50, 44 and 4C. RGB value is (80,68,76). Sum of RGB (Red+Green+Blue) = 80+68+76=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #50444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50444C is #AFBBB3. Grayscale: #484848. Windows color (decimal): -11516852 or 4998224. OLE color: 4998224.

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

Color convert

RGB806876-
CMYK00.150.050.69
HSL320º8.11%29.02%-
HSV(B)320º15%31.37%-
XYZ6.686.367.71-
YUV72.5129.98133.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=35.71%
G=30.36%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80687600.150.050.693208.1129.02
Hex50444C0F54514081d
Octal12010411401751055001035
Binary101000010001001001100011111011000101101000000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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