COLOR #556096

HEX: #556096
RGB: (85,96,150)

Color info

#556096 contains mainly green and blue colors. Web safe color of #556096 is #666699 (or #669).

RGB color model

#556096 color RGB value is (85,96,150).

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

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 150 of 255 = 59%

85
96
150

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

Portions of RGB colors in percentages

R + G + B =
85 + 96 + 150 = 331 (100%)
R 85 of 331 ~ 25.68%
G 96 of 331 ~ 29%
B 150 of 331 ~ 45.32%

%25.68
%29
%45.32

CMYK color model

#556096 color CMYK value is (43,36,0,41).

  • cyan value is 43.33%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(43,36,0,41)
C43M36Y0K41 
(43%,36%,0%,41%)
(0.43/0.36/0.00/0.41)	

CMYK percentages

%43.33
%36
%0
%41.18

Codes

Color #556096 in popluar color models

556096
RGB8596150
HSL230°27.66%46.08%
HSB/HSV230°43.33%58.82%
CMYK43.33%36.00%0.00%
41.18%

Color #556096 in popluar number systems.

HEX556096
Decimal8596150
Binary1010101110000010010110
Octal125140226

Shades and tints

Shades of #556096

#556096
(85,96,150)
#4E5889
(78,88,137)
#47507C
(71,80,124)
#40486F
(64,72,111)
#394062
(57,64,98)
#323855
(50,56,85)
#2B3048
(43,48,72)
#24283B
(36,40,59)
#1D202E
(29,32,46)
#161821
(22,24,33)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #556096

#556096
(85,96,150)
#646E9F
(100,110,159)
#737CA8
(115,124,168)
#828AB1
(130,138,177)
#9198BA
(145,152,186)
#A0A6C3
(160,166,195)
#AFB4CC
(175,180,204)
#BEC2D5
(190,194,213)
#CDD0DE
(205,208,222)
#DCDEE7
(220,222,231)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556096; }

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

This text font color is #556096.


Background Color

.myBgColor { background-color: #556096; }

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

This div background color is #556096.


Border color

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

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

This div border color is #556096.


Opacity

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

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

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

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

This text has shadow with #556096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556096 on black background.


Color preview on white background

This text has color #556096 on white background.



Black color preview on #556096 background

This text has black color on #556096 background.


White color preview on #556096 background

This text has white color on #556096 background.