#593452

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

Shades of Purple Taupe #593452

Tints of Purple Taupe #593452

Color information

#593452 (or 0x593452) is unknown color: approx Purple Taupe. HEX triplet: 59, 34 and 52. RGB value is (89,52,82). Sum of RGB (Red+Green+Blue) = 89+52+82=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #593452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593452 is #A6CBAD. Grayscale: #424242. Windows color (decimal): -10931118 or 5387353. OLE color: 5387353.

HSL color Cylindrical-coordinate representation of color #593452: hue angle of 311.35º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #593452 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB895282-
CMYK00.420.080.65
HSL311.35º26.24%27.65%-
HSV(B)311.35º41.57%34.9%-
XYZ6.875.198.62-
YUV66.48136.76144.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.91%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=39.91%
G=23.32%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89528200.420.080.65311.3526.2427.65
Hex59345202A8411371a1c
Octal13164122052101014673234
Binary101100111010010100100101010100010000011001101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593452; }

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

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

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

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

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

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

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

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