#523D4E

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

Shades of Purple Taupe #523D4E

Tints of Purple Taupe #523D4E

Color information

#523D4E (or 0x523D4E) is unknown color: approx Purple Taupe. HEX triplet: 52, 3D and 4E. RGB value is (82,61,78). Sum of RGB (Red+Green+Blue) = 82+61+78=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #523D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D4E is #ADC2B1. Grayscale: #454545. Windows color (decimal): -11387570 or 5127506. OLE color: 5127506.

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

Color convert

RGB826178-
CMYK00.260.050.68
HSL311.43º14.69%28.04%-
HSV(B)311.43º25.61%32.16%-
XYZ6.525.687.96-
YUV69.22132.96137.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=37.10%
G=27.60%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82617800.260.050.68311.4314.6928.04
Hex523D4E01A544137f1c
Octal1227511603251044671734
Binary101001011110110011100110101011000100100110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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