#573550

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

Shades of Purple Taupe #573550

Tints of Purple Taupe #573550

Color information

#573550 (or 0x573550) is unknown color: approx Purple Taupe. HEX triplet: 57, 35 and 50. RGB value is (87,53,80). Sum of RGB (Red+Green+Blue) = 87+53+80=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #573550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573550 is #A8CAAF. Grayscale: #424242. Windows color (decimal): -11061936 or 5256535. OLE color: 5256535.

HSL color Cylindrical-coordinate representation of color #573550: hue angle of 312.35º 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 #573550 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB875380-
CMYK00.390.080.66
HSL312.35º24.29%27.45%-
HSV(B)312.35º39.08%34.12%-
XYZ6.655.158.23-
YUV66.24135.76142.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=39.55%
G=24.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87538000.390.080.66312.3524.2927.45
Hex573550027842138181b
Octal12765120047101024703033
Binary101011111010110100000100111100010000101001110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573550; }

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

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

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

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

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

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

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

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