COLOR #5E90B7

HEX: #5E90B7
RGB: (94,144,183)

Color info

#5E90B7 contains mainly green and blue colors. Web safe color of #5E90B7 is #6699CC (or #69C).

RGB color model

#5E90B7 color RGB value is (94,144,183).

  • red value is 94;
  • green value is 144;
  • blue value is 183.
RGB:
(94,144,183)
(37%,56%,72%)

RGB channels and saturation

R 94 of 255 = 37%
G 144 of 255 = 56%
B 183 of 255 = 72%

94
144
183

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

Portions of RGB colors in percentages

R + G + B =
94 + 144 + 183 = 421 (100%)
R 94 of 421 ~ 22.33%
G 144 of 421 ~ 34.2%
B 183 of 421 ~ 43.47%

%22.33
%34.2
%43.47

CMYK color model

#5E90B7 color CMYK value is (49,21,0,28).

  • cyan value is 48.63%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(49,21,0,28)
C49M21Y0K28 
(49%,21%,0%,28%)
(0.49/0.21/0.00/0.28)	

CMYK percentages

%48.63
%21.31
%0
%28.24

Codes

Color #5E90B7 in popluar color models

5E90B7
RGB94144183
HSL206°38.20%54.31%
HSB/HSV206°48.63%71.76%
CMYK48.63%21.31%0.00%
28.24%

Color #5E90B7 in popluar number systems.

HEX5E90B7
Decimal94144183
Binary10111101001000010110111
Octal136220267

Shades and tints

Shades of #5E90B7

#5E90B7
(94,144,183)
#5683A7
(86,131,167)
#4E7697
(78,118,151)
#466987
(70,105,135)
#3E5C77
(62,92,119)
#364F67
(54,79,103)
#2E4257
(46,66,87)
#263547
(38,53,71)
#1E2837
(30,40,55)
#161B27
(22,27,39)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #5E90B7

#5E90B7
(94,144,183)
#6C9ABD
(108,154,189)
#7AA4C3
(122,164,195)
#88AEC9
(136,174,201)
#96B8CF
(150,184,207)
#A4C2D5
(164,194,213)
#B2CCDB
(178,204,219)
#C0D6E1
(192,214,225)
#CEE0E7
(206,224,231)
#DCEAED
(220,234,237)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E90B7 color. Also use rgb(94,144,183) instead hex code.

Text Font Color

.myTextColor { color: #5E90B7; }

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

This text font color is #5E90B7.


Background Color

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

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

This div background color is #5E90B7.


Border color

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

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

This div border color is #5E90B7.


Opacity

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

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

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

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

This text has shadow with #5E90B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E90B7 on black background.


Color preview on white background

This text has color #5E90B7 on white background.



Black color preview on #5E90B7 background

This text has black color on #5E90B7 background.


White color preview on #5E90B7 background

This text has white color on #5E90B7 background.