COLOR #5577A0

HEX: #5577A0
RGB: (85,119,160)

Color info

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

RGB color model

#5577A0 color RGB value is (85,119,160).

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

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 160 of 255 = 63%

85
119
160

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

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 160 = 364 (100%)
R 85 of 364 ~ 23.35%
G 119 of 364 ~ 32.69%
B 160 of 364 ~ 43.96%

%23.35
%32.69
%43.96

CMYK color model

#5577A0 color CMYK value is (47,26,0,37).

  • cyan value is 46.88%
  • magenta value is 25.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(47,26,0,37)
C47M26Y0K37 
(47%,26%,0%,37%)
(0.47/0.26/0.00/0.37)	

CMYK percentages

%46.88
%25.63
%0
%37.25

Codes

Color #5577A0 in popluar color models

5577A0
RGB85119160
HSL213°30.61%48.04%
HSB/HSV213°46.88%62.75%
CMYK46.88%25.63%0.00%
37.25%

Color #5577A0 in popluar number systems.

HEX5577A0
Decimal85119160
Binary1010101111011110100000
Octal125167240

Shades and tints

Shades of #5577A0

#5577A0
(85,119,160)
#4E6D92
(78,109,146)
#476384
(71,99,132)
#405976
(64,89,118)
#394F68
(57,79,104)
#32455A
(50,69,90)
#2B3B4C
(43,59,76)
#24313E
(36,49,62)
#1D2730
(29,39,48)
#161D22
(22,29,34)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #5577A0

#5577A0
(85,119,160)
#6483A8
(100,131,168)
#738FB0
(115,143,176)
#829BB8
(130,155,184)
#91A7C0
(145,167,192)
#A0B3C8
(160,179,200)
#AFBFD0
(175,191,208)
#BECBD8
(190,203,216)
#CDD7E0
(205,215,224)
#DCE3E8
(220,227,232)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5577A0; }

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

This text font color is #5577A0.


Background Color

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

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

This div background color is #5577A0.


Border color

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

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

This div border color is #5577A0.


Opacity

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

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

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

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

This text has shadow with #5577A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5577A0 on black background.


Color preview on white background

This text has color #5577A0 on white background.



Black color preview on #5577A0 background

This text has black color on #5577A0 background.


White color preview on #5577A0 background

This text has white color on #5577A0 background.