COLOR #556B89

HEX: #556B89
RGB: (85,107,137)

Color info

#556B89 contains red, green and blue colors in about the same proportion. Web safe color of #556B89 is #666699 (or #669).

RGB color model

#556B89 color RGB value is (85,107,137).

  • red value is 85;
  • green value is 107;
  • blue value is 137.
RGB:
(85,107,137)
(33%,42%,54%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 137 of 255 = 54%

85
107
137

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

Portions of RGB colors in percentages

R + G + B =
85 + 107 + 137 = 329 (100%)
R 85 of 329 ~ 25.84%
G 107 of 329 ~ 32.52%
B 137 of 329 ~ 41.64%

%25.84
%32.52
%41.64

CMYK color model

#556B89 color CMYK value is (38,22,0,46).

  • cyan value is 37.96%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(38,22,0,46)
C38M22Y0K46 
(38%,22%,0%,46%)
(0.38/0.22/0.00/0.46)	

CMYK percentages

%37.96
%21.9
%0
%46.27

Codes

Color #556B89 in popluar color models

556B89
RGB85107137
HSL215°23.42%43.53%
HSB/HSV215°37.96%53.73%
CMYK37.96%21.90%0.00%
46.27%

Color #556B89 in popluar number systems.

HEX556B89
Decimal85107137
Binary1010101110101110001001
Octal125153211

Shades and tints

Shades of #556B89

#556B89
(85,107,137)
#4E627D
(78,98,125)
#475971
(71,89,113)
#405065
(64,80,101)
#394759
(57,71,89)
#323E4D
(50,62,77)
#2B3541
(43,53,65)
#242C35
(36,44,53)
#1D2329
(29,35,41)
#161A1D
(22,26,29)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #556B89

#556B89
(85,107,137)
#647893
(100,120,147)
#73859D
(115,133,157)
#8292A7
(130,146,167)
#919FB1
(145,159,177)
#A0ACBB
(160,172,187)
#AFB9C5
(175,185,197)
#BEC6CF
(190,198,207)
#CDD3D9
(205,211,217)
#DCE0E3
(220,224,227)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556B89 color. Also use rgb(85,107,137) instead hex code.

Text Font Color

.myTextColor { color: #556B89; }

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

This text font color is #556B89.


Background Color

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

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

This div background color is #556B89.


Border color

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

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

This div border color is #556B89.


Opacity

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

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

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

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

This text has shadow with #556B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556B89 on black background.


Color preview on white background

This text has color #556B89 on white background.



Black color preview on #556B89 background

This text has black color on #556B89 background.


White color preview on #556B89 background

This text has white color on #556B89 background.