#523B4B

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

Shades of Purple Taupe #523B4B

Tints of Purple Taupe #523B4B

Color information

#523B4B (or 0x523B4B) is unknown color: approx Purple Taupe. HEX triplet: 52, 3B and 4B. RGB value is (82,59,75). Sum of RGB (Red+Green+Blue) = 82+59+75=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #523B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B4B is #ADC4B4. Grayscale: #434343. Windows color (decimal): -11388085 or 4930386. OLE color: 4930386.

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

Color convert

RGB825975-
CMYK00.280.090.68
HSL318.26º16.31%27.65%-
HSV(B)318.26º28.05%32.16%-
XYZ6.315.437.37-
YUV67.7132.12138.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 59 (23.44% from 255) = 27.31%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=37.96%
G=27.31%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82597500.280.090.68318.2616.3127.65
Hex523B4B01C94413e101c
Octal12273113034111044762034
Binary10100101110111001011011100100110001001001111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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