#523E51

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

Shades of Purple Taupe #523E51

Tints of Purple Taupe #523E51

Color information

#523E51 (or 0x523E51) is unknown color: approx Purple Taupe. HEX triplet: 52, 3E and 51. RGB value is (82,62,81). Sum of RGB (Red+Green+Blue) = 82+62+81=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #523E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E51 is #ADC1AE. Grayscale: #464646. Windows color (decimal): -11387311 or 5324370. OLE color: 5324370.

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

Color convert

RGB826281-
CMYK00.240.010.68
HSL303º13.89%28.24%-
HSV(B)303º24.39%32.16%-
XYZ6.695.838.56-
YUV70.15134.13136.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 81 (32.03% from 255) = 36%
R=36.44%
G=27.56%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82628100.240.010.6830313.8928.24
Hex523E5101814412fe1c
Octal1227612103011044571634
Binary1010010111110101000101100011000100100101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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