COLOR #5A99F7

HEX: #5A99F7
RGB: (90,153,247)

Color info

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

RGB color model

#5A99F7 color RGB value is (90,153,247).

  • red value is 90;
  • green value is 153;
  • blue value is 247.
RGB:
(90,153,247)
(35%,60%,97%)

RGB channels and saturation

R 90 of 255 = 35%
G 153 of 255 = 60%
B 247 of 255 = 97%

90
153
247

R + G + B ~ 64%. #5A99F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 153 + 247 = 490 (100%)
R 90 of 490 ~ 18.37%
G 153 of 490 ~ 31.22%
B 247 of 490 ~ 50.41%

%18.37
%31.22
%50.41

CMYK color model

#5A99F7 color CMYK value is (64,38,0,3).

  • cyan value is 63.56%
  • magenta value is 38.06%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(64,38,0,3)
C64M38Y0K3 
(64%,38%,0%,3%)
(0.64/0.38/0.00/0.03)	

CMYK percentages

%63.56
%38.06
%0
%3.14

Codes

Color #5A99F7 in popluar color models

5A99F7
RGB90153247
HSL216°90.75%66.08%
HSB/HSV216°63.56%96.86%
CMYK63.56%38.06%0.00%
3.14%

Color #5A99F7 in popluar number systems.

HEX5A99F7
Decimal90153247
Binary10110101001100111110111
Octal132231367

Shades and tints

Shades of #5A99F7

#5A99F7
(90,153,247)
#528CE1
(82,140,225)
#4A7FCB
(74,127,203)
#4272B5
(66,114,181)
#3A659F
(58,101,159)
#325889
(50,88,137)
#2A4B73
(42,75,115)
#223E5D
(34,62,93)
#1A3147
(26,49,71)
#122431
(18,36,49)
#0A171B
(10,23,27)
#000000
(0,0,0)

Tints of #5A99F7

#5A99F7
(90,153,247)
#69A2F7
(105,162,247)
#78ABF7
(120,171,247)
#87B4F7
(135,180,247)
#96BDF7
(150,189,247)
#A5C6F7
(165,198,247)
#B4CFF7
(180,207,247)
#C3D8F7
(195,216,247)
#D2E1F7
(210,225,247)
#E1EAF7
(225,234,247)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A99F7 color. Also use rgb(90,153,247) instead hex code.

Text Font Color

.myTextColor { color: #5A99F7; }

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

This text font color is #5A99F7.


Background Color

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

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

This div background color is #5A99F7.


Border color

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

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

This div border color is #5A99F7.


Opacity

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

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

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

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

This text has shadow with #5A99F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A99F7 on black background.


Color preview on white background

This text has color #5A99F7 on white background.



Black color preview on #5A99F7 background

This text has black color on #5A99F7 background.


White color preview on #5A99F7 background

This text has white color on #5A99F7 background.