#594254

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

Shades of Purple Taupe #594254

Tints of Purple Taupe #594254

Color information

#594254 (or 0x594254) is unknown color: approx Purple Taupe. HEX triplet: 59, 42 and 54. RGB value is (89,66,84). Sum of RGB (Red+Green+Blue) = 89+66+84=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #594254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594254 is #A6BDAB. Grayscale: #4A4A4A. Windows color (decimal): -10927532 or 5522009. OLE color: 5522009.

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

Color convert

RGB896684-
CMYK00.260.060.65
HSL313.04º14.84%30.39%-
HSV(B)313.04º25.84%34.9%-
XYZ7.676.669.27-
YUV74.93133.12138.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=37.24%
G=27.62%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89668400.260.060.65313.0414.8430.39
Hex59425401A641139f1e
Octal13110212403261014711736
Binary1011001100001010101000110101101000001100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594254; }

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

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

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

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

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

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

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

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