COLOR #5AA4E8

HEX: #5AA4E8
RGB: (90,164,232)

Color info

#5AA4E8 contains mainly blue color. Web safe color of #5AA4E8 is #6699FF (or #69F).

RGB color model

#5AA4E8 color RGB value is (90,164,232).

  • red value is 90;
  • green value is 164;
  • blue value is 232.
RGB:
(90,164,232)
(35%,64%,91%)

RGB channels and saturation

R 90 of 255 = 35%
G 164 of 255 = 64%
B 232 of 255 = 91%

90
164
232

R + G + B ~ 63%. #5AA4E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 164 + 232 = 486 (100%)
R 90 of 486 ~ 18.52%
G 164 of 486 ~ 33.74%
B 232 of 486 ~ 47.74%

%18.52
%33.74
%47.74

CMYK color model

#5AA4E8 color CMYK value is (61,29,0,9).

  • cyan value is 61.21%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(61,29,0,9)
C61M29Y0K9 
(61%,29%,0%,9%)
(0.61/0.29/0.00/0.09)	

CMYK percentages

%61.21
%29.31
%0
%9.02

Codes

Color #5AA4E8 in popluar color models

5AA4E8
RGB90164232
HSL209°75.53%63.14%
HSB/HSV209°61.21%90.98%
CMYK61.21%29.31%0.00%
9.02%

Color #5AA4E8 in popluar number systems.

HEX5AA4E8
Decimal90164232
Binary10110101010010011101000
Octal132244350

Shades and tints

Shades of #5AA4E8

#5AA4E8
(90,164,232)
#5296D3
(82,150,211)
#4A88BE
(74,136,190)
#427AA9
(66,122,169)
#3A6C94
(58,108,148)
#325E7F
(50,94,127)
#2A506A
(42,80,106)
#224255
(34,66,85)
#1A3440
(26,52,64)
#12262B
(18,38,43)
#0A1816
(10,24,22)
#000000
(0,0,0)

Tints of #5AA4E8

#5AA4E8
(90,164,232)
#69ACEA
(105,172,234)
#78B4EC
(120,180,236)
#87BCEE
(135,188,238)
#96C4F0
(150,196,240)
#A5CCF2
(165,204,242)
#B4D4F4
(180,212,244)
#C3DCF6
(195,220,246)
#D2E4F8
(210,228,248)
#E1ECFA
(225,236,250)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA4E8 color. Also use rgb(90,164,232) instead hex code.

Text Font Color

.myTextColor { color: #5AA4E8; }

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

This text font color is #5AA4E8.


Background Color

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

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

This div background color is #5AA4E8.


Border color

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

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

This div border color is #5AA4E8.


Opacity

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

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

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

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

This text has shadow with #5AA4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA4E8 on black background.


Color preview on white background

This text has color #5AA4E8 on white background.



Black color preview on #5AA4E8 background

This text has black color on #5AA4E8 background.


White color preview on #5AA4E8 background

This text has white color on #5AA4E8 background.