#594455

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

Shades of Purple Taupe #594455

Tints of Purple Taupe #594455

Color information

#594455 (or 0x594455) is unknown color: approx Purple Taupe. HEX triplet: 59, 44 and 55. RGB value is (89,68,85). Sum of RGB (Red+Green+Blue) = 89+68+85=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #594455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594455 is #A6BBAA. Grayscale: #4C4C4C. Windows color (decimal): -10927019 or 5588057. OLE color: 5588057.

HSL color Cylindrical-coordinate representation of color #594455: hue angle of 311.43º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #594455 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB896885-
CMYK00.240.040.65
HSL311.43º13.38%30.78%-
HSV(B)311.43º23.6%34.9%-
XYZ7.836.919.52-
YUV76.22132.96137.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=36.78%
G=28.10%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89688500.240.040.65311.4313.3830.78
Hex594455018441137d1f
Octal13110412503041014671537
Binary1011001100010010101010110001001000001100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594455; }

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

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

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

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

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

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

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

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