#593F55

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

Shades of Purple Taupe #593F55

Tints of Purple Taupe #593F55

Color information

#593F55 (or 0x593F55) is unknown color: approx Purple Taupe. HEX triplet: 59, 3F and 55. RGB value is (89,63,85). Sum of RGB (Red+Green+Blue) = 89+63+85=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #593F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593F55 is #A6C0AA. Grayscale: #494949. Windows color (decimal): -10928299 or 5586777. OLE color: 5586777.

HSL color Cylindrical-coordinate representation of color #593F55: hue angle of 309.23º 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 #593F55 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB896385-
CMYK00.290.040.65
HSL309.23º17.11%29.8%-
HSV(B)309.23º29.21%34.9%-
XYZ7.546.339.42-
YUV73.28134.61139.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=37.55%
G=26.58%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89638500.290.040.65309.2317.1129.8
Hex593F5501D441135111e
Octal1317712503541014652136
Binary1011001111111101010101110110010000011001101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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