COLOR #55597E

HEX: #55597E
RGB: (85,89,126)

Color info

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

RGB color model

#55597E color RGB value is (85,89,126).

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

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 126 of 255 = 49%

85
89
126

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

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 126 = 300 (100%)
R 85 of 300 ~ 28.33%
G 89 of 300 ~ 29.67%
B 126 of 300 ~ 42%

%28.33
%29.67
%42

CMYK color model

#55597E color CMYK value is (33,29,0,51).

  • cyan value is 32.54%
  • magenta value is 29.37%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(33,29,0,51)
C33M29Y0K51 
(33%,29%,0%,51%)
(0.33/0.29/0.00/0.51)	

CMYK percentages

%32.54
%29.37
%0
%50.59

Codes

Color #55597E in popluar color models

55597E
RGB8589126
HSL234°19.43%41.37%
HSB/HSV234°32.54%49.41%
CMYK32.54%29.37%0.00%
50.59%

Color #55597E in popluar number systems.

HEX55597E
Decimal8589126
Binary101010110110011111110
Octal125131176

Shades and tints

Shades of #55597E

#55597E
(85,89,126)
#4E5173
(78,81,115)
#474968
(71,73,104)
#40415D
(64,65,93)
#393952
(57,57,82)
#323147
(50,49,71)
#2B293C
(43,41,60)
#242131
(36,33,49)
#1D1926
(29,25,38)
#16111B
(22,17,27)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #55597E

#55597E
(85,89,126)
#646889
(100,104,137)
#737794
(115,119,148)
#82869F
(130,134,159)
#9195AA
(145,149,170)
#A0A4B5
(160,164,181)
#AFB3C0
(175,179,192)
#BEC2CB
(190,194,203)
#CDD1D6
(205,209,214)
#DCE0E1
(220,224,225)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55597E; }

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

This text font color is #55597E.


Background Color

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

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

This div background color is #55597E.


Border color

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

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

This div border color is #55597E.


Opacity

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

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

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

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

This text has shadow with #55597E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55597E on black background.


Color preview on white background

This text has color #55597E on white background.



Black color preview on #55597E background

This text has black color on #55597E background.


White color preview on #55597E background

This text has white color on #55597E background.