#593D52

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

Shades of Purple Taupe #593D52

Tints of Purple Taupe #593D52

Color information

#593D52 (or 0x593D52) is unknown color: approx Purple Taupe. HEX triplet: 59, 3D and 52. RGB value is (89,61,82). Sum of RGB (Red+Green+Blue) = 89+61+82=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #593D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593D52 is #A6C2AD. Grayscale: #474747. Windows color (decimal): -10928814 or 5389657. OLE color: 5389657.

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

Color convert

RGB896182-
CMYK00.310.080.65
HSL315º18.67%29.41%-
HSV(B)315º31.46%34.9%-
XYZ7.316.078.77-
YUV71.77133.78140.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 61 (24.22% from 255) = 26.29%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=38.36%
G=26.29%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89618200.310.080.6531518.6729.41
Hex593D5201F84113b131d
Octal13175122037101014732335
Binary10110011111011010010011111100010000011001110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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