COLOR #5E90CC

HEX: #5E90CC
RGB: (94,144,204)

Color info

#5E90CC contains mainly blue color. Web safe color of #5E90CC is #6699CC (or #69C).

RGB color model

#5E90CC color RGB value is (94,144,204).

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

RGB channels and saturation

R 94 of 255 = 37%
G 144 of 255 = 56%
B 204 of 255 = 80%

94
144
204

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

Portions of RGB colors in percentages

R + G + B =
94 + 144 + 204 = 442 (100%)
R 94 of 442 ~ 21.27%
G 144 of 442 ~ 32.58%
B 204 of 442 ~ 46.15%

%21.27
%32.58
%46.15

CMYK color model

#5E90CC color CMYK value is (54,29,0,20).

  • cyan value is 53.92%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(54,29,0,20)
C54M29Y0K20 
(54%,29%,0%,20%)
(0.54/0.29/0.00/0.20)	

CMYK percentages

%53.92
%29.41
%0
%20

Codes

Color #5E90CC in popluar color models

5E90CC
RGB94144204
HSL213°51.89%58.43%
HSB/HSV213°53.92%80.00%
CMYK53.92%29.41%0.00%
20.00%

Color #5E90CC in popluar number systems.

HEX5E90CC
Decimal94144204
Binary10111101001000011001100
Octal136220314

Shades and tints

Shades of #5E90CC

#5E90CC
(94,144,204)
#5683BA
(86,131,186)
#4E76A8
(78,118,168)
#466996
(70,105,150)
#3E5C84
(62,92,132)
#364F72
(54,79,114)
#2E4260
(46,66,96)
#26354E
(38,53,78)
#1E283C
(30,40,60)
#161B2A
(22,27,42)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #5E90CC

#5E90CC
(94,144,204)
#6C9AD0
(108,154,208)
#7AA4D4
(122,164,212)
#88AED8
(136,174,216)
#96B8DC
(150,184,220)
#A4C2E0
(164,194,224)
#B2CCE4
(178,204,228)
#C0D6E8
(192,214,232)
#CEE0EC
(206,224,236)
#DCEAF0
(220,234,240)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E90CC; }

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

This text font color is #5E90CC.


Background Color

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

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

This div background color is #5E90CC.


Border color

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

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

This div border color is #5E90CC.


Opacity

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

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

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

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

This text has shadow with #5E90CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E90CC on black background.


Color preview on white background

This text has color #5E90CC on white background.



Black color preview on #5E90CC background

This text has black color on #5E90CC background.


White color preview on #5E90CC background

This text has white color on #5E90CC background.