#584557

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

Shades of Purple Taupe #584557

Tints of Purple Taupe #584557

Color information

#584557 (or 0x584557) is unknown color: approx Purple Taupe. HEX triplet: 58, 45 and 57. RGB value is (88,69,87). Sum of RGB (Red+Green+Blue) = 88+69+87=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 88 - color contains mainly: red. Hex color #584557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584557 is #A7BAA8. Grayscale: #4C4C4C. Windows color (decimal): -10992297 or 5719384. OLE color: 5719384.

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

Color convert

RGB886987-
CMYK00.220.010.65
HSL303.16º12.1%30.78%-
HSV(B)303.16º21.59%34.51%-
XYZ7.877.029.96-
YUV76.73133.79136.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.07%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 87 (34.38% from 255) = 35.66%
R=36.07%
G=28.28%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88698700.220.010.65303.1612.130.78
Hex58455701614112fc1f
Octal13010512702611014571437
Binary10110001000101101011101011011000001100101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584557; }

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

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

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

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

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

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

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

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