#523D4C

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

Shades of Purple Taupe #523D4C

Tints of Purple Taupe #523D4C

Color information

#523D4C (or 0x523D4C) is unknown color: approx Purple Taupe. HEX triplet: 52, 3D and 4C. RGB value is (82,61,76). Sum of RGB (Red+Green+Blue) = 82+61+76=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 82 - color contains mainly: red. Hex color #523D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D4C is #ADC2B3. Grayscale: #444444. Windows color (decimal): -11387572 or 4996434. OLE color: 4996434.

HSL color Cylindrical-coordinate representation of color #523D4C: hue angle of 317.14º 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 #523D4C is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB826176-
CMYK00.260.070.68
HSL317.14º14.69%28.04%-
HSV(B)317.14º25.61%32.16%-
XYZ6.455.657.59-
YUV68.99131.96137.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=37.44%
G=27.85%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82617600.260.070.68317.1414.6928.04
Hex523D4C01A74413df1c
Octal1227511403271044751734
Binary101001011110110011000110101111000100100111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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