#593F58

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

Shades of Purple Taupe #593F58

Tints of Purple Taupe #593F58

Color information

#593F58 (or 0x593F58) is unknown color: approx Purple Taupe. HEX triplet: 59, 3F and 58. RGB value is (89,63,88). Sum of RGB (Red+Green+Blue) = 89+63+88=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #593F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593F58 is #A6C0A7. Grayscale: #494949. Windows color (decimal): -10928296 or 5783385. OLE color: 5783385.

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

Color convert

RGB896388-
CMYK00.290.010.65
HSL302.31º17.11%29.8%-
HSV(B)302.31º29.21%34.9%-
XYZ7.666.3810.06-
YUV73.62136.11138.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=37.08%
G=26.25%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89638800.290.010.65302.3117.1129.8
Hex593F5801D14112e111e
Octal1317713003511014562136
Binary10110011111111011000011101110000011001011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,63,88); }

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

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

 a { background-color: rgb(89,63,88); }

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

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

 span { border-color: rgb(89,63,88); }

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