COLOR #556A91

HEX: #556A91
RGB: (85,106,145)

Color info

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

RGB color model

#556A91 color RGB value is (85,106,145).

  • red value is 85;
  • green value is 106;
  • blue value is 145.
RGB:
(85,106,145)
(33%,42%,57%)

RGB channels and saturation

R 85 of 255 = 33%
G 106 of 255 = 42%
B 145 of 255 = 57%

85
106
145

R + G + B ~ 44%. #556A91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 106 + 145 = 336 (100%)
R 85 of 336 ~ 25.3%
G 106 of 336 ~ 31.55%
B 145 of 336 ~ 43.15%

%25.3
%31.55
%43.15

CMYK color model

#556A91 color CMYK value is (41,27,0,43).

  • cyan value is 41.38%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(41,27,0,43)
C41M27Y0K43 
(41%,27%,0%,43%)
(0.41/0.27/0.00/0.43)	

CMYK percentages

%41.38
%26.9
%0
%43.14

Codes

Color #556A91 in popluar color models

556A91
RGB85106145
HSL219°26.09%45.10%
HSB/HSV219°41.38%56.86%
CMYK41.38%26.90%0.00%
43.14%

Color #556A91 in popluar number systems.

HEX556A91
Decimal85106145
Binary1010101110101010010001
Octal125152221

Shades and tints

Shades of #556A91

#556A91
(85,106,145)
#4E6184
(78,97,132)
#475877
(71,88,119)
#404F6A
(64,79,106)
#39465D
(57,70,93)
#323D50
(50,61,80)
#2B3443
(43,52,67)
#242B36
(36,43,54)
#1D2229
(29,34,41)
#16191C
(22,25,28)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #556A91

#556A91
(85,106,145)
#64779B
(100,119,155)
#7384A5
(115,132,165)
#8291AF
(130,145,175)
#919EB9
(145,158,185)
#A0ABC3
(160,171,195)
#AFB8CD
(175,184,205)
#BEC5D7
(190,197,215)
#CDD2E1
(205,210,225)
#DCDFEB
(220,223,235)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556A91 color. Also use rgb(85,106,145) instead hex code.

Text Font Color

.myTextColor { color: #556A91; }

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

This text font color is #556A91.


Background Color

.myBgColor { background-color: #556A91; }

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

This div background color is #556A91.


Border color

.myBorderColor { border: 1px solid #556A91; }

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

This div border color is #556A91.


Opacity

.myOpacity80 { color: #556A91; opacity: 0.8; }

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

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

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

This text has shadow with #556A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556A91 on black background.


Color preview on white background

This text has color #556A91 on white background.



Black color preview on #556A91 background

This text has black color on #556A91 background.


White color preview on #556A91 background

This text has white color on #556A91 background.