#584555

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

Shades of Purple Taupe #584555

Tints of Purple Taupe #584555

Color information

#584555 (or 0x584555) is unknown color: approx Purple Taupe. HEX triplet: 58, 45 and 55. RGB value is (88,69,85). Sum of RGB (Red+Green+Blue) = 88+69+85=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #584555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584555 is #A7BAAA. Grayscale: #4C4C4C. Windows color (decimal): -10992299 or 5588312. OLE color: 5588312.

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

Color convert

RGB886985-
CMYK00.220.030.65
HSL309.47º12.1%30.78%-
HSV(B)309.47º21.59%34.51%-
XYZ7.796.999.53-
YUV76.5132.79136.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=36.36%
G=28.51%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88698500.220.030.65309.4712.130.78
Hex584555016341135c1f
Octal13010512502631014651437
Binary101100010001011010101010110111000001100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584555; }

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

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

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

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

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

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

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

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