COLOR #5387EE

HEX: #5387EE
RGB: (83,135,238)

Color info

#5387EE contains mainly blue color. Web safe color of #5387EE is #6699FF (or #69F).

RGB color model

#5387EE color RGB value is (83,135,238).

  • red value is 83;
  • green value is 135;
  • blue value is 238.
RGB:
(83,135,238)
(33%,53%,93%)

RGB channels and saturation

R 83 of 255 = 33%
G 135 of 255 = 53%
B 238 of 255 = 93%

83
135
238

R + G + B ~ 60%. #5387EE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 135 + 238 = 456 (100%)
R 83 of 456 ~ 18.2%
G 135 of 456 ~ 29.61%
B 238 of 456 ~ 52.19%

%18.2
%29.61
%52.19

CMYK color model

#5387EE color CMYK value is (65,43,0,7).

  • cyan value is 65.13%
  • magenta value is 43.28%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(65,43,0,7)
C65M43Y0K7 
(65%,43%,0%,7%)
(0.65/0.43/0.00/0.07)	

CMYK percentages

%65.13
%43.28
%0
%6.67

Codes

Color #5387EE in popluar color models

5387EE
RGB83135238
HSL220°82.01%62.94%
HSB/HSV220°65.13%93.33%
CMYK65.13%43.28%0.00%
6.67%

Color #5387EE in popluar number systems.

HEX5387EE
Decimal83135238
Binary10100111000011111101110
Octal123207356

Shades and tints

Shades of #5387EE

#5387EE
(83,135,238)
#4C7BD9
(76,123,217)
#456FC4
(69,111,196)
#3E63AF
(62,99,175)
#37579A
(55,87,154)
#304B85
(48,75,133)
#293F70
(41,63,112)
#22335B
(34,51,91)
#1B2746
(27,39,70)
#141B31
(20,27,49)
#0D0F1C
(13,15,28)
#000000
(0,0,0)

Tints of #5387EE

#5387EE
(83,135,238)
#6291EF
(98,145,239)
#719BF0
(113,155,240)
#80A5F1
(128,165,241)
#8FAFF2
(143,175,242)
#9EB9F3
(158,185,243)
#ADC3F4
(173,195,244)
#BCCDF5
(188,205,245)
#CBD7F6
(203,215,246)
#DAE1F7
(218,225,247)
#E9EBF8
(233,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5387EE color. Also use rgb(83,135,238) instead hex code.

Text Font Color

.myTextColor { color: #5387EE; }

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

This text font color is #5387EE.


Background Color

.myBgColor { background-color: #5387EE; }

<div style="background-color:#5387EE">Inner text</div>

This div background color is #5387EE.


Border color

.myBorderColor { border: 1px solid #5387EE; }

<div style="border:3px solid #5387EE">Div</div>

This div border color is #5387EE.


Opacity

.myOpacity80 { color: #5387EE; opacity: 0.8; }

<p style="color:#5387EE;opacity:0.8;">80%</p>

Text with #5387EE 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 #5387EE;}

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

This text has shadow with #5387EE color.

.textShadow {text-shadow: 3px 3px 1px #5387EE, 3px 3px 1px red;}

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

This text has shadow with #5387EE primary color and red secondary color.


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

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

This text has shadow with #5387EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5387EE on black background.


Color preview on white background

This text has color #5387EE on white background.



Black color preview on #5387EE background

This text has black color on #5387EE background.


White color preview on #5387EE background

This text has white color on #5387EE background.