COLOR #556473

HEX: #556473
RGB: (85,100,115)

Color info

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

RGB color model

#556473 color RGB value is (85,100,115).

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

RGB channels and saturation

R 85 of 255 = 33%
G 100 of 255 = 39%
B 115 of 255 = 45%

85
100
115

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

Portions of RGB colors in percentages

R + G + B =
85 + 100 + 115 = 300 (100%)
R 85 of 300 ~ 28.33%
G 100 of 300 ~ 33.33%
B 115 of 300 ~ 38.33%

%28.33
%33.33
%38.33

CMYK color model

#556473 color CMYK value is (26,13,0,55).

  • cyan value is 26.09%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(26,13,0,55)
C26M13Y0K55 
(26%,13%,0%,55%)
(0.26/0.13/0.00/0.55)	

CMYK percentages

%26.09
%13.04
%0
%54.9

Codes

Color #556473 in popluar color models

556473
RGB85100115
HSL210°15.00%39.22%
HSB/HSV210°26.09%45.10%
CMYK26.09%13.04%0.00%
54.90%

Color #556473 in popluar number systems.

HEX556473
Decimal85100115
Binary101010111001001110011
Octal125144163

Shades and tints

Shades of #556473

#556473
(85,100,115)
#4E5B69
(78,91,105)
#47525F
(71,82,95)
#404955
(64,73,85)
#39404B
(57,64,75)
#323741
(50,55,65)
#2B2E37
(43,46,55)
#24252D
(36,37,45)
#1D1C23
(29,28,35)
#161319
(22,19,25)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #556473

#556473
(85,100,115)
#64727F
(100,114,127)
#73808B
(115,128,139)
#828E97
(130,142,151)
#919CA3
(145,156,163)
#A0AAAF
(160,170,175)
#AFB8BB
(175,184,187)
#BEC6C7
(190,198,199)
#CDD4D3
(205,212,211)
#DCE2DF
(220,226,223)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556473; }

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

This text font color is #556473.


Background Color

.myBgColor { background-color: #556473; }

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

This div background color is #556473.


Border color

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

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

This div border color is #556473.


Opacity

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

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

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

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

This text has shadow with #556473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556473 on black background.


Color preview on white background

This text has color #556473 on white background.



Black color preview on #556473 background

This text has black color on #556473 background.


White color preview on #556473 background

This text has white color on #556473 background.