COLOR #55547E

HEX: #55547E
RGB: (85,84,126)

Color info

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

RGB color model

#55547E color RGB value is (85,84,126).

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

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 126 of 255 = 49%

85
84
126

R + G + B ~ 38%. #55547E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 84 + 126 = 295 (100%)
R 85 of 295 ~ 28.81%
G 84 of 295 ~ 28.47%
B 126 of 295 ~ 42.71%

%28.81
%28.47
%42.71

CMYK color model

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

  • cyan value is 32.54%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(33,33,0,51)
C33M33Y0K51 
(33%,33%,0%,51%)
(0.33/0.33/0.00/0.51)	

CMYK percentages

%32.54
%33.33
%0
%50.59

Codes

Color #55547E in popluar color models

55547E
RGB8584126
HSL241°20.00%41.18%
HSB/HSV241°33.33%49.41%
CMYK32.54%33.33%0.00%
50.59%

Color #55547E in popluar number systems.

HEX55547E
Decimal8584126
Binary101010110101001111110
Octal125124176

Shades and tints

Shades of #55547E

#55547E
(85,84,126)
#4E4D73
(78,77,115)
#474668
(71,70,104)
#403F5D
(64,63,93)
#393852
(57,56,82)
#323147
(50,49,71)
#2B2A3C
(43,42,60)
#242331
(36,35,49)
#1D1C26
(29,28,38)
#16151B
(22,21,27)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #55547E

#55547E
(85,84,126)
#646389
(100,99,137)
#737294
(115,114,148)
#82819F
(130,129,159)
#9190AA
(145,144,170)
#A09FB5
(160,159,181)
#AFAEC0
(175,174,192)
#BEBDCB
(190,189,203)
#CDCCD6
(205,204,214)
#DCDBE1
(220,219,225)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55547E; }

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

This text font color is #55547E.


Background Color

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

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

This div background color is #55547E.


Border color

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

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

This div border color is #55547E.


Opacity

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

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

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

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

This text has shadow with #55547E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55547E on black background.


Color preview on white background

This text has color #55547E on white background.



Black color preview on #55547E background

This text has black color on #55547E background.


White color preview on #55547E background

This text has white color on #55547E background.