COLOR #5AA9CC

HEX: #5AA9CC
RGB: (90,169,204)

Color info

#5AA9CC contains mainly green and blue colors. Web safe color of #5AA9CC is #6699CC (or #69C).

RGB color model

#5AA9CC color RGB value is (90,169,204).

  • red value is 90;
  • green value is 169;
  • blue value is 204.
RGB:
(90,169,204)
(35%,66%,80%)

RGB channels and saturation

R 90 of 255 = 35%
G 169 of 255 = 66%
B 204 of 255 = 80%

90
169
204

R + G + B ~ 60%. #5AA9CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 169 + 204 = 463 (100%)
R 90 of 463 ~ 19.44%
G 169 of 463 ~ 36.5%
B 204 of 463 ~ 44.06%

%19.44
%36.5
%44.06

CMYK color model

#5AA9CC color CMYK value is (56,17,0,20).

  • cyan value is 55.88%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(56,17,0,20)
C56M17Y0K20 
(56%,17%,0%,20%)
(0.56/0.17/0.00/0.20)	

CMYK percentages

%55.88
%17.16
%0
%20

Codes

Color #5AA9CC in popluar color models

5AA9CC
RGB90169204
HSL198°52.78%57.65%
HSB/HSV198°55.88%80.00%
CMYK55.88%17.16%0.00%
20.00%

Color #5AA9CC in popluar number systems.

HEX5AA9CC
Decimal90169204
Binary10110101010100111001100
Octal132251314

Shades and tints

Shades of #5AA9CC

#5AA9CC
(90,169,204)
#529ABA
(82,154,186)
#4A8BA8
(74,139,168)
#427C96
(66,124,150)
#3A6D84
(58,109,132)
#325E72
(50,94,114)
#2A4F60
(42,79,96)
#22404E
(34,64,78)
#1A313C
(26,49,60)
#12222A
(18,34,42)
#0A1318
(10,19,24)
#000000
(0,0,0)

Tints of #5AA9CC

#5AA9CC
(90,169,204)
#69B0D0
(105,176,208)
#78B7D4
(120,183,212)
#87BED8
(135,190,216)
#96C5DC
(150,197,220)
#A5CCE0
(165,204,224)
#B4D3E4
(180,211,228)
#C3DAE8
(195,218,232)
#D2E1EC
(210,225,236)
#E1E8F0
(225,232,240)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA9CC color. Also use rgb(90,169,204) instead hex code.

Text Font Color

.myTextColor { color: #5AA9CC; }

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

This text font color is #5AA9CC.


Background Color

.myBgColor { background-color: #5AA9CC; }

<div style="background-color:#5AA9CC">Inner text</div>

This div background color is #5AA9CC.


Border color

.myBorderColor { border: 1px solid #5AA9CC; }

<div style="border:3px solid #5AA9CC">Div</div>

This div border color is #5AA9CC.


Opacity

.myOpacity80 { color: #5AA9CC; opacity: 0.8; }

<p style="color:#5AA9CC;opacity:0.8;">80%</p>

Text with #5AA9CC 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 #5AA9CC;}

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

This text has shadow with #5AA9CC color.

.textShadow {text-shadow: 3px 3px 1px #5AA9CC, 3px 3px 1px red;}

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

This text has shadow with #5AA9CC primary color and red secondary color.


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

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

This text has shadow with #5AA9CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA9CC on black background.


Color preview on white background

This text has color #5AA9CC on white background.



Black color preview on #5AA9CC background

This text has black color on #5AA9CC background.


White color preview on #5AA9CC background

This text has white color on #5AA9CC background.