COLOR #5A7AD0

HEX: #5A7AD0
RGB: (90,122,208)

Color info

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

RGB color model

#5A7AD0 color RGB value is (90,122,208).

  • red value is 90;
  • green value is 122;
  • blue value is 208.
RGB:
(90,122,208)
(35%,48%,82%)

RGB channels and saturation

R 90 of 255 = 35%
G 122 of 255 = 48%
B 208 of 255 = 82%

90
122
208

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

Portions of RGB colors in percentages

R + G + B =
90 + 122 + 208 = 420 (100%)
R 90 of 420 ~ 21.43%
G 122 of 420 ~ 29.05%
B 208 of 420 ~ 49.52%

%21.43
%29.05
%49.52

CMYK color model

#5A7AD0 color CMYK value is (57,41,0,18).

  • cyan value is 56.73%
  • magenta value is 41.35%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(57,41,0,18)
C57M41Y0K18 
(57%,41%,0%,18%)
(0.57/0.41/0.00/0.18)	

CMYK percentages

%56.73
%41.35
%0
%18.43

Codes

Color #5A7AD0 in popluar color models

5A7AD0
RGB90122208
HSL224°55.66%58.43%
HSB/HSV224°56.73%81.57%
CMYK56.73%41.35%0.00%
18.43%

Color #5A7AD0 in popluar number systems.

HEX5A7AD0
Decimal90122208
Binary1011010111101011010000
Octal132172320

Shades and tints

Shades of #5A7AD0

#5A7AD0
(90,122,208)
#526FBE
(82,111,190)
#4A64AC
(74,100,172)
#42599A
(66,89,154)
#3A4E88
(58,78,136)
#324376
(50,67,118)
#2A3864
(42,56,100)
#222D52
(34,45,82)
#1A2240
(26,34,64)
#12172E
(18,23,46)
#0A0C1C
(10,12,28)
#000000
(0,0,0)

Tints of #5A7AD0

#5A7AD0
(90,122,208)
#6986D4
(105,134,212)
#7892D8
(120,146,216)
#879EDC
(135,158,220)
#96AAE0
(150,170,224)
#A5B6E4
(165,182,228)
#B4C2E8
(180,194,232)
#C3CEEC
(195,206,236)
#D2DAF0
(210,218,240)
#E1E6F4
(225,230,244)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7AD0 color. Also use rgb(90,122,208) instead hex code.

Text Font Color

.myTextColor { color: #5A7AD0; }

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

This text font color is #5A7AD0.


Background Color

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

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

This div background color is #5A7AD0.


Border color

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

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

This div border color is #5A7AD0.


Opacity

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

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

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

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

This text has shadow with #5A7AD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7AD0 on black background.


Color preview on white background

This text has color #5A7AD0 on white background.



Black color preview on #5A7AD0 background

This text has black color on #5A7AD0 background.


White color preview on #5A7AD0 background

This text has white color on #5A7AD0 background.