Html Css Color HEX #50454E Purple Taupe

📋 copy color: '#50454E'

red 80 ◦ green 69 ◦ blue 78

#50454E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #50454E

Tints of Purple Taupe #50454E

RGB

 RED value IS 80 (31.64% from 255) = 35.24%

 GREEN value IS 69 (27.34% from 255) = 30.4%

 BLUE value IS 78 (30.86% from 255) = 34.36%

R = 35.24%
G = 30.4%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50454E (or 0x50454E) is known color: 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

RGB 80 69 78 -
CMYK 0 0.14 0.02 0.69
HSL 310.91º 0.07% 0.29% -
HSV(B) 310.91º 0.14% 0.31% -
XYZ 6.81 6.51 8.11 -
YUV 73.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 80 69 78 0 0.14 0.02 0.69 310.91 0.07 0.29
Hex 50 45 4E 0 E 2 45 137 7 1D
Octal 120 105 116 0 16 2 105 467 7 35
Binary 1010000 1000101 1001110 0 1110 10 1000101 100110111 111 11101

Color Harmonies of #50454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50454E

Black with #50454E

Text Example


Text Example

White with #50454E

Text Example


Text Example

HTML Codes & Css Web 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>