#594151

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

Shades of Purple Taupe #594151

Tints of Purple Taupe #594151

Color information

#594151 (or 0x594151) is unknown color: approx Purple Taupe. HEX triplet: 59, 41 and 51. RGB value is (89,65,81). Sum of RGB (Red+Green+Blue) = 89+65+81=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #594151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594151 is #A6BEAE. Grayscale: #494949. Windows color (decimal): -10927791 or 5325145. OLE color: 5325145.

HSL color Cylindrical-coordinate representation of color #594151: hue angle of 320º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #594151 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB896581-
CMYK00.270.090.65
HSL320º15.58%30.2%-
HSV(B)320º26.97%34.9%-
XYZ7.56.58.64-
YUV74131.95138.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.87%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=37.87%
G=27.66%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89658100.270.090.6532015.5830.2
Hex59415101B941140101e
Octal131101121033111015002036
Binary101100110000011010001011011100110000011010000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594151; }

 p { color: rgb(89,65,81); }

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

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

 a { background-color: rgb(89,65,81); }

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

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

 span { border-color: rgb(89,65,81); }

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