COLOR #5A79D5

HEX: #5A79D5
RGB: (90,121,213)

Color info

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

RGB color model

#5A79D5 color RGB value is (90,121,213).

  • red value is 90;
  • green value is 121;
  • blue value is 213.
RGB:
(90,121,213)
(35%,47%,84%)

RGB channels and saturation

R 90 of 255 = 35%
G 121 of 255 = 47%
B 213 of 255 = 84%

90
121
213

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

Portions of RGB colors in percentages

R + G + B =
90 + 121 + 213 = 424 (100%)
R 90 of 424 ~ 21.23%
G 121 of 424 ~ 28.54%
B 213 of 424 ~ 50.24%

%21.23
%28.54
%50.24

CMYK color model

#5A79D5 color CMYK value is (58,43,0,16).

  • cyan value is 57.75%
  • magenta value is 43.19%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(58,43,0,16)
C58M43Y0K16 
(58%,43%,0%,16%)
(0.58/0.43/0.00/0.16)	

CMYK percentages

%57.75
%43.19
%0
%16.47

Codes

Color #5A79D5 in popluar color models

5A79D5
RGB90121213
HSL225°59.42%59.41%
HSB/HSV225°57.75%83.53%
CMYK57.75%43.19%0.00%
16.47%

Color #5A79D5 in popluar number systems.

HEX5A79D5
Decimal90121213
Binary1011010111100111010101
Octal132171325

Shades and tints

Shades of #5A79D5

#5A79D5
(90,121,213)
#526EC2
(82,110,194)
#4A63AF
(74,99,175)
#42589C
(66,88,156)
#3A4D89
(58,77,137)
#324276
(50,66,118)
#2A3763
(42,55,99)
#222C50
(34,44,80)
#1A213D
(26,33,61)
#12162A
(18,22,42)
#0A0B17
(10,11,23)
#000000
(0,0,0)

Tints of #5A79D5

#5A79D5
(90,121,213)
#6985D8
(105,133,216)
#7891DB
(120,145,219)
#879DDE
(135,157,222)
#96A9E1
(150,169,225)
#A5B5E4
(165,181,228)
#B4C1E7
(180,193,231)
#C3CDEA
(195,205,234)
#D2D9ED
(210,217,237)
#E1E5F0
(225,229,240)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A79D5 color. Also use rgb(90,121,213) instead hex code.

Text Font Color

.myTextColor { color: #5A79D5; }

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

This text font color is #5A79D5.


Background Color

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

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

This div background color is #5A79D5.


Border color

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

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

This div border color is #5A79D5.


Opacity

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

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

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

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

This text has shadow with #5A79D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A79D5 on black background.


Color preview on white background

This text has color #5A79D5 on white background.



Black color preview on #5A79D5 background

This text has black color on #5A79D5 background.


White color preview on #5A79D5 background

This text has white color on #5A79D5 background.