Html Css Color HEX #50424C Purple Taupe

📋 copy color: '#50424C'

red 80 ◦ green 66 ◦ blue 76

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

Shades of Purple Taupe #50424C

Tints of Purple Taupe #50424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.73%

 BLUE value IS 76 (30.08% from 255) = 34.23%

R = 36.04%
G = 29.73%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50424C (or 0x50424C) is known color: Purple Taupe. HEX triplet: 50, 42 and 4C. RGB value is (80,66,76). Sum of RGB (Red+Green+Blue) = 80+66+76=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #50424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50424C is #AFBDB3. Grayscale: #474747. Windows color (decimal): -11517364 or 4997712. OLE color: 4997712.

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

Color convert

RGB 80 66 76 -
CMYK 0 0.17 0.05 0.69
HSL 317.14º 0.1% 0.29% -
HSV(B) 317.14º 0.18% 0.31% -
XYZ 6.56 6.12 7.67 -
YUV 71.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 80 66 76 0 0.17 0.05 0.69 317.14 0.1 0.29
Hex 50 42 4C 0 11 5 45 13D A 1D
Octal 120 102 114 0 21 5 105 475 12 35
Binary 1010000 1000010 1001100 0 10001 101 1000101 100111101 1010 11101

Color Harmonies of #50424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50424C

Black with #50424C

Text Example


Text Example

White with #50424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50424C;
 }
 .AnyTagClassName
 {
   color: #50424C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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