#50454E

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

Shades of Purple Taupe #50454E

Tints of Purple Taupe #50454E

Color information

#50454E (or 0x50454E) is unknown color: approx Purple Taupe. HEX triplet: 50, 45 and 4E. RGB value is (80,69,78). Sum of RGB (Red+Green+Blue) = 80+69+78=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #50454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50454E is #AFBAB1. Grayscale: #494949. Windows color (decimal): -11516594 or 5129552. OLE color: 5129552.

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

Color convert

RGB806978-
CMYK00.140.020.69
HSL310.91º7.38%29.22%-
HSV(B)310.91º13.75%31.37%-
XYZ6.816.518.11-
YUV73.32130.64132.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=35.24%
G=30.40%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80697800.140.020.69310.917.3829.22
Hex50454E0E24513771d
Octal1201051160162105467735
Binary1010000100010110011100111010100010110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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