COLOR #5578AE

HEX: #5578AE
RGB: (85,120,174)

Color info

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

RGB color model

#5578AE color RGB value is (85,120,174).

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

RGB channels and saturation

R 85 of 255 = 33%
G 120 of 255 = 47%
B 174 of 255 = 68%

85
120
174

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

Portions of RGB colors in percentages

R + G + B =
85 + 120 + 174 = 379 (100%)
R 85 of 379 ~ 22.43%
G 120 of 379 ~ 31.66%
B 174 of 379 ~ 45.91%

%22.43
%31.66
%45.91

CMYK color model

#5578AE color CMYK value is (51,31,0,32).

  • cyan value is 51.15%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(51,31,0,32)
C51M31Y0K32 
(51%,31%,0%,32%)
(0.51/0.31/0.00/0.32)	

CMYK percentages

%51.15
%31.03
%0
%31.76

Codes

Color #5578AE in popluar color models

5578AE
RGB85120174
HSL216°35.46%50.78%
HSB/HSV216°51.15%68.24%
CMYK51.15%31.03%0.00%
31.76%

Color #5578AE in popluar number systems.

HEX5578AE
Decimal85120174
Binary1010101111100010101110
Octal125170256

Shades and tints

Shades of #5578AE

#5578AE
(85,120,174)
#4E6E9F
(78,110,159)
#476490
(71,100,144)
#405A81
(64,90,129)
#395072
(57,80,114)
#324663
(50,70,99)
#2B3C54
(43,60,84)
#243245
(36,50,69)
#1D2836
(29,40,54)
#161E27
(22,30,39)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #5578AE

#5578AE
(85,120,174)
#6484B5
(100,132,181)
#7390BC
(115,144,188)
#829CC3
(130,156,195)
#91A8CA
(145,168,202)
#A0B4D1
(160,180,209)
#AFC0D8
(175,192,216)
#BECCDF
(190,204,223)
#CDD8E6
(205,216,230)
#DCE4ED
(220,228,237)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5578AE; }

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

This text font color is #5578AE.


Background Color

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

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

This div background color is #5578AE.


Border color

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

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

This div border color is #5578AE.


Opacity

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

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

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

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

This text has shadow with #5578AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5578AE on black background.


Color preview on white background

This text has color #5578AE on white background.



Black color preview on #5578AE background

This text has black color on #5578AE background.


White color preview on #5578AE background

This text has white color on #5578AE background.