COLOR #556076

HEX: #556076
RGB: (85,96,118)

Color info

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

RGB color model

#556076 color RGB value is (85,96,118).

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

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 118 of 255 = 46%

85
96
118

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

Portions of RGB colors in percentages

R + G + B =
85 + 96 + 118 = 299 (100%)
R 85 of 299 ~ 28.43%
G 96 of 299 ~ 32.11%
B 118 of 299 ~ 39.46%

%28.43
%32.11
%39.46

CMYK color model

#556076 color CMYK value is (28,19,0,54).

  • cyan value is 27.97%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(28,19,0,54)
C28M19Y0K54 
(28%,19%,0%,54%)
(0.28/0.19/0.00/0.54)	

CMYK percentages

%27.97
%18.64
%0
%53.73

Codes

Color #556076 in popluar color models

556076
RGB8596118
HSL220°16.26%39.80%
HSB/HSV220°27.97%46.27%
CMYK27.97%18.64%0.00%
53.73%

Color #556076 in popluar number systems.

HEX556076
Decimal8596118
Binary101010111000001110110
Octal125140166

Shades and tints

Shades of #556076

#556076
(85,96,118)
#4E586C
(78,88,108)
#475062
(71,80,98)
#404858
(64,72,88)
#39404E
(57,64,78)
#323844
(50,56,68)
#2B303A
(43,48,58)
#242830
(36,40,48)
#1D2026
(29,32,38)
#16181C
(22,24,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #556076

#556076
(85,96,118)
#646E82
(100,110,130)
#737C8E
(115,124,142)
#828A9A
(130,138,154)
#9198A6
(145,152,166)
#A0A6B2
(160,166,178)
#AFB4BE
(175,180,190)
#BEC2CA
(190,194,202)
#CDD0D6
(205,208,214)
#DCDEE2
(220,222,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556076; }

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

This text font color is #556076.


Background Color

.myBgColor { background-color: #556076; }

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

This div background color is #556076.


Border color

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

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

This div border color is #556076.


Opacity

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

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

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

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

This text has shadow with #556076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556076 on black background.


Color preview on white background

This text has color #556076 on white background.



Black color preview on #556076 background

This text has black color on #556076 background.


White color preview on #556076 background

This text has white color on #556076 background.