#573551

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

Shades of Purple Taupe #573551

Tints of Purple Taupe #573551

Color information

#573551 (or 0x573551) is unknown color: approx Purple Taupe. HEX triplet: 57, 35 and 51. RGB value is (87,53,81). Sum of RGB (Red+Green+Blue) = 87+53+81=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 87 - color contains mainly: red. Hex color #573551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573551 is #A8CAAE. Grayscale: #424242. Windows color (decimal): -11061935 or 5322071. OLE color: 5322071.

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

Color convert

RGB875381-
CMYK00.390.070.66
HSL310.59º24.29%27.45%-
HSV(B)310.59º39.08%34.12%-
XYZ6.695.178.43-
YUV66.36136.26142.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.37%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=39.37%
G=23.98%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87538100.390.070.66310.5924.2927.45
Hex573551027742137181b
Octal1276512104771024673033
Binary10101111101011010001010011111110000101001101111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573551; }

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

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

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

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

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

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

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

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