#595058

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

Shades of Purple Taupe #595058

Tints of Purple Taupe #595058

Color information

#595058 (or 0x595058) is unknown color: approx Purple Taupe. HEX triplet: 59, 50 and 58. RGB value is (89,80,88). Sum of RGB (Red+Green+Blue) = 89+80+88=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 89 - color contains mainly: red. Hex color #595058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595058 is #A6AFA7. Grayscale: #535353. Windows color (decimal): -10923944 or 5787737. OLE color: 5787737.

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

Color convert

RGB898088-
CMYK00.100.010.65
HSL306.67º5.33%33.14%-
HSV(B)306.67º10.11%34.9%-
XYZ8.758.5710.42-
YUV83.6130.48131.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.63%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=34.63%
G=31.13%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89808800.100.010.65306.675.3333.14
Hex5950580A141133521
Octal1311201300121101463541
Binary1011001101000010110000101011000001100110011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595058; }

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

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

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

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

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

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

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

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