#573253

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

Shades of Purple Taupe #573253

Tints of Purple Taupe #573253

Color information

#573253 (or 0x573253) is unknown color: approx Purple Taupe. HEX triplet: 57, 32 and 53. RGB value is (87,50,83). Sum of RGB (Red+Green+Blue) = 87+50+83=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #573253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573253 is #A8CDAC. Grayscale: #404040. Windows color (decimal): -11062701 or 5452375. OLE color: 5452375.

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

Color convert

RGB875083-
CMYK00.430.050.66
HSL306.49º27.01%26.86%-
HSV(B)306.49º42.53%34.12%-
XYZ6.634.938.79-
YUV64.82138.26143.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=39.55%
G=22.73%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87508300.430.050.66306.4927.0126.86
Hex57325302B5421321b1b
Octal1276212305351024623333
Binary10101111100101010011010101110110000101001100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573253; }

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

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

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

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

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

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

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

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