#523650

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

Shades of Purple Taupe #523650

Tints of Purple Taupe #523650

Color information

#523650 (or 0x523650) is unknown color: approx Purple Taupe. HEX triplet: 52, 36 and 50. RGB value is (82,54,80). Sum of RGB (Red+Green+Blue) = 82+54+80=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #523650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523650 is #ADC9AF. Grayscale: #414141. Windows color (decimal): -11389360 or 5256786. OLE color: 5256786.

HSL color Cylindrical-coordinate representation of color #523650: hue angle of 304.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #523650 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB825480-
CMYK00.340.020.68
HSL304.29º20.59%26.67%-
HSV(B)304.29º34.15%32.16%-
XYZ6.255.018.23-
YUV65.34136.28139.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=37.96%
G=25%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82548000.340.020.68304.2920.5926.67
Hex523650022244130151b
Octal1226612004221044602533
Binary1010010110110101000001000101010001001001100001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523650; }

 p { color: rgb(82,54,80); }

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

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

 a { background-color: rgb(82,54,80); }

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

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

 span { border-color: rgb(82,54,80); }

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