#523D50

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

Shades of Purple Taupe #523D50

Tints of Purple Taupe #523D50

Color information

#523D50 (or 0x523D50) is unknown color: approx Purple Taupe. HEX triplet: 52, 3D and 50. RGB value is (82,61,80). Sum of RGB (Red+Green+Blue) = 82+61+80=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #523D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D50 is #ADC2AF. Grayscale: #454545. Windows color (decimal): -11387568 or 5258578. OLE color: 5258578.

HSL color Cylindrical-coordinate representation of color #523D50: hue angle of 305.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #523D50 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB826180-
CMYK00.260.020.68
HSL305.71º14.69%28.04%-
HSV(B)305.71º25.61%32.16%-
XYZ6.65.718.34-
YUV69.44133.96136.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 61 (24.22% from 255) = 27.35%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=36.77%
G=27.35%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82618000.260.020.68305.7114.6928.04
Hex523D5001A244132f1c
Octal1227512003221044621734
Binary10100101111011010000011010101000100100110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523D50; }

 p { color: rgb(82,61,80); }

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

<style>
 a { background-color: #523D50; }

 a { background-color: rgb(82,61,80); }

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

<style>
 span { border-color: #523D50; }

 span { border-color: rgb(82,61,80); }

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