#595258

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

Shades of Purple Taupe #595258

Tints of Purple Taupe #595258

Color information

#595258 (or 0x595258) is unknown color: approx Purple Taupe. HEX triplet: 59, 52 and 58. RGB value is (89,82,88). Sum of RGB (Red+Green+Blue) = 89+82+88=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 89 - color contains mainly: red. Hex color #595258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595258 is #A6ADA7. Grayscale: #545454. Windows color (decimal): -10923432 or 5788249. OLE color: 5788249.

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

Color convert

RGB898288-
CMYK00.080.010.65
HSL308.57º4.09%33.53%-
HSV(B)308.57º7.87%34.9%-
XYZ8.98.8610.47-
YUV84.78129.82131.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.36%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=34.36%
G=31.66%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89828800.080.010.65308.574.0933.53
Hex59525808141135422
Octal1311221300101101465442
Binary1011001101001010110000100011000001100110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595258; }

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

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

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

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

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

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

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

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