#524850

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

Shades of Purple Taupe #524850

Tints of Purple Taupe #524850

Color information

#524850 (or 0x524850) is unknown color: approx Purple Taupe. HEX triplet: 52, 48 and 50. RGB value is (82,72,80). Sum of RGB (Red+Green+Blue) = 82+72+80=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 82 - color contains mainly: red. Hex color #524850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524850 is #ADB7AF. Grayscale: #4B4B4B. Windows color (decimal): -11384752 or 5261394. OLE color: 5261394.

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

Color convert

RGB827280-
CMYK00.120.020.68
HSL312º6.49%30.2%-
HSV(B)312º12.2%32.16%-
XYZ7.257.018.56-
YUV75.9130.31132.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=35.04%
G=30.77%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82728000.120.020.683126.4930.2
Hex5248500C24413861e
Octal1221101200142104470636
Binary1010010100100010100000110010100010010011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524850; }

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

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

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

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

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

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

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

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