#594956

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

Shades of Purple Taupe #594956

Tints of Purple Taupe #594956

Color information

#594956 (or 0x594956) is unknown color: approx Purple Taupe. HEX triplet: 59, 49 and 56. RGB value is (89,73,86). Sum of RGB (Red+Green+Blue) = 89+73+86=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #594956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594956 is #A6B6A9. Grayscale: #4F4F4F. Windows color (decimal): -10925738 or 5654873. OLE color: 5654873.

HSL color Cylindrical-coordinate representation of color #594956: hue angle of 311.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #594956 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB897386-
CMYK00.180.030.65
HSL311.25º9.88%31.76%-
HSV(B)311.25º17.98%34.9%-
XYZ8.187.569.83-
YUV79.27131.8134.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=35.89%
G=29.44%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89738600.180.030.65311.259.8831.76
Hex594956012341137a20
Octal13111112602231014671240
Binary1011001100100110101100100101110000011001101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594956; }

 p { color: rgb(89,73,86); }

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

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

 a { background-color: rgb(89,73,86); }

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

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

 span { border-color: rgb(89,73,86); }

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