COLOR #5578A7

HEX: #5578A7
RGB: (85,120,167)

Color info

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

RGB color model

#5578A7 color RGB value is (85,120,167).

  • red value is 85;
  • green value is 120;
  • blue value is 167.
RGB:
(85,120,167)
(33%,47%,65%)

RGB channels and saturation

R 85 of 255 = 33%
G 120 of 255 = 47%
B 167 of 255 = 65%

85
120
167

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

Portions of RGB colors in percentages

R + G + B =
85 + 120 + 167 = 372 (100%)
R 85 of 372 ~ 22.85%
G 120 of 372 ~ 32.26%
B 167 of 372 ~ 44.89%

%22.85
%32.26
%44.89

CMYK color model

#5578A7 color CMYK value is (49,28,0,35).

  • cyan value is 49.10%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(49,28,0,35)
C49M28Y0K35 
(49%,28%,0%,35%)
(0.49/0.28/0.00/0.35)	

CMYK percentages

%49.1
%28.14
%0
%34.51

Codes

Color #5578A7 in popluar color models

5578A7
RGB85120167
HSL214°32.54%49.41%
HSB/HSV214°49.10%65.49%
CMYK49.10%28.14%0.00%
34.51%

Color #5578A7 in popluar number systems.

HEX5578A7
Decimal85120167
Binary1010101111100010100111
Octal125170247

Shades and tints

Shades of #5578A7

#5578A7
(85,120,167)
#4E6E98
(78,110,152)
#476489
(71,100,137)
#405A7A
(64,90,122)
#39506B
(57,80,107)
#32465C
(50,70,92)
#2B3C4D
(43,60,77)
#24323E
(36,50,62)
#1D282F
(29,40,47)
#161E20
(22,30,32)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #5578A7

#5578A7
(85,120,167)
#6484AF
(100,132,175)
#7390B7
(115,144,183)
#829CBF
(130,156,191)
#91A8C7
(145,168,199)
#A0B4CF
(160,180,207)
#AFC0D7
(175,192,215)
#BECCDF
(190,204,223)
#CDD8E7
(205,216,231)
#DCE4EF
(220,228,239)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5578A7 color. Also use rgb(85,120,167) instead hex code.

Text Font Color

.myTextColor { color: #5578A7; }

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

This text font color is #5578A7.


Background Color

.myBgColor { background-color: #5578A7; }

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

This div background color is #5578A7.


Border color

.myBorderColor { border: 1px solid #5578A7; }

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

This div border color is #5578A7.


Opacity

.myOpacity80 { color: #5578A7; opacity: 0.8; }

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

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

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

This text has shadow with #5578A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5578A7 on black background.


Color preview on white background

This text has color #5578A7 on white background.



Black color preview on #5578A7 background

This text has black color on #5578A7 background.


White color preview on #5578A7 background

This text has white color on #5578A7 background.