#524750

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

Shades of Purple Taupe #524750

Tints of Purple Taupe #524750

Color information

#524750 (or 0x524750) is unknown color: approx Purple Taupe. HEX triplet: 52, 47 and 50. RGB value is (82,71,80). Sum of RGB (Red+Green+Blue) = 82+71+80=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #524750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524750 is #ADB8AF. Grayscale: #4B4B4B. Windows color (decimal): -11385008 or 5261138. OLE color: 5261138.

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

Color convert

RGB827180-
CMYK00.130.020.68
HSL310.91º7.19%30%-
HSV(B)310.91º13.41%32.16%-
XYZ7.186.888.54-
YUV75.32130.64132.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=35.19%
G=30.47%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82718000.130.020.68310.917.1930
Hex5247500D24413771e
Octal1221071200152104467736
Binary1010010100011110100000110110100010010011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524750; }

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

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

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

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

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

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

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

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