#594258

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

Shades of Purple Taupe #594258

Tints of Purple Taupe #594258

Color information

#594258 (or 0x594258) is unknown color: approx Purple Taupe. HEX triplet: 59, 42 and 58. RGB value is (89,66,88). Sum of RGB (Red+Green+Blue) = 89+66+88=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #594258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594258 is #A6BDA7. Grayscale: #4B4B4B. Windows color (decimal): -10927528 or 5784153. OLE color: 5784153.

HSL color Cylindrical-coordinate representation of color #594258: hue angle of 302.61º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #594258 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB896688-
CMYK00.260.010.65
HSL302.61º14.84%30.39%-
HSV(B)302.61º25.84%34.9%-
XYZ7.836.7210.12-
YUV75.38135.12137.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.63%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 88 (34.77% from 255) = 36.21%
R=36.63%
G=27.16%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89668800.260.010.65302.6114.8430.39
Hex59425801A14112ff1e
Octal13110213003211014571736
Binary10110011000010101100001101011000001100101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594258; }

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

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

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

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

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

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

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

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