COLOR #556078

HEX: #556078
RGB: (85,96,120)

Color info

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

RGB color model

#556078 color RGB value is (85,96,120).

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

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 120 of 255 = 47%

85
96
120

R + G + B ~ 39%. #556078 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 96 + 120 = 301 (100%)
R 85 of 301 ~ 28.24%
G 96 of 301 ~ 31.89%
B 120 of 301 ~ 39.87%

%28.24
%31.89
%39.87

CMYK color model

#556078 color CMYK value is (29,20,0,53).

  • cyan value is 29.17%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(29,20,0,53)
C29M20Y0K53 
(29%,20%,0%,53%)
(0.29/0.20/0.00/0.53)	

CMYK percentages

%29.17
%20
%0
%52.94

Codes

Color #556078 in popluar color models

556078
RGB8596120
HSL221°17.07%40.20%
HSB/HSV221°29.17%47.06%
CMYK29.17%20.00%0.00%
52.94%

Color #556078 in popluar number systems.

HEX556078
Decimal8596120
Binary101010111000001111000
Octal125140170

Shades and tints

Shades of #556078

#556078
(85,96,120)
#4E586E
(78,88,110)
#475064
(71,80,100)
#40485A
(64,72,90)
#394050
(57,64,80)
#323846
(50,56,70)
#2B303C
(43,48,60)
#242832
(36,40,50)
#1D2028
(29,32,40)
#16181E
(22,24,30)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #556078

#556078
(85,96,120)
#646E84
(100,110,132)
#737C90
(115,124,144)
#828A9C
(130,138,156)
#9198A8
(145,152,168)
#A0A6B4
(160,166,180)
#AFB4C0
(175,180,192)
#BEC2CC
(190,194,204)
#CDD0D8
(205,208,216)
#DCDEE4
(220,222,228)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556078; }

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

This text font color is #556078.


Background Color

.myBgColor { background-color: #556078; }

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

This div background color is #556078.


Border color

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

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

This div border color is #556078.


Opacity

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

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

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

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

This text has shadow with #556078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556078 on black background.


Color preview on white background

This text has color #556078 on white background.



Black color preview on #556078 background

This text has black color on #556078 background.


White color preview on #556078 background

This text has white color on #556078 background.