COLOR #5AA4F4

HEX: #5AA4F4
RGB: (90,164,244)

Color info

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

RGB color model

#5AA4F4 color RGB value is (90,164,244).

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

RGB channels and saturation

R 90 of 255 = 35%
G 164 of 255 = 64%
B 244 of 255 = 96%

90
164
244

R + G + B ~ 65%. #5AA4F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 164 + 244 = 498 (100%)
R 90 of 498 ~ 18.07%
G 164 of 498 ~ 32.93%
B 244 of 498 ~ 49%

%18.07
%32.93
%49

CMYK color model

#5AA4F4 color CMYK value is (63,33,0,4).

  • cyan value is 63.11%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(63,33,0,4)
C63M33Y0K4 
(63%,33%,0%,4%)
(0.63/0.33/0.00/0.04)	

CMYK percentages

%63.11
%32.79
%0
%4.31

Codes

Color #5AA4F4 in popluar color models

5AA4F4
RGB90164244
HSL211°87.50%65.49%
HSB/HSV211°63.11%95.69%
CMYK63.11%32.79%0.00%
4.31%

Color #5AA4F4 in popluar number systems.

HEX5AA4F4
Decimal90164244
Binary10110101010010011110100
Octal132244364

Shades and tints

Shades of #5AA4F4

#5AA4F4
(90,164,244)
#5296DE
(82,150,222)
#4A88C8
(74,136,200)
#427AB2
(66,122,178)
#3A6C9C
(58,108,156)
#325E86
(50,94,134)
#2A5070
(42,80,112)
#22425A
(34,66,90)
#1A3444
(26,52,68)
#12262E
(18,38,46)
#0A1818
(10,24,24)
#000000
(0,0,0)

Tints of #5AA4F4

#5AA4F4
(90,164,244)
#69ACF5
(105,172,245)
#78B4F6
(120,180,246)
#87BCF7
(135,188,247)
#96C4F8
(150,196,248)
#A5CCF9
(165,204,249)
#B4D4FA
(180,212,250)
#C3DCFB
(195,220,251)
#D2E4FC
(210,228,252)
#E1ECFD
(225,236,253)
#F0F4FE
(240,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AA4F4; }

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

This text font color is #5AA4F4.


Background Color

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

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

This div background color is #5AA4F4.


Border color

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

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

This div border color is #5AA4F4.


Opacity

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

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

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

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

This text has shadow with #5AA4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA4F4 on black background.


Color preview on white background

This text has color #5AA4F4 on white background.



Black color preview on #5AA4F4 background

This text has black color on #5AA4F4 background.


White color preview on #5AA4F4 background

This text has white color on #5AA4F4 background.