#594255

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

Shades of Purple Taupe #594255

Tints of Purple Taupe #594255

Color information

#594255 (or 0x594255) is unknown color: approx Purple Taupe. HEX triplet: 59, 42 and 55. RGB value is (89,66,85). Sum of RGB (Red+Green+Blue) = 89+66+85=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #594255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594255 is #A6BDAA. Grayscale: #4A4A4A. Windows color (decimal): -10927531 or 5587545. OLE color: 5587545.

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

Color convert

RGB896685-
CMYK00.260.040.65
HSL310.43º14.84%30.39%-
HSV(B)310.43º25.84%34.9%-
XYZ7.716.689.48-
YUV75.04133.62137.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=37.08%
G=27.5%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89668500.260.040.65310.4314.8430.39
Hex59425501A441136f1e
Octal13110212503241014661736
Binary1011001100001010101010110101001000001100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594255; }

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

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

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

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

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

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

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

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