COLOR #584859

HEX: #584859
RGB: (88,72,89)

Color info

#584859 contains red, green and blue colors in about the same proportion. Web safe color of #584859 is #663366 (or #636).

RGB color model

#584859 color RGB value is (88,72,89).

  • red value is 88;
  • green value is 72;
  • blue value is 89.
RGB:
(88,72,89)
(35%,28%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 72 of 255 = 28%
B 89 of 255 = 35%

88
72
89

R + G + B ~ 33%. #584859 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 72 + 89 = 249 (100%)
R 88 of 249 ~ 35.34%
G 72 of 249 ~ 28.92%
B 89 of 249 ~ 35.74%

%35.34
%28.92
%35.74

CMYK color model

#584859 color CMYK value is (1,19,0,65).

  • cyan value is 1.12%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(1,19,0,65)
C1M19Y0K65 
(1%,19%,0%,65%)
(0.01/0.19/0.00/0.65)	

CMYK percentages

%1.12
%19.1
%0
%65.1

Codes

Color #584859 in popluar color models

584859
RGB887289
HSL296°10.56%31.57%
HSB/HSV296°19.10%34.90%
CMYK1.12%19.10%0.00%
65.10%

Color #584859 in popluar number systems.

HEX584859
Decimal887289
Binary101100010010001011001
Octal130110131

Shades and tints

Shades of #584859

#584859
(88,72,89)
#504251
(80,66,81)
#483C49
(72,60,73)
#403641
(64,54,65)
#383039
(56,48,57)
#302A31
(48,42,49)
#282429
(40,36,41)
#201E21
(32,30,33)
#181819
(24,24,25)
#101211
(16,18,17)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #584859

#584859
(88,72,89)
#675868
(103,88,104)
#766877
(118,104,119)
#857886
(133,120,134)
#948895
(148,136,149)
#A398A4
(163,152,164)
#B2A8B3
(178,168,179)
#C1B8C2
(193,184,194)
#D0C8D1
(208,200,209)
#DFD8E0
(223,216,224)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584859 color. Also use rgb(88,72,89) instead hex code.

Text Font Color

.myTextColor { color: #584859; }

<p style="color:#584859">This sample text font color is #584859.</p>

This text font color is #584859.


Background Color

.myBgColor { background-color: #584859; }

<div style="background-color:#584859">Inner text</div>

This div background color is #584859.


Border color

.myBorderColor { border: 1px solid #584859; }

<div style="border:3px solid #584859">Div</div>

This div border color is #584859.


Opacity

.myOpacity80 { color: #584859; opacity: 0.8; }

<p style="color:#584859;opacity:0.8;">80%</p>

Text with #584859 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #584859;}

<p style="text-shadow: 3px 3px 1px #584859">Text here.</p>

This text has shadow with #584859 color.

.textShadow {text-shadow: 3px 3px 1px #584859, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #584859, 5px 5px 20px red">Text here.</p>

This text has shadow with #584859 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#584859, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#584859, Direction=45, Strength=4)">Text</p>

This text has shadow with #584859 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #584859;
  -webkit-box-shadow:	1px 1px 3px 2px #584859;
  box-shadow:		1px 1px 3px 2px #584859;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #584859;
-webkit-box-shadow: 1px 1px 3px 2px #584859;
box-shadow:1px 1px 3px 2px #584859;">
Div content here</div>
This div box has shadow with color #584859.

Preview

Color preview on black background

This text has color #584859 on black background.


Color preview on white background

This text has color #584859 on white background.



Black color preview on #584859 background

This text has black color on #584859 background.


White color preview on #584859 background

This text has white color on #584859 background.