COLOR #556E8E

HEX: #556E8E
RGB: (85,110,142)

Color info

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

RGB color model

#556E8E color RGB value is (85,110,142).

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

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 142 of 255 = 56%

85
110
142

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

Portions of RGB colors in percentages

R + G + B =
85 + 110 + 142 = 337 (100%)
R 85 of 337 ~ 25.22%
G 110 of 337 ~ 32.64%
B 142 of 337 ~ 42.14%

%25.22
%32.64
%42.14

CMYK color model

#556E8E color CMYK value is (40,23,0,44).

  • cyan value is 40.14%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(40,23,0,44)
C40M23Y0K44 
(40%,23%,0%,44%)
(0.40/0.23/0.00/0.44)	

CMYK percentages

%40.14
%22.54
%0
%44.31

Codes

Color #556E8E in popluar color models

556E8E
RGB85110142
HSL214°25.11%44.51%
HSB/HSV214°40.14%55.69%
CMYK40.14%22.54%0.00%
44.31%

Color #556E8E in popluar number systems.

HEX556E8E
Decimal85110142
Binary1010101110111010001110
Octal125156216

Shades and tints

Shades of #556E8E

#556E8E
(85,110,142)
#4E6482
(78,100,130)
#475A76
(71,90,118)
#40506A
(64,80,106)
#39465E
(57,70,94)
#323C52
(50,60,82)
#2B3246
(43,50,70)
#24283A
(36,40,58)
#1D1E2E
(29,30,46)
#161422
(22,20,34)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #556E8E

#556E8E
(85,110,142)
#647B98
(100,123,152)
#7388A2
(115,136,162)
#8295AC
(130,149,172)
#91A2B6
(145,162,182)
#A0AFC0
(160,175,192)
#AFBCCA
(175,188,202)
#BEC9D4
(190,201,212)
#CDD6DE
(205,214,222)
#DCE3E8
(220,227,232)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556E8E; }

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

This text font color is #556E8E.


Background Color

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

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

This div background color is #556E8E.


Border color

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

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

This div border color is #556E8E.


Opacity

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

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

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

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

This text has shadow with #556E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556E8E on black background.


Color preview on white background

This text has color #556E8E on white background.



Black color preview on #556E8E background

This text has black color on #556E8E background.


White color preview on #556E8E background

This text has white color on #556E8E background.