#594257

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

Shades of Purple Taupe #594257

Tints of Purple Taupe #594257

Color information

#594257 (or 0x594257) is unknown color: approx Purple Taupe. HEX triplet: 59, 42 and 57. RGB value is (89,66,87). Sum of RGB (Red+Green+Blue) = 89+66+87=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #594257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594257 is #A6BDA8. Grayscale: #4B4B4B. Windows color (decimal): -10927529 or 5718617. OLE color: 5718617.

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

Color convert

RGB896687-
CMYK00.260.020.65
HSL305.22º14.84%30.39%-
HSV(B)305.22º25.84%34.9%-
XYZ7.796.719.9-
YUV75.27134.62137.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=36.78%
G=27.27%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89668700.260.020.65305.2214.8430.39
Hex59425701A241131f1e
Octal13110212703221014611736
Binary101100110000101010111011010101000001100110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594257; }

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

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

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

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

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

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

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

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