#573553

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

Shades of Purple Taupe #573553

Tints of Purple Taupe #573553

Color information

#573553 (or 0x573553) is unknown color: approx Purple Taupe. HEX triplet: 57, 35 and 53. RGB value is (87,53,83). Sum of RGB (Red+Green+Blue) = 87+53+83=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 87 - color contains mainly: red. Hex color #573553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573553 is #A8CAAC. Grayscale: #424242. Windows color (decimal): -11061933 or 5453143. OLE color: 5453143.

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

Color convert

RGB875383-
CMYK00.390.050.66
HSL307.06º24.29%27.45%-
HSV(B)307.06º39.08%34.12%-
XYZ6.765.28.83-
YUV66.59137.26142.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=39.01%
G=23.77%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87538300.390.050.66307.0624.2927.45
Hex573553027542133181b
Octal1276512304751024633033
Binary10101111101011010011010011110110000101001100111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573553; }

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

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

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

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

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

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

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

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