#50444E

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

Shades of Purple Taupe #50444E

Tints of Purple Taupe #50444E

Color information

#50444E (or 0x50444E) is unknown color: approx Purple Taupe. HEX triplet: 50, 44 and 4E. RGB value is (80,68,78). Sum of RGB (Red+Green+Blue) = 80+68+78=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 80 - color contains mainly: red. Hex color #50444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50444E is #AFBBB1. Grayscale: #484848. Windows color (decimal): -11516850 or 5129296. OLE color: 5129296.

HSL color Cylindrical-coordinate representation of color #50444E: hue angle of 310º 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 #50444E is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB806878-
CMYK00.150.020.69
HSL310º8.11%29.02%-
HSV(B)310º15%31.37%-
XYZ6.756.398.09-
YUV72.73130.98133.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=35.40%
G=30.09%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80687800.150.020.693108.1129.02
Hex50444E0F24513681d
Octal12010411601721054661035
Binary10100001000100100111001111101000101100110110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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