#585457

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

Shades of Purple Taupe #585457

Tints of Purple Taupe #585457

Color information

#585457 (or 0x585457) is unknown color: approx Purple Taupe. HEX triplet: 58, 54 and 57. RGB value is (88,84,87). Sum of RGB (Red+Green+Blue) = 88+84+87=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 88 - color contains mainly: red. Hex color #585457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585457 is #A7ABA8. Grayscale: #555555. Windows color (decimal): -10988457 or 5723224. OLE color: 5723224.

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

Color convert

RGB888487-
CMYK00.050.010.65
HSL315º2.33%33.73%-
HSV(B)315º4.55%34.51%-
XYZ8.929.110.3-
YUV85.54128.83129.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 84 (33.20% from 255) = 32.43%
BLUE value IS 87 (34.38% from 255) = 33.59%
R=33.98%
G=32.43%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88848700.050.010.653152.3333.73
Hex5854570514113b222
Octal130124127051101473242
Binary10110001010100101011101011100000110011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585457; }

 p { color: rgb(88,84,87); }

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

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

 a { background-color: rgb(88,84,87); }

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

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

 span { border-color: rgb(88,84,87); }

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