#524550

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

Shades of Purple Taupe #524550

Tints of Purple Taupe #524550

Color information

#524550 (or 0x524550) is unknown color: approx Purple Taupe. HEX triplet: 52, 45 and 50. RGB value is (82,69,80). Sum of RGB (Red+Green+Blue) = 82+69+80=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #524550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524550 is #ADBAAF. Grayscale: #4A4A4A. Windows color (decimal): -11385520 or 5260626. OLE color: 5260626.

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

Color convert

RGB826980-
CMYK00.160.020.68
HSL309.23º8.61%29.61%-
HSV(B)309.23º15.85%32.16%-
XYZ7.066.638.5-
YUV74.14131.31133.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=35.50%
G=29.87%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82698000.160.020.68309.238.6129.61
Hex52455001024413591e
Octal12210512002021044651136
Binary101001010001011010000010000101000100100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524550; }

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

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

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

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

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

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

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

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