#585056

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

Shades of Purple Taupe #585056

Tints of Purple Taupe #585056

Color information

#585056 (or 0x585056) is unknown color: approx Purple Taupe. HEX triplet: 58, 50 and 56. RGB value is (88,80,86). Sum of RGB (Red+Green+Blue) = 88+80+86=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #585056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585056 is #A7AFA9. Grayscale: #535353. Windows color (decimal): -10989482 or 5656664. OLE color: 5656664.

HSL color Cylindrical-coordinate representation of color #585056: hue angle of 315º 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 #585056 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB888086-
CMYK00.090.020.65
HSL315º4.76%32.94%-
HSV(B)315º9.09%34.51%-
XYZ8.578.489.99-
YUV83.08129.65131.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=34.65%
G=31.50%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88808600.090.020.653154.7632.94
Hex5850560924113b521
Octal1301201260112101473541
Binary10110001010000101011001001101000001100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585056; }

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

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

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

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

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

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

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

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