COLOR #5A72D9

HEX: #5A72D9
RGB: (90,114,217)

Color info

#5A72D9 contains mainly blue color. Web safe color of #5A72D9 is #6666CC (or #66C).

RGB color model

#5A72D9 color RGB value is (90,114,217).

  • red value is 90;
  • green value is 114;
  • blue value is 217.
RGB:
(90,114,217)
(35%,45%,85%)

RGB channels and saturation

R 90 of 255 = 35%
G 114 of 255 = 45%
B 217 of 255 = 85%

90
114
217

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

Portions of RGB colors in percentages

R + G + B =
90 + 114 + 217 = 421 (100%)
R 90 of 421 ~ 21.38%
G 114 of 421 ~ 27.08%
B 217 of 421 ~ 51.54%

%21.38
%27.08
%51.54

CMYK color model

#5A72D9 color CMYK value is (59,47,0,15).

  • cyan value is 58.53%
  • magenta value is 47.47%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(59,47,0,15)
C59M47Y0K15 
(59%,47%,0%,15%)
(0.59/0.47/0.00/0.15)	

CMYK percentages

%58.53
%47.47
%0
%14.9

Codes

Color #5A72D9 in popluar color models

5A72D9
RGB90114217
HSL229°62.56%60.20%
HSB/HSV229°58.53%85.10%
CMYK58.53%47.47%0.00%
14.90%

Color #5A72D9 in popluar number systems.

HEX5A72D9
Decimal90114217
Binary1011010111001011011001
Octal132162331

Shades and tints

Shades of #5A72D9

#5A72D9
(90,114,217)
#5268C6
(82,104,198)
#4A5EB3
(74,94,179)
#4254A0
(66,84,160)
#3A4A8D
(58,74,141)
#32407A
(50,64,122)
#2A3667
(42,54,103)
#222C54
(34,44,84)
#1A2241
(26,34,65)
#12182E
(18,24,46)
#0A0E1B
(10,14,27)
#000000
(0,0,0)

Tints of #5A72D9

#5A72D9
(90,114,217)
#697EDC
(105,126,220)
#788ADF
(120,138,223)
#8796E2
(135,150,226)
#96A2E5
(150,162,229)
#A5AEE8
(165,174,232)
#B4BAEB
(180,186,235)
#C3C6EE
(195,198,238)
#D2D2F1
(210,210,241)
#E1DEF4
(225,222,244)
#F0EAF7
(240,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A72D9 color. Also use rgb(90,114,217) instead hex code.

Text Font Color

.myTextColor { color: #5A72D9; }

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

This text font color is #5A72D9.


Background Color

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

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

This div background color is #5A72D9.


Border color

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

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

This div border color is #5A72D9.


Opacity

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

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

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

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

This text has shadow with #5A72D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A72D9 on black background.


Color preview on white background

This text has color #5A72D9 on white background.



Black color preview on #5A72D9 background

This text has black color on #5A72D9 background.


White color preview on #5A72D9 background

This text has white color on #5A72D9 background.