#594656

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

Shades of Purple Taupe #594656

Tints of Purple Taupe #594656

Color information

#594656 (or 0x594656) is unknown color: approx Purple Taupe. HEX triplet: 59, 46 and 56. RGB value is (89,70,86). Sum of RGB (Red+Green+Blue) = 89+70+86=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 89 - color contains mainly: red. Hex color #594656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594656 is #A6B9A9. Grayscale: #4D4D4D. Windows color (decimal): -10926506 or 5654105. OLE color: 5654105.

HSL color Cylindrical-coordinate representation of color #594656: hue angle of 309.47º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #594656 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB897086-
CMYK00.210.030.65
HSL309.47º11.95%31.18%-
HSV(B)309.47º21.35%34.9%-
XYZ7.997.189.77-
YUV77.5132.79136.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.33%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=36.33%
G=28.57%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89708600.210.030.65309.4711.9531.18
Hex594656015341135c1f
Octal13110612602531014651437
Binary101100110001101010110010101111000001100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594656; }

 p { color: rgb(89,70,86); }

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

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

 a { background-color: rgb(89,70,86); }

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

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

 span { border-color: rgb(89,70,86); }

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