#523E4E

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

Shades of Purple Taupe #523E4E

Tints of Purple Taupe #523E4E

Color information

#523E4E (or 0x523E4E) is unknown color: approx Purple Taupe. HEX triplet: 52, 3E and 4E. RGB value is (82,62,78). Sum of RGB (Red+Green+Blue) = 82+62+78=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #523E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E4E is #ADC1B1. Grayscale: #454545. Windows color (decimal): -11387314 or 5127762. OLE color: 5127762.

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

Color convert

RGB826278-
CMYK00.240.050.68
HSL312º13.89%28.24%-
HSV(B)312º24.39%32.16%-
XYZ6.585.797.98-
YUV69.8132.63136.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=36.94%
G=27.93%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82627800.240.050.6831213.8928.24
Hex523E4E018544138e1c
Octal1227611603051044701634
Binary101001011111010011100110001011000100100111000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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