#584057

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

Shades of Purple Taupe #584057

Tints of Purple Taupe #584057

Color information

#584057 (or 0x584057) is unknown color: approx Purple Taupe. HEX triplet: 58, 40 and 57. RGB value is (88,64,87). Sum of RGB (Red+Green+Blue) = 88+64+87=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #584057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584057 is #A7BFA8. Grayscale: #494949. Windows color (decimal): -10993577 or 5718104. OLE color: 5718104.

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

Color convert

RGB886487-
CMYK00.270.010.65
HSL302.5º15.79%29.8%-
HSV(B)302.5º27.27%34.51%-
XYZ7.586.439.86-
YUV73.8135.45138.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=36.82%
G=26.78%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88648700.270.010.65302.515.7929.8
Hex58405701B14112e101e
Octal13010012703311014562036
Binary101100010000001010111011011110000011001011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584057; }

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

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

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

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

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

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

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

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