COLOR #5580AC

HEX: #5580AC
RGB: (85,128,172)

Color info

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

RGB color model

#5580AC color RGB value is (85,128,172).

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

RGB channels and saturation

R 85 of 255 = 33%
G 128 of 255 = 50%
B 172 of 255 = 67%

85
128
172

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

Portions of RGB colors in percentages

R + G + B =
85 + 128 + 172 = 385 (100%)
R 85 of 385 ~ 22.08%
G 128 of 385 ~ 33.25%
B 172 of 385 ~ 44.68%

%22.08
%33.25
%44.68

CMYK color model

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

  • cyan value is 50.58%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(51,26,0,33)
C51M26Y0K33 
(51%,26%,0%,33%)
(0.51/0.26/0.00/0.33)	

CMYK percentages

%50.58
%25.58
%0
%32.55

Codes

Color #5580AC in popluar color models

5580AC
RGB85128172
HSL210°34.39%50.39%
HSB/HSV210°50.58%67.45%
CMYK50.58%25.58%0.00%
32.55%

Color #5580AC in popluar number systems.

HEX5580AC
Decimal85128172
Binary10101011000000010101100
Octal125200254

Shades and tints

Shades of #5580AC

#5580AC
(85,128,172)
#4E759D
(78,117,157)
#476A8E
(71,106,142)
#405F7F
(64,95,127)
#395470
(57,84,112)
#324961
(50,73,97)
#2B3E52
(43,62,82)
#243343
(36,51,67)
#1D2834
(29,40,52)
#161D25
(22,29,37)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #5580AC

#5580AC
(85,128,172)
#648BB3
(100,139,179)
#7396BA
(115,150,186)
#82A1C1
(130,161,193)
#91ACC8
(145,172,200)
#A0B7CF
(160,183,207)
#AFC2D6
(175,194,214)
#BECDDD
(190,205,221)
#CDD8E4
(205,216,228)
#DCE3EB
(220,227,235)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5580AC; }

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

This text font color is #5580AC.


Background Color

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

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

This div background color is #5580AC.


Border color

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

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

This div border color is #5580AC.


Opacity

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

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

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

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

This text has shadow with #5580AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5580AC on black background.


Color preview on white background

This text has color #5580AC on white background.



Black color preview on #5580AC background

This text has black color on #5580AC background.


White color preview on #5580AC background

This text has white color on #5580AC background.