#573555

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

Shades of Purple Taupe #573555

Tints of Purple Taupe #573555

Color information

#573555 (or 0x573555) is unknown color: approx Purple Taupe. HEX triplet: 57, 35 and 55. RGB value is (87,53,85). Sum of RGB (Red+Green+Blue) = 87+53+85=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #573555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573555 is #A8CAAA. Grayscale: #424242. Windows color (decimal): -11061931 or 5584215. OLE color: 5584215.

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

Color convert

RGB875385-
CMYK00.390.020.66
HSL303.53º24.29%27.45%-
HSV(B)303.53º39.08%34.12%-
XYZ6.845.239.24-
YUV66.81138.26142.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=38.67%
G=23.56%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87538500.390.020.66303.5324.2927.45
Hex573555027242130181b
Octal1276512504721024603033
Binary1010111110101101010101001111010000101001100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573555; }

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

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

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

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

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

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

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

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