#594758

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

Shades of Purple Taupe #594758

Tints of Purple Taupe #594758

Color information

#594758 (or 0x594758) is unknown color: approx Purple Taupe. HEX triplet: 59, 47 and 58. RGB value is (89,71,88). Sum of RGB (Red+Green+Blue) = 89+71+88=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #594758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594758 is #A6B8A7. Grayscale: #4E4E4E. Windows color (decimal): -10926248 or 5785433. OLE color: 5785433.

HSL color Cylindrical-coordinate representation of color #594758: hue angle of 303.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #594758 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB897188-
CMYK00.200.010.65
HSL303.33º11.25%31.37%-
HSV(B)303.33º20.22%34.9%-
XYZ8.137.3310.22-
YUV78.32133.46135.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=35.89%
G=28.63%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89718800.200.010.65303.3311.2531.37
Hex59475801414112fb1f
Octal13110713002411014571337
Binary10110011000111101100001010011000001100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594758; }

 p { color: rgb(89,71,88); }

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

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

 a { background-color: rgb(89,71,88); }

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

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

 span { border-color: rgb(89,71,88); }

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