#593255

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

Shades of Purple Taupe #593255

Tints of Purple Taupe #593255

Color information

#593255 (or 0x593255) is unknown color: approx Purple Taupe. HEX triplet: 59, 32 and 55. RGB value is (89,50,85). Sum of RGB (Red+Green+Blue) = 89+50+85=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #593255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593255 is #A6CDAA. Grayscale: #414141. Windows color (decimal): -10931627 or 5583449. OLE color: 5583449.

HSL color Cylindrical-coordinate representation of color #593255: hue angle of 306.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #593255 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB895085-
CMYK00.440.040.65
HSL306.15º28.06%27.25%-
HSV(B)306.15º43.82%34.9%-
XYZ6.95.069.21-
YUV65.65138.92144.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.73%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=39.73%
G=22.32%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89508500.440.040.65306.1528.0627.25
Hex59325502C4411321c1b
Octal1316212505441014623433
Binary10110011100101010101010110010010000011001100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593255; }

 p { color: rgb(89,50,85); }

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

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

 a { background-color: rgb(89,50,85); }

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

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

 span { border-color: rgb(89,50,85); }

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