#594052

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

Shades of Purple Taupe #594052

Tints of Purple Taupe #594052

Color information

#594052 (or 0x594052) is unknown color: approx Purple Taupe. HEX triplet: 59, 40 and 52. RGB value is (89,64,82). Sum of RGB (Red+Green+Blue) = 89+64+82=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #594052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594052 is #A6BFAD. Grayscale: #494949. Windows color (decimal): -10928046 or 5390425. OLE color: 5390425.

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

Color convert

RGB896482-
CMYK00.280.080.65
HSL316.8º16.34%30%-
HSV(B)316.8º28.09%34.9%-
XYZ7.486.48.82-
YUV73.53132.78139.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.87%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=37.87%
G=27.23%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89648200.280.080.65316.816.3430
Hex59405201C84113d101e
Octal131100122034101014752036
Binary101100110000001010010011100100010000011001111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594052; }

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

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

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

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

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

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

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

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