COLOR #556E7A

HEX: #556E7A
RGB: (85,110,122)

Color info

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

RGB color model

#556E7A color RGB value is (85,110,122).

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

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 122 of 255 = 48%

85
110
122

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

Portions of RGB colors in percentages

R + G + B =
85 + 110 + 122 = 317 (100%)
R 85 of 317 ~ 26.81%
G 110 of 317 ~ 34.7%
B 122 of 317 ~ 38.49%

%26.81
%34.7
%38.49

CMYK color model

#556E7A color CMYK value is (30,10,0,52).

  • cyan value is 30.33%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,10,0,52)
C30M10Y0K52 
(30%,10%,0%,52%)
(0.30/0.10/0.00/0.52)	

CMYK percentages

%30.33
%9.84
%0
%52.16

Codes

Color #556E7A in popluar color models

556E7A
RGB85110122
HSL199°17.87%40.59%
HSB/HSV199°30.33%47.84%
CMYK30.33%9.84%0.00%
52.16%

Color #556E7A in popluar number systems.

HEX556E7A
Decimal85110122
Binary101010111011101111010
Octal125156172

Shades and tints

Shades of #556E7A

#556E7A
(85,110,122)
#4E646F
(78,100,111)
#475A64
(71,90,100)
#405059
(64,80,89)
#39464E
(57,70,78)
#323C43
(50,60,67)
#2B3238
(43,50,56)
#24282D
(36,40,45)
#1D1E22
(29,30,34)
#161417
(22,20,23)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #556E7A

#556E7A
(85,110,122)
#647B86
(100,123,134)
#738892
(115,136,146)
#82959E
(130,149,158)
#91A2AA
(145,162,170)
#A0AFB6
(160,175,182)
#AFBCC2
(175,188,194)
#BEC9CE
(190,201,206)
#CDD6DA
(205,214,218)
#DCE3E6
(220,227,230)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556E7A; }

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

This text font color is #556E7A.


Background Color

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

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

This div background color is #556E7A.


Border color

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

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

This div border color is #556E7A.


Opacity

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

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

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

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

This text has shadow with #556E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556E7A on black background.


Color preview on white background

This text has color #556E7A on white background.



Black color preview on #556E7A background

This text has black color on #556E7A background.


White color preview on #556E7A background

This text has white color on #556E7A background.