COLOR #556978

HEX: #556978
RGB: (85,105,120)

Color info

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

RGB color model

#556978 color RGB value is (85,105,120).

  • red value is 85;
  • green value is 105;
  • blue value is 120.
RGB:
(85,105,120)
(33%,41%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 105 of 255 = 41%
B 120 of 255 = 47%

85
105
120

R + G + B ~ 40%. #556978 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 105 + 120 = 310 (100%)
R 85 of 310 ~ 27.42%
G 105 of 310 ~ 33.87%
B 120 of 310 ~ 38.71%

%27.42
%33.87
%38.71

CMYK color model

#556978 color CMYK value is (29,13,0,53).

  • cyan value is 29.17%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(29,13,0,53)
C29M13Y0K53 
(29%,13%,0%,53%)
(0.29/0.13/0.00/0.53)	

CMYK percentages

%29.17
%12.5
%0
%52.94

Codes

Color #556978 in popluar color models

556978
RGB85105120
HSL206°17.07%40.20%
HSB/HSV206°29.17%47.06%
CMYK29.17%12.50%0.00%
52.94%

Color #556978 in popluar number systems.

HEX556978
Decimal85105120
Binary101010111010011111000
Octal125151170

Shades and tints

Shades of #556978

#556978
(85,105,120)
#4E606E
(78,96,110)
#475764
(71,87,100)
#404E5A
(64,78,90)
#394550
(57,69,80)
#323C46
(50,60,70)
#2B333C
(43,51,60)
#242A32
(36,42,50)
#1D2128
(29,33,40)
#16181E
(22,24,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #556978

#556978
(85,105,120)
#647684
(100,118,132)
#738390
(115,131,144)
#82909C
(130,144,156)
#919DA8
(145,157,168)
#A0AAB4
(160,170,180)
#AFB7C0
(175,183,192)
#BEC4CC
(190,196,204)
#CDD1D8
(205,209,216)
#DCDEE4
(220,222,228)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556978 color. Also use rgb(85,105,120) instead hex code.

Text Font Color

.myTextColor { color: #556978; }

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

This text font color is #556978.


Background Color

.myBgColor { background-color: #556978; }

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

This div background color is #556978.


Border color

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

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

This div border color is #556978.


Opacity

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

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

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

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

This text has shadow with #556978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556978 on black background.


Color preview on white background

This text has color #556978 on white background.



Black color preview on #556978 background

This text has black color on #556978 background.


White color preview on #556978 background

This text has white color on #556978 background.