COLOR #584877

HEX: #584877
RGB: (88,72,119)

Color info

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

RGB color model

#584877 color RGB value is (88,72,119).

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

RGB channels and saturation

R 88 of 255 = 35%
G 72 of 255 = 28%
B 119 of 255 = 47%

88
72
119

R + G + B ~ 37%. #584877 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 72 + 119 = 279 (100%)
R 88 of 279 ~ 31.54%
G 72 of 279 ~ 25.81%
B 119 of 279 ~ 42.65%

%31.54
%25.81
%42.65

CMYK color model

#584877 color CMYK value is (26,39,0,53).

  • cyan value is 26.05%
  • magenta value is 39.50%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(26,39,0,53)
C26M39Y0K53 
(26%,39%,0%,53%)
(0.26/0.39/0.00/0.53)	

CMYK percentages

%26.05
%39.5
%0
%53.33

Codes

Color #584877 in popluar color models

584877
RGB8872119
HSL260°24.61%37.45%
HSB/HSV260°39.50%46.67%
CMYK26.05%39.50%0.00%
53.33%

Color #584877 in popluar number systems.

HEX584877
Decimal8872119
Binary101100010010001110111
Octal130110167

Shades and tints

Shades of #584877

#584877
(88,72,119)
#50426D
(80,66,109)
#483C63
(72,60,99)
#403659
(64,54,89)
#38304F
(56,48,79)
#302A45
(48,42,69)
#28243B
(40,36,59)
#201E31
(32,30,49)
#181827
(24,24,39)
#10121D
(16,18,29)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #584877

#584877
(88,72,119)
#675883
(103,88,131)
#76688F
(118,104,143)
#85789B
(133,120,155)
#9488A7
(148,136,167)
#A398B3
(163,152,179)
#B2A8BF
(178,168,191)
#C1B8CB
(193,184,203)
#D0C8D7
(208,200,215)
#DFD8E3
(223,216,227)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584877; }

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

This text font color is #584877.


Background Color

.myBgColor { background-color: #584877; }

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

This div background color is #584877.


Border color

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

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

This div border color is #584877.


Opacity

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

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

Text with #584877 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 #584877;}

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

This text has shadow with #584877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584877 on black background.


Color preview on white background

This text has color #584877 on white background.



Black color preview on #584877 background

This text has black color on #584877 background.


White color preview on #584877 background

This text has white color on #584877 background.