#594055

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

Shades of Purple Taupe #594055

Tints of Purple Taupe #594055

Color information

#594055 (or 0x594055) is unknown color: approx Purple Taupe. HEX triplet: 59, 40 and 55. RGB value is (89,64,85). Sum of RGB (Red+Green+Blue) = 89+64+85=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #594055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594055 is #A6BFAA. Grayscale: #494949. Windows color (decimal): -10928043 or 5587033. OLE color: 5587033.

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

Color convert

RGB896485-
CMYK00.280.040.65
HSL309.6º16.34%30%-
HSV(B)309.6º28.09%34.9%-
XYZ7.596.459.44-
YUV73.87134.28138.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=37.39%
G=26.89%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89648500.280.040.65309.616.3430
Hex59405501C441136101e
Octal13110012503441014662036
Binary10110011000000101010101110010010000011001101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594055; }

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

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

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

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

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

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

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

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