COLOR #5E98C0

HEX: #5E98C0
RGB: (94,152,192)

Color info

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

RGB color model

#5E98C0 color RGB value is (94,152,192).

  • red value is 94;
  • green value is 152;
  • blue value is 192.
RGB:
(94,152,192)
(37%,60%,75%)

RGB channels and saturation

R 94 of 255 = 37%
G 152 of 255 = 60%
B 192 of 255 = 75%

94
152
192

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

Portions of RGB colors in percentages

R + G + B =
94 + 152 + 192 = 438 (100%)
R 94 of 438 ~ 21.46%
G 152 of 438 ~ 34.7%
B 192 of 438 ~ 43.84%

%21.46
%34.7
%43.84

CMYK color model

#5E98C0 color CMYK value is (51,21,0,25).

  • cyan value is 51.04%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(51,21,0,25)
C51M21Y0K25 
(51%,21%,0%,25%)
(0.51/0.21/0.00/0.25)	

CMYK percentages

%51.04
%20.83
%0
%24.71

Codes

Color #5E98C0 in popluar color models

5E98C0
RGB94152192
HSL204°43.75%56.08%
HSB/HSV204°51.04%75.29%
CMYK51.04%20.83%0.00%
24.71%

Color #5E98C0 in popluar number systems.

HEX5E98C0
Decimal94152192
Binary10111101001100011000000
Octal136230300

Shades and tints

Shades of #5E98C0

#5E98C0
(94,152,192)
#568BAF
(86,139,175)
#4E7E9E
(78,126,158)
#46718D
(70,113,141)
#3E647C
(62,100,124)
#36576B
(54,87,107)
#2E4A5A
(46,74,90)
#263D49
(38,61,73)
#1E3038
(30,48,56)
#162327
(22,35,39)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #5E98C0

#5E98C0
(94,152,192)
#6CA1C5
(108,161,197)
#7AAACA
(122,170,202)
#88B3CF
(136,179,207)
#96BCD4
(150,188,212)
#A4C5D9
(164,197,217)
#B2CEDE
(178,206,222)
#C0D7E3
(192,215,227)
#CEE0E8
(206,224,232)
#DCE9ED
(220,233,237)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E98C0 color. Also use rgb(94,152,192) instead hex code.

Text Font Color

.myTextColor { color: #5E98C0; }

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

This text font color is #5E98C0.


Background Color

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

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

This div background color is #5E98C0.


Border color

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

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

This div border color is #5E98C0.


Opacity

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

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

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

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

This text has shadow with #5E98C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E98C0 on black background.


Color preview on white background

This text has color #5E98C0 on white background.



Black color preview on #5E98C0 background

This text has black color on #5E98C0 background.


White color preview on #5E98C0 background

This text has white color on #5E98C0 background.