COLOR #556FA1

HEX: #556FA1
RGB: (85,111,161)

Color info

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

RGB color model

#556FA1 color RGB value is (85,111,161).

  • red value is 85;
  • green value is 111;
  • blue value is 161.
RGB:
(85,111,161)
(33%,44%,63%)

RGB channels and saturation

R 85 of 255 = 33%
G 111 of 255 = 44%
B 161 of 255 = 63%

85
111
161

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

Portions of RGB colors in percentages

R + G + B =
85 + 111 + 161 = 357 (100%)
R 85 of 357 ~ 23.81%
G 111 of 357 ~ 31.09%
B 161 of 357 ~ 45.1%

%23.81
%31.09
%45.1

CMYK color model

#556FA1 color CMYK value is (47,31,0,37).

  • cyan value is 47.20%
  • magenta value is 31.06%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(47,31,0,37)
C47M31Y0K37 
(47%,31%,0%,37%)
(0.47/0.31/0.00/0.37)	

CMYK percentages

%47.2
%31.06
%0
%36.86

Codes

Color #556FA1 in popluar color models

556FA1
RGB85111161
HSL219°30.89%48.24%
HSB/HSV219°47.20%63.14%
CMYK47.20%31.06%0.00%
36.86%

Color #556FA1 in popluar number systems.

HEX556FA1
Decimal85111161
Binary1010101110111110100001
Octal125157241

Shades and tints

Shades of #556FA1

#556FA1
(85,111,161)
#4E6593
(78,101,147)
#475B85
(71,91,133)
#405177
(64,81,119)
#394769
(57,71,105)
#323D5B
(50,61,91)
#2B334D
(43,51,77)
#24293F
(36,41,63)
#1D1F31
(29,31,49)
#161523
(22,21,35)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #556FA1

#556FA1
(85,111,161)
#647CA9
(100,124,169)
#7389B1
(115,137,177)
#8296B9
(130,150,185)
#91A3C1
(145,163,193)
#A0B0C9
(160,176,201)
#AFBDD1
(175,189,209)
#BECAD9
(190,202,217)
#CDD7E1
(205,215,225)
#DCE4E9
(220,228,233)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556FA1 color. Also use rgb(85,111,161) instead hex code.

Text Font Color

.myTextColor { color: #556FA1; }

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

This text font color is #556FA1.


Background Color

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

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

This div background color is #556FA1.


Border color

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

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

This div border color is #556FA1.


Opacity

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

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

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

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

This text has shadow with #556FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556FA1 on black background.


Color preview on white background

This text has color #556FA1 on white background.



Black color preview on #556FA1 background

This text has black color on #556FA1 background.


White color preview on #556FA1 background

This text has white color on #556FA1 background.