#573452

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

Shades of Purple Taupe #573452

Tints of Purple Taupe #573452

Color information

#573452 (or 0x573452) is unknown color: approx Purple Taupe. HEX triplet: 57, 34 and 52. RGB value is (87,52,82). Sum of RGB (Red+Green+Blue) = 87+52+82=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 87 - color contains mainly: red. Hex color #573452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573452 is #A8CBAD. Grayscale: #414141. Windows color (decimal): -11062190 or 5387351. OLE color: 5387351.

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

Color convert

RGB875282-
CMYK00.400.060.66
HSL308.57º25.18%27.25%-
HSV(B)308.57º40.23%34.12%-
XYZ6.685.098.61-
YUV65.88137.1143.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.37%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=39.37%
G=23.53%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87528200.400.060.66308.5725.1827.25
Hex573452028642135191b
Octal1276412205061024653133
Binary10101111101001010010010100011010000101001101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573452; }

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

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

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

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

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

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

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

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