COLOR #5A6EBB

HEX: #5A6EBB
RGB: (90,110,187)

Color info

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

RGB color model

#5A6EBB color RGB value is (90,110,187).

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

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 187 of 255 = 73%

90
110
187

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

Portions of RGB colors in percentages

R + G + B =
90 + 110 + 187 = 387 (100%)
R 90 of 387 ~ 23.26%
G 110 of 387 ~ 28.42%
B 187 of 387 ~ 48.32%

%23.26
%28.42
%48.32

CMYK color model

#5A6EBB color CMYK value is (52,41,0,27).

  • cyan value is 51.87%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(52,41,0,27)
C52M41Y0K27 
(52%,41%,0%,27%)
(0.52/0.41/0.00/0.27)	

CMYK percentages

%51.87
%41.18
%0
%26.67

Codes

Color #5A6EBB in popluar color models

5A6EBB
RGB90110187
HSL228°41.63%54.31%
HSB/HSV228°51.87%73.33%
CMYK51.87%41.18%0.00%
26.67%

Color #5A6EBB in popluar number systems.

HEX5A6EBB
Decimal90110187
Binary1011010110111010111011
Octal132156273

Shades and tints

Shades of #5A6EBB

#5A6EBB
(90,110,187)
#5264AA
(82,100,170)
#4A5A99
(74,90,153)
#425088
(66,80,136)
#3A4677
(58,70,119)
#323C66
(50,60,102)
#2A3255
(42,50,85)
#222844
(34,40,68)
#1A1E33
(26,30,51)
#121422
(18,20,34)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #5A6EBB

#5A6EBB
(90,110,187)
#697BC1
(105,123,193)
#7888C7
(120,136,199)
#8795CD
(135,149,205)
#96A2D3
(150,162,211)
#A5AFD9
(165,175,217)
#B4BCDF
(180,188,223)
#C3C9E5
(195,201,229)
#D2D6EB
(210,214,235)
#E1E3F1
(225,227,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6EBB; }

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

This text font color is #5A6EBB.


Background Color

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

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

This div background color is #5A6EBB.


Border color

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

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

This div border color is #5A6EBB.


Opacity

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

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

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

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

This text has shadow with #5A6EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6EBB on black background.


Color preview on white background

This text has color #5A6EBB on white background.



Black color preview on #5A6EBB background

This text has black color on #5A6EBB background.


White color preview on #5A6EBB background

This text has white color on #5A6EBB background.