#593E52

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

Shades of Purple Taupe #593E52

Tints of Purple Taupe #593E52

Color information

#593E52 (or 0x593E52) is unknown color: approx Purple Taupe. HEX triplet: 59, 3E and 52. RGB value is (89,62,82). Sum of RGB (Red+Green+Blue) = 89+62+82=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #593E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593E52 is #A6C1AD. Grayscale: #484848. Windows color (decimal): -10928558 or 5389913. OLE color: 5389913.

HSL color Cylindrical-coordinate representation of color #593E52: hue angle of 315.56º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #593E52 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB896282-
CMYK00.300.080.65
HSL315.56º17.88%29.61%-
HSV(B)315.56º30.34%34.9%-
XYZ7.376.188.79-
YUV72.35133.45139.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=38.20%
G=26.61%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89628200.300.080.65315.5617.8829.61
Hex593E5201E84113c121e
Octal13176122036101014742236
Binary10110011111101010010011110100010000011001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593E52; }

 p { color: rgb(89,62,82); }

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

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

 a { background-color: rgb(89,62,82); }

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

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

 span { border-color: rgb(89,62,82); }

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