COLOR #5E88B5

HEX: #5E88B5
RGB: (94,136,181)

Color info

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

RGB color model

#5E88B5 color RGB value is (94,136,181).

  • red value is 94;
  • green value is 136;
  • blue value is 181.
RGB:
(94,136,181)
(37%,53%,71%)

RGB channels and saturation

R 94 of 255 = 37%
G 136 of 255 = 53%
B 181 of 255 = 71%

94
136
181

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

Portions of RGB colors in percentages

R + G + B =
94 + 136 + 181 = 411 (100%)
R 94 of 411 ~ 22.87%
G 136 of 411 ~ 33.09%
B 181 of 411 ~ 44.04%

%22.87
%33.09
%44.04

CMYK color model

#5E88B5 color CMYK value is (48,25,0,29).

  • cyan value is 48.07%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(48,25,0,29)
C48M25Y0K29 
(48%,25%,0%,29%)
(0.48/0.25/0.00/0.29)	

CMYK percentages

%48.07
%24.86
%0
%29.02

Codes

Color #5E88B5 in popluar color models

5E88B5
RGB94136181
HSL211°37.02%53.92%
HSB/HSV211°48.07%70.98%
CMYK48.07%24.86%0.00%
29.02%

Color #5E88B5 in popluar number systems.

HEX5E88B5
Decimal94136181
Binary10111101000100010110101
Octal136210265

Shades and tints

Shades of #5E88B5

#5E88B5
(94,136,181)
#567CA5
(86,124,165)
#4E7095
(78,112,149)
#466485
(70,100,133)
#3E5875
(62,88,117)
#364C65
(54,76,101)
#2E4055
(46,64,85)
#263445
(38,52,69)
#1E2835
(30,40,53)
#161C25
(22,28,37)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #5E88B5

#5E88B5
(94,136,181)
#6C92BB
(108,146,187)
#7A9CC1
(122,156,193)
#88A6C7
(136,166,199)
#96B0CD
(150,176,205)
#A4BAD3
(164,186,211)
#B2C4D9
(178,196,217)
#C0CEDF
(192,206,223)
#CED8E5
(206,216,229)
#DCE2EB
(220,226,235)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E88B5 color. Also use rgb(94,136,181) instead hex code.

Text Font Color

.myTextColor { color: #5E88B5; }

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

This text font color is #5E88B5.


Background Color

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

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

This div background color is #5E88B5.


Border color

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

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

This div border color is #5E88B5.


Opacity

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

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

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

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

This text has shadow with #5E88B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E88B5 on black background.


Color preview on white background

This text has color #5E88B5 on white background.



Black color preview on #5E88B5 background

This text has black color on #5E88B5 background.


White color preview on #5E88B5 background

This text has white color on #5E88B5 background.