COLOR #55597F

HEX: #55597F
RGB: (85,89,127)

Color info

#55597F contains red, green and blue colors in about the same proportion. Web safe color of #55597F is #666666 (or #666).

RGB color model

#55597F color RGB value is (85,89,127).

  • red value is 85;
  • green value is 89;
  • blue value is 127.
RGB:
(85,89,127)
(33%,35%,50%)

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 127 of 255 = 50%

85
89
127

R + G + B ~ 39%. #55597F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 127 = 301 (100%)
R 85 of 301 ~ 28.24%
G 89 of 301 ~ 29.57%
B 127 of 301 ~ 42.19%

%28.24
%29.57
%42.19

CMYK color model

#55597F color CMYK value is (33,30,0,50).

  • cyan value is 33.07%
  • magenta value is 29.92%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(33,30,0,50)
C33M30Y0K50 
(33%,30%,0%,50%)
(0.33/0.30/0.00/0.50)	

CMYK percentages

%33.07
%29.92
%0
%50.2

Codes

Color #55597F in popluar color models

55597F
RGB8589127
HSL234°19.81%41.57%
HSB/HSV234°33.07%49.80%
CMYK33.07%29.92%0.00%
50.20%

Color #55597F in popluar number systems.

HEX55597F
Decimal8589127
Binary101010110110011111111
Octal125131177

Shades and tints

Shades of #55597F

#55597F
(85,89,127)
#4E5174
(78,81,116)
#474969
(71,73,105)
#40415E
(64,65,94)
#393953
(57,57,83)
#323148
(50,49,72)
#2B293D
(43,41,61)
#242132
(36,33,50)
#1D1927
(29,25,39)
#16111C
(22,17,28)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #55597F

#55597F
(85,89,127)
#64688A
(100,104,138)
#737795
(115,119,149)
#8286A0
(130,134,160)
#9195AB
(145,149,171)
#A0A4B6
(160,164,182)
#AFB3C1
(175,179,193)
#BEC2CC
(190,194,204)
#CDD1D7
(205,209,215)
#DCE0E2
(220,224,226)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55597F color. Also use rgb(85,89,127) instead hex code.

Text Font Color

.myTextColor { color: #55597F; }

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

This text font color is #55597F.


Background Color

.myBgColor { background-color: #55597F; }

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

This div background color is #55597F.


Border color

.myBorderColor { border: 1px solid #55597F; }

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

This div border color is #55597F.


Opacity

.myOpacity80 { color: #55597F; opacity: 0.8; }

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

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

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

This text has shadow with #55597F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55597F on black background.


Color preview on white background

This text has color #55597F on white background.



Black color preview on #55597F background

This text has black color on #55597F background.


White color preview on #55597F background

This text has white color on #55597F background.