#593F50

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

Shades of Purple Taupe #593F50

Tints of Purple Taupe #593F50

Color information

#593F50 (or 0x593F50) is unknown color: approx Purple Taupe. HEX triplet: 59, 3F and 50. RGB value is (89,63,80). Sum of RGB (Red+Green+Blue) = 89+63+80=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #593F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593F50 is #A6C0AF. Grayscale: #484848. Windows color (decimal): -10928304 or 5259097. OLE color: 5259097.

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

Color convert

RGB896380-
CMYK00.290.100.65
HSL320.77º17.11%29.8%-
HSV(B)320.77º29.21%34.9%-
XYZ7.356.268.41-
YUV72.71132.11139.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=38.36%
G=27.16%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89638000.290.100.65320.7717.1129.8
Hex593F5001DA41141111e
Octal13177120035121015012136
Binary10110011111111010000011101101010000011010000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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