#594253

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

Shades of Purple Taupe #594253

Tints of Purple Taupe #594253

Color information

#594253 (or 0x594253) is unknown color: approx Purple Taupe. HEX triplet: 59, 42 and 53. RGB value is (89,66,83). Sum of RGB (Red+Green+Blue) = 89+66+83=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #594253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594253 is #A6BDAC. Grayscale: #4A4A4A. Windows color (decimal): -10927533 or 5456473. OLE color: 5456473.

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

Color convert

RGB896683-
CMYK00.260.070.65
HSL315.65º14.84%30.39%-
HSV(B)315.65º25.84%34.9%-
XYZ7.636.649.06-
YUV74.82132.62138.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=37.39%
G=27.73%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89668300.260.070.65315.6514.8430.39
Hex59425301A74113cf1e
Octal13110212303271014741736
Binary1011001100001010100110110101111000001100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594253; }

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

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

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

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

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

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

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

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