#584355

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

Shades of Purple Taupe #584355

Tints of Purple Taupe #584355

Color information

#584355 (or 0x584355) is unknown color: approx Purple Taupe. HEX triplet: 58, 43 and 55. RGB value is (88,67,85). Sum of RGB (Red+Green+Blue) = 88+67+85=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 88 - color contains mainly: red. Hex color #584355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584355 is #A7BCAA. Grayscale: #4B4B4B. Windows color (decimal): -10992811 or 5587800. OLE color: 5587800.

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

Color convert

RGB886785-
CMYK00.240.030.65
HSL308.57º13.55%30.39%-
HSV(B)308.57º23.86%34.51%-
XYZ7.676.749.49-
YUV75.33133.46137.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=36.67%
G=27.92%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88678500.240.030.65308.5713.5530.39
Hex584355018341135e1e
Octal13010312503031014651636
Binary101100010000111010101011000111000001100110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584355; }

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

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

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

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

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

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

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

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