#523B4D

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

Shades of Purple Taupe #523B4D

Tints of Purple Taupe #523B4D

Color information

#523B4D (or 0x523B4D) is unknown color: approx Purple Taupe. HEX triplet: 52, 3B and 4D. RGB value is (82,59,77). Sum of RGB (Red+Green+Blue) = 82+59+77=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #523B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B4D is #ADC4B2. Grayscale: #434343. Windows color (decimal): -11388083 or 5061458. OLE color: 5061458.

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

Color convert

RGB825977-
CMYK00.280.060.68
HSL313.04º16.31%27.65%-
HSV(B)313.04º28.05%32.16%-
XYZ6.385.467.74-
YUV67.93133.12138.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=37.61%
G=27.06%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82597700.280.060.68313.0416.3127.65
Hex523B4D01C644139101c
Octal1227311503461044712034
Binary1010010111011100110101110011010001001001110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,59,77); }

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

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

 a { background-color: rgb(82,59,77); }

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

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

 span { border-color: rgb(82,59,77); }

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