#594658

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

Shades of Purple Taupe #594658

Tints of Purple Taupe #594658

Color information

#594658 (or 0x594658) is unknown color: approx Purple Taupe. HEX triplet: 59, 46 and 58. RGB value is (89,70,88). Sum of RGB (Red+Green+Blue) = 89+70+88=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #594658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594658 is #A6B9A7. Grayscale: #4D4D4D. Windows color (decimal): -10926504 or 5785177. OLE color: 5785177.

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

Color convert

RGB897088-
CMYK00.210.010.65
HSL303.16º11.95%31.18%-
HSV(B)303.16º21.35%34.9%-
XYZ8.077.2110.2-
YUV77.73133.79136.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=36.03%
G=28.34%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89708800.210.010.65303.1611.9531.18
Hex59465801514112fc1f
Octal13110613002511014571437
Binary10110011000110101100001010111000001100101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594658; }

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

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

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

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

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

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

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

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