COLOR #5E7ABB

HEX: #5E7ABB
RGB: (94,122,187)

Color info

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

RGB color model

#5E7ABB color RGB value is (94,122,187).

  • red value is 94;
  • green value is 122;
  • blue value is 187.
RGB:
(94,122,187)
(37%,48%,73%)

RGB channels and saturation

R 94 of 255 = 37%
G 122 of 255 = 48%
B 187 of 255 = 73%

94
122
187

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

Portions of RGB colors in percentages

R + G + B =
94 + 122 + 187 = 403 (100%)
R 94 of 403 ~ 23.33%
G 122 of 403 ~ 30.27%
B 187 of 403 ~ 46.4%

%23.33
%30.27
%46.4

CMYK color model

#5E7ABB color CMYK value is (50,35,0,27).

  • cyan value is 49.73%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(50,35,0,27)
C50M35Y0K27 
(50%,35%,0%,27%)
(0.50/0.35/0.00/0.27)	

CMYK percentages

%49.73
%34.76
%0
%26.67

Codes

Color #5E7ABB in popluar color models

5E7ABB
RGB94122187
HSL222°40.61%55.10%
HSB/HSV222°49.73%73.33%
CMYK49.73%34.76%0.00%
26.67%

Color #5E7ABB in popluar number systems.

HEX5E7ABB
Decimal94122187
Binary1011110111101010111011
Octal136172273

Shades and tints

Shades of #5E7ABB

#5E7ABB
(94,122,187)
#566FAA
(86,111,170)
#4E6499
(78,100,153)
#465988
(70,89,136)
#3E4E77
(62,78,119)
#364366
(54,67,102)
#2E3855
(46,56,85)
#262D44
(38,45,68)
#1E2233
(30,34,51)
#161722
(22,23,34)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #5E7ABB

#5E7ABB
(94,122,187)
#6C86C1
(108,134,193)
#7A92C7
(122,146,199)
#889ECD
(136,158,205)
#96AAD3
(150,170,211)
#A4B6D9
(164,182,217)
#B2C2DF
(178,194,223)
#C0CEE5
(192,206,229)
#CEDAEB
(206,218,235)
#DCE6F1
(220,230,241)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7ABB color. Also use rgb(94,122,187) instead hex code.

Text Font Color

.myTextColor { color: #5E7ABB; }

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

This text font color is #5E7ABB.


Background Color

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

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

This div background color is #5E7ABB.


Border color

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

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

This div border color is #5E7ABB.


Opacity

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

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

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

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

This text has shadow with #5E7ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7ABB on black background.


Color preview on white background

This text has color #5E7ABB on white background.



Black color preview on #5E7ABB background

This text has black color on #5E7ABB background.


White color preview on #5E7ABB background

This text has white color on #5E7ABB background.