COLOR #5A6ED0

HEX: #5A6ED0
RGB: (90,110,208)

Color info

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

RGB color model

#5A6ED0 color RGB value is (90,110,208).

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

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 208 of 255 = 82%

90
110
208

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

Portions of RGB colors in percentages

R + G + B =
90 + 110 + 208 = 408 (100%)
R 90 of 408 ~ 22.06%
G 110 of 408 ~ 26.96%
B 208 of 408 ~ 50.98%

%22.06
%26.96
%50.98

CMYK color model

#5A6ED0 color CMYK value is (57,47,0,18).

  • cyan value is 56.73%
  • magenta value is 47.12%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(57,47,0,18)
C57M47Y0K18 
(57%,47%,0%,18%)
(0.57/0.47/0.00/0.18)	

CMYK percentages

%56.73
%47.12
%0
%18.43

Codes

Color #5A6ED0 in popluar color models

5A6ED0
RGB90110208
HSL230°55.66%58.43%
HSB/HSV230°56.73%81.57%
CMYK56.73%47.12%0.00%
18.43%

Color #5A6ED0 in popluar number systems.

HEX5A6ED0
Decimal90110208
Binary1011010110111011010000
Octal132156320

Shades and tints

Shades of #5A6ED0

#5A6ED0
(90,110,208)
#5264BE
(82,100,190)
#4A5AAC
(74,90,172)
#42509A
(66,80,154)
#3A4688
(58,70,136)
#323C76
(50,60,118)
#2A3264
(42,50,100)
#222852
(34,40,82)
#1A1E40
(26,30,64)
#12142E
(18,20,46)
#0A0A1C
(10,10,28)
#000000
(0,0,0)

Tints of #5A6ED0

#5A6ED0
(90,110,208)
#697BD4
(105,123,212)
#7888D8
(120,136,216)
#8795DC
(135,149,220)
#96A2E0
(150,162,224)
#A5AFE4
(165,175,228)
#B4BCE8
(180,188,232)
#C3C9EC
(195,201,236)
#D2D6F0
(210,214,240)
#E1E3F4
(225,227,244)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6ED0; }

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

This text font color is #5A6ED0.


Background Color

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

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

This div background color is #5A6ED0.


Border color

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

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

This div border color is #5A6ED0.


Opacity

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

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

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

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

This text has shadow with #5A6ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6ED0 on black background.


Color preview on white background

This text has color #5A6ED0 on white background.



Black color preview on #5A6ED0 background

This text has black color on #5A6ED0 background.


White color preview on #5A6ED0 background

This text has white color on #5A6ED0 background.