#573552

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

Shades of Purple Taupe #573552

Tints of Purple Taupe #573552

Color information

#573552 (or 0x573552) is unknown color: approx Purple Taupe. HEX triplet: 57, 35 and 52. RGB value is (87,53,82). Sum of RGB (Red+Green+Blue) = 87+53+82=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #573552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573552 is #A8CAAD. Grayscale: #424242. Windows color (decimal): -11061934 or 5387607. OLE color: 5387607.

HSL color Cylindrical-coordinate representation of color #573552: hue angle of 308.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #573552 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB875382-
CMYK00.390.060.66
HSL308.82º24.29%27.45%-
HSV(B)308.82º39.08%34.12%-
XYZ6.735.188.63-
YUV66.47136.76142.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=39.19%
G=23.87%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87538200.390.060.66308.8224.2927.45
Hex573552027642135181b
Octal1276512204761024653033
Binary10101111101011010010010011111010000101001101011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573552; }

 p { color: rgb(87,53,82); }

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

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

 a { background-color: rgb(87,53,82); }

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

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

 span { border-color: rgb(87,53,82); }

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