COLOR #5C87D6

HEX: #5C87D6
RGB: (92,135,214)

Color info

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

RGB color model

#5C87D6 color RGB value is (92,135,214).

  • red value is 92;
  • green value is 135;
  • blue value is 214.
RGB:
(92,135,214)
(36%,53%,84%)

RGB channels and saturation

R 92 of 255 = 36%
G 135 of 255 = 53%
B 214 of 255 = 84%

92
135
214

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

Portions of RGB colors in percentages

R + G + B =
92 + 135 + 214 = 441 (100%)
R 92 of 441 ~ 20.86%
G 135 of 441 ~ 30.61%
B 214 of 441 ~ 48.53%

%20.86
%30.61
%48.53

CMYK color model

#5C87D6 color CMYK value is (57,37,0,16).

  • cyan value is 57.01%
  • magenta value is 36.92%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(57,37,0,16)
C57M37Y0K16 
(57%,37%,0%,16%)
(0.57/0.37/0.00/0.16)	

CMYK percentages

%57.01
%36.92
%0
%16.08

Codes

Color #5C87D6 in popluar color models

5C87D6
RGB92135214
HSL219°59.80%60.00%
HSB/HSV219°57.01%83.92%
CMYK57.01%36.92%0.00%
16.08%

Color #5C87D6 in popluar number systems.

HEX5C87D6
Decimal92135214
Binary10111001000011111010110
Octal134207326

Shades and tints

Shades of #5C87D6

#5C87D6
(92,135,214)
#547BC3
(84,123,195)
#4C6FB0
(76,111,176)
#44639D
(68,99,157)
#3C578A
(60,87,138)
#344B77
(52,75,119)
#2C3F64
(44,63,100)
#243351
(36,51,81)
#1C273E
(28,39,62)
#141B2B
(20,27,43)
#0C0F18
(12,15,24)
#000000
(0,0,0)

Tints of #5C87D6

#5C87D6
(92,135,214)
#6A91D9
(106,145,217)
#789BDC
(120,155,220)
#86A5DF
(134,165,223)
#94AFE2
(148,175,226)
#A2B9E5
(162,185,229)
#B0C3E8
(176,195,232)
#BECDEB
(190,205,235)
#CCD7EE
(204,215,238)
#DAE1F1
(218,225,241)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C87D6 color. Also use rgb(92,135,214) instead hex code.

Text Font Color

.myTextColor { color: #5C87D6; }

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

This text font color is #5C87D6.


Background Color

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

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

This div background color is #5C87D6.


Border color

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

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

This div border color is #5C87D6.


Opacity

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

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

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

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

This text has shadow with #5C87D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C87D6 on black background.


Color preview on white background

This text has color #5C87D6 on white background.



Black color preview on #5C87D6 background

This text has black color on #5C87D6 background.


White color preview on #5C87D6 background

This text has white color on #5C87D6 background.