COLOR #556578

HEX: #556578
RGB: (85,101,120)

Color info

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

RGB color model

#556578 color RGB value is (85,101,120).

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

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 120 of 255 = 47%

85
101
120

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

Portions of RGB colors in percentages

R + G + B =
85 + 101 + 120 = 306 (100%)
R 85 of 306 ~ 27.78%
G 101 of 306 ~ 33.01%
B 120 of 306 ~ 39.22%

%27.78
%33.01
%39.22

CMYK color model

#556578 color CMYK value is (29,16,0,53).

  • cyan value is 29.17%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(29,16,0,53)
C29M16Y0K53 
(29%,16%,0%,53%)
(0.29/0.16/0.00/0.53)	

CMYK percentages

%29.17
%15.83
%0
%52.94

Codes

Color #556578 in popluar color models

556578
RGB85101120
HSL213°17.07%40.20%
HSB/HSV213°29.17%47.06%
CMYK29.17%15.83%0.00%
52.94%

Color #556578 in popluar number systems.

HEX556578
Decimal85101120
Binary101010111001011111000
Octal125145170

Shades and tints

Shades of #556578

#556578
(85,101,120)
#4E5C6E
(78,92,110)
#475364
(71,83,100)
#404A5A
(64,74,90)
#394150
(57,65,80)
#323846
(50,56,70)
#2B2F3C
(43,47,60)
#242632
(36,38,50)
#1D1D28
(29,29,40)
#16141E
(22,20,30)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #556578

#556578
(85,101,120)
#647384
(100,115,132)
#738190
(115,129,144)
#828F9C
(130,143,156)
#919DA8
(145,157,168)
#A0ABB4
(160,171,180)
#AFB9C0
(175,185,192)
#BEC7CC
(190,199,204)
#CDD5D8
(205,213,216)
#DCE3E4
(220,227,228)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556578; }

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

This text font color is #556578.


Background Color

.myBgColor { background-color: #556578; }

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

This div background color is #556578.


Border color

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

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

This div border color is #556578.


Opacity

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

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

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

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

This text has shadow with #556578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556578 on black background.


Color preview on white background

This text has color #556578 on white background.



Black color preview on #556578 background

This text has black color on #556578 background.


White color preview on #556578 background

This text has white color on #556578 background.