#594755

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

Shades of Purple Taupe #594755

Tints of Purple Taupe #594755

Color information

#594755 (or 0x594755) is unknown color: approx Purple Taupe. HEX triplet: 59, 47 and 55. RGB value is (89,71,85). Sum of RGB (Red+Green+Blue) = 89+71+85=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 89 - color contains mainly: red. Hex color #594755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594755 is #A6B8AA. Grayscale: #4D4D4D. Windows color (decimal): -10926251 or 5588825. OLE color: 5588825.

HSL color Cylindrical-coordinate representation of color #594755: hue angle of 313.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #594755 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB897185-
CMYK00.200.040.65
HSL313.33º11.25%31.37%-
HSV(B)313.33º20.22%34.9%-
XYZ8.017.299.58-
YUV77.98131.96135.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.33%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=36.33%
G=28.98%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89718500.200.040.65313.3311.2531.37
Hex594755014441139b1f
Octal13110712502441014711337
Binary1011001100011110101010101001001000001100111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594755; }

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

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

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

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

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

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

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

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