COLOR #5574AC

HEX: #5574AC
RGB: (85,116,172)

Color info

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

RGB color model

#5574AC color RGB value is (85,116,172).

  • red value is 85;
  • green value is 116;
  • blue value is 172.
RGB:
(85,116,172)
(33%,45%,67%)

RGB channels and saturation

R 85 of 255 = 33%
G 116 of 255 = 45%
B 172 of 255 = 67%

85
116
172

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

Portions of RGB colors in percentages

R + G + B =
85 + 116 + 172 = 373 (100%)
R 85 of 373 ~ 22.79%
G 116 of 373 ~ 31.1%
B 172 of 373 ~ 46.11%

%22.79
%31.1
%46.11

CMYK color model

#5574AC color CMYK value is (51,33,0,33).

  • cyan value is 50.58%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(51,33,0,33)
C51M33Y0K33 
(51%,33%,0%,33%)
(0.51/0.33/0.00/0.33)	

CMYK percentages

%50.58
%32.56
%0
%32.55

Codes

Color #5574AC in popluar color models

5574AC
RGB85116172
HSL219°34.39%50.39%
HSB/HSV219°50.58%67.45%
CMYK50.58%32.56%0.00%
32.55%

Color #5574AC in popluar number systems.

HEX5574AC
Decimal85116172
Binary1010101111010010101100
Octal125164254

Shades and tints

Shades of #5574AC

#5574AC
(85,116,172)
#4E6A9D
(78,106,157)
#47608E
(71,96,142)
#40567F
(64,86,127)
#394C70
(57,76,112)
#324261
(50,66,97)
#2B3852
(43,56,82)
#242E43
(36,46,67)
#1D2434
(29,36,52)
#161A25
(22,26,37)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #5574AC

#5574AC
(85,116,172)
#6480B3
(100,128,179)
#738CBA
(115,140,186)
#8298C1
(130,152,193)
#91A4C8
(145,164,200)
#A0B0CF
(160,176,207)
#AFBCD6
(175,188,214)
#BEC8DD
(190,200,221)
#CDD4E4
(205,212,228)
#DCE0EB
(220,224,235)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5574AC color. Also use rgb(85,116,172) instead hex code.

Text Font Color

.myTextColor { color: #5574AC; }

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

This text font color is #5574AC.


Background Color

.myBgColor { background-color: #5574AC; }

<div style="background-color:#5574AC">Inner text</div>

This div background color is #5574AC.


Border color

.myBorderColor { border: 1px solid #5574AC; }

<div style="border:3px solid #5574AC">Div</div>

This div border color is #5574AC.


Opacity

.myOpacity80 { color: #5574AC; opacity: 0.8; }

<p style="color:#5574AC;opacity:0.8;">80%</p>

Text with #5574AC 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 #5574AC;}

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

This text has shadow with #5574AC color.

.textShadow {text-shadow: 3px 3px 1px #5574AC, 3px 3px 1px red;}

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

This text has shadow with #5574AC primary color and red secondary color.


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

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

This text has shadow with #5574AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5574AC on black background.


Color preview on white background

This text has color #5574AC on white background.



Black color preview on #5574AC background

This text has black color on #5574AC background.


White color preview on #5574AC background

This text has white color on #5574AC background.