#584156

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

Shades of Purple Taupe #584156

Tints of Purple Taupe #584156

Color information

#584156 (or 0x584156) is unknown color: approx Purple Taupe. HEX triplet: 58, 41 and 56. RGB value is (88,65,86). Sum of RGB (Red+Green+Blue) = 88+65+86=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #584156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584156 is #A7BEA9. Grayscale: #4A4A4A. Windows color (decimal): -10993322 or 5652824. OLE color: 5652824.

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

Color convert

RGB886586-
CMYK00.260.020.65
HSL305.22º15.03%30%-
HSV(B)305.22º26.14%34.51%-
XYZ7.596.539.66-
YUV74.27134.62137.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=36.82%
G=27.20%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88658600.260.020.65305.2215.0330
Hex58415601A241131f1e
Octal13010112603221014611736
Binary101100010000011010110011010101000001100110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584156; }

 p { color: rgb(88,65,86); }

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

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

 a { background-color: rgb(88,65,86); }

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

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

 span { border-color: rgb(88,65,86); }

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