#594955

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

Shades of Purple Taupe #594955

Tints of Purple Taupe #594955

Color information

#594955 (or 0x594955) is unknown color: approx Purple Taupe. HEX triplet: 59, 49 and 55. RGB value is (89,73,85). Sum of RGB (Red+Green+Blue) = 89+73+85=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #594955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594955 is #A6B6AA. Grayscale: #4F4F4F. Windows color (decimal): -10925739 or 5589337. OLE color: 5589337.

HSL color Cylindrical-coordinate representation of color #594955: hue angle of 315º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #594955 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB897385-
CMYK00.180.040.65
HSL315º9.88%31.76%-
HSV(B)315º17.98%34.9%-
XYZ8.147.549.62-
YUV79.15131.3135.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=36.03%
G=29.55%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89738500.180.040.653159.8831.76
Hex59495501244113ba20
Octal13111112502241014731240
Binary10110011001001101010101001010010000011001110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594955; }

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

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

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

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

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

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

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

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