#584354

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

Shades of Purple Taupe #584354

Tints of Purple Taupe #584354

Color information

#584354 (or 0x584354) is unknown color: approx Purple Taupe. HEX triplet: 58, 43 and 54. RGB value is (88,67,84). Sum of RGB (Red+Green+Blue) = 88+67+84=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #584354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584354 is #A7BCAB. Grayscale: #4B4B4B. Windows color (decimal): -10992812 or 5522264. OLE color: 5522264.

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

Color convert

RGB886784-
CMYK00.240.050.65
HSL311.43º13.55%30.39%-
HSV(B)311.43º23.86%34.51%-
XYZ7.636.739.28-
YUV75.22132.96137.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=36.82%
G=28.03%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88678400.240.050.65311.4313.5530.39
Hex584354018541137e1e
Octal13010312403051014671636
Binary1011000100001110101000110001011000001100110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584354; }

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

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

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

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

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

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

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

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