COLOR #555473

HEX: #555473
RGB: (85,84,115)

Color info

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

RGB color model

#555473 color RGB value is (85,84,115).

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

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 115 of 255 = 45%

85
84
115

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

Portions of RGB colors in percentages

R + G + B =
85 + 84 + 115 = 284 (100%)
R 85 of 284 ~ 29.93%
G 84 of 284 ~ 29.58%
B 115 of 284 ~ 40.49%

%29.93
%29.58
%40.49

CMYK color model

#555473 color CMYK value is (26,27,0,55).

  • cyan value is 26.09%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(26,27,0,55)
C26M27Y0K55 
(26%,27%,0%,55%)
(0.26/0.27/0.00/0.55)	

CMYK percentages

%26.09
%26.96
%0
%54.9

Codes

Color #555473 in popluar color models

555473
RGB8584115
HSL242°15.58%39.02%
HSB/HSV242°26.96%45.10%
CMYK26.09%26.96%0.00%
54.90%

Color #555473 in popluar number systems.

HEX555473
Decimal8584115
Binary101010110101001110011
Octal125124163

Shades and tints

Shades of #555473

#555473
(85,84,115)
#4E4D69
(78,77,105)
#47465F
(71,70,95)
#403F55
(64,63,85)
#39384B
(57,56,75)
#323141
(50,49,65)
#2B2A37
(43,42,55)
#24232D
(36,35,45)
#1D1C23
(29,28,35)
#161519
(22,21,25)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #555473

#555473
(85,84,115)
#64637F
(100,99,127)
#73728B
(115,114,139)
#828197
(130,129,151)
#9190A3
(145,144,163)
#A09FAF
(160,159,175)
#AFAEBB
(175,174,187)
#BEBDC7
(190,189,199)
#CDCCD3
(205,204,211)
#DCDBDF
(220,219,223)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555473; }

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

This text font color is #555473.


Background Color

.myBgColor { background-color: #555473; }

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

This div background color is #555473.


Border color

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

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

This div border color is #555473.


Opacity

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

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

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

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

This text has shadow with #555473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555473 on black background.


Color preview on white background

This text has color #555473 on white background.



Black color preview on #555473 background

This text has black color on #555473 background.


White color preview on #555473 background

This text has white color on #555473 background.