#595158

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

Shades of Purple Taupe #595158

Tints of Purple Taupe #595158

Color information

#595158 (or 0x595158) is unknown color: approx Purple Taupe. HEX triplet: 59, 51 and 58. RGB value is (89,81,88). Sum of RGB (Red+Green+Blue) = 89+81+88=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 89 - color contains mainly: red. Hex color #595158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595158 is #A6AEA7. Grayscale: #545454. Windows color (decimal): -10923688 or 5787993. OLE color: 5787993.

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

Color convert

RGB898188-
CMYK00.090.010.65
HSL307.5º4.71%33.33%-
HSV(B)307.5º8.99%34.9%-
XYZ8.828.7110.45-
YUV84.19130.15131.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.50%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=34.50%
G=31.40%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89818800.090.010.65307.54.7133.33
Hex59515809141134521
Octal1311211300111101464541
Binary1011001101000110110000100111000001100110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595158; }

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

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

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

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

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

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

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

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