COLOR #5571A0

HEX: #5571A0
RGB: (85,113,160)

Color info

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

RGB color model

#5571A0 color RGB value is (85,113,160).

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

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 160 of 255 = 63%

85
113
160

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

Portions of RGB colors in percentages

R + G + B =
85 + 113 + 160 = 358 (100%)
R 85 of 358 ~ 23.74%
G 113 of 358 ~ 31.56%
B 160 of 358 ~ 44.69%

%23.74
%31.56
%44.69

CMYK color model

#5571A0 color CMYK value is (47,29,0,37).

  • cyan value is 46.88%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(47,29,0,37)
C47M29Y0K37 
(47%,29%,0%,37%)
(0.47/0.29/0.00/0.37)	

CMYK percentages

%46.88
%29.38
%0
%37.25

Codes

Color #5571A0 in popluar color models

5571A0
RGB85113160
HSL218°30.61%48.04%
HSB/HSV218°46.88%62.75%
CMYK46.88%29.38%0.00%
37.25%

Color #5571A0 in popluar number systems.

HEX5571A0
Decimal85113160
Binary1010101111000110100000
Octal125161240

Shades and tints

Shades of #5571A0

#5571A0
(85,113,160)
#4E6792
(78,103,146)
#475D84
(71,93,132)
#405376
(64,83,118)
#394968
(57,73,104)
#323F5A
(50,63,90)
#2B354C
(43,53,76)
#242B3E
(36,43,62)
#1D2130
(29,33,48)
#161722
(22,23,34)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #5571A0

#5571A0
(85,113,160)
#647DA8
(100,125,168)
#7389B0
(115,137,176)
#8295B8
(130,149,184)
#91A1C0
(145,161,192)
#A0ADC8
(160,173,200)
#AFB9D0
(175,185,208)
#BEC5D8
(190,197,216)
#CDD1E0
(205,209,224)
#DCDDE8
(220,221,232)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5571A0 color. Also use rgb(85,113,160) instead hex code.

Text Font Color

.myTextColor { color: #5571A0; }

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

This text font color is #5571A0.


Background Color

.myBgColor { background-color: #5571A0; }

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

This div background color is #5571A0.


Border color

.myBorderColor { border: 1px solid #5571A0; }

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

This div border color is #5571A0.


Opacity

.myOpacity80 { color: #5571A0; opacity: 0.8; }

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

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

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

This text has shadow with #5571A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5571A0 on black background.


Color preview on white background

This text has color #5571A0 on white background.



Black color preview on #5571A0 background

This text has black color on #5571A0 background.


White color preview on #5571A0 background

This text has white color on #5571A0 background.