COLOR #556E97

HEX: #556E97
RGB: (85,110,151)

Color info

#556E97 contains mainly green and blue colors. Web safe color of #556E97 is #666699 (or #669).

RGB color model

#556E97 color RGB value is (85,110,151).

  • red value is 85;
  • green value is 110;
  • blue value is 151.
RGB:
(85,110,151)
(33%,43%,59%)

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 151 of 255 = 59%

85
110
151

R + G + B ~ 45%. #556E97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 110 + 151 = 346 (100%)
R 85 of 346 ~ 24.57%
G 110 of 346 ~ 31.79%
B 151 of 346 ~ 43.64%

%24.57
%31.79
%43.64

CMYK color model

#556E97 color CMYK value is (44,27,0,41).

  • cyan value is 43.71%
  • magenta value is 27.15%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(44,27,0,41)
C44M27Y0K41 
(44%,27%,0%,41%)
(0.44/0.27/0.00/0.41)	

CMYK percentages

%43.71
%27.15
%0
%40.78

Codes

Color #556E97 in popluar color models

556E97
RGB85110151
HSL217°27.97%46.27%
HSB/HSV217°43.71%59.22%
CMYK43.71%27.15%0.00%
40.78%

Color #556E97 in popluar number systems.

HEX556E97
Decimal85110151
Binary1010101110111010010111
Octal125156227

Shades and tints

Shades of #556E97

#556E97
(85,110,151)
#4E648A
(78,100,138)
#475A7D
(71,90,125)
#405070
(64,80,112)
#394663
(57,70,99)
#323C56
(50,60,86)
#2B3249
(43,50,73)
#24283C
(36,40,60)
#1D1E2F
(29,30,47)
#161422
(22,20,34)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #556E97

#556E97
(85,110,151)
#647BA0
(100,123,160)
#7388A9
(115,136,169)
#8295B2
(130,149,178)
#91A2BB
(145,162,187)
#A0AFC4
(160,175,196)
#AFBCCD
(175,188,205)
#BEC9D6
(190,201,214)
#CDD6DF
(205,214,223)
#DCE3E8
(220,227,232)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556E97 color. Also use rgb(85,110,151) instead hex code.

Text Font Color

.myTextColor { color: #556E97; }

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

This text font color is #556E97.


Background Color

.myBgColor { background-color: #556E97; }

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

This div background color is #556E97.


Border color

.myBorderColor { border: 1px solid #556E97; }

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

This div border color is #556E97.


Opacity

.myOpacity80 { color: #556E97; opacity: 0.8; }

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

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

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

This text has shadow with #556E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556E97 on black background.


Color preview on white background

This text has color #556E97 on white background.



Black color preview on #556E97 background

This text has black color on #556E97 background.


White color preview on #556E97 background

This text has white color on #556E97 background.