COLOR #5687C2

HEX: #5687C2
RGB: (86,135,194)

Color info

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

RGB color model

#5687C2 color RGB value is (86,135,194).

  • red value is 86;
  • green value is 135;
  • blue value is 194.
RGB:
(86,135,194)
(34%,53%,76%)

RGB channels and saturation

R 86 of 255 = 34%
G 135 of 255 = 53%
B 194 of 255 = 76%

86
135
194

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

Portions of RGB colors in percentages

R + G + B =
86 + 135 + 194 = 415 (100%)
R 86 of 415 ~ 20.72%
G 135 of 415 ~ 32.53%
B 194 of 415 ~ 46.75%

%20.72
%32.53
%46.75

CMYK color model

#5687C2 color CMYK value is (56,30,0,24).

  • cyan value is 55.67%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(56,30,0,24)
C56M30Y0K24 
(56%,30%,0%,24%)
(0.56/0.30/0.00/0.24)	

CMYK percentages

%55.67
%30.41
%0
%23.92

Codes

Color #5687C2 in popluar color models

5687C2
RGB86135194
HSL213°46.96%54.90%
HSB/HSV213°55.67%76.08%
CMYK55.67%30.41%0.00%
23.92%

Color #5687C2 in popluar number systems.

HEX5687C2
Decimal86135194
Binary10101101000011111000010
Octal126207302

Shades and tints

Shades of #5687C2

#5687C2
(86,135,194)
#4F7BB1
(79,123,177)
#486FA0
(72,111,160)
#41638F
(65,99,143)
#3A577E
(58,87,126)
#334B6D
(51,75,109)
#2C3F5C
(44,63,92)
#25334B
(37,51,75)
#1E273A
(30,39,58)
#171B29
(23,27,41)
#100F18
(16,15,24)
#000000
(0,0,0)

Tints of #5687C2

#5687C2
(86,135,194)
#6591C7
(101,145,199)
#749BCC
(116,155,204)
#83A5D1
(131,165,209)
#92AFD6
(146,175,214)
#A1B9DB
(161,185,219)
#B0C3E0
(176,195,224)
#BFCDE5
(191,205,229)
#CED7EA
(206,215,234)
#DDE1EF
(221,225,239)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5687C2 color. Also use rgb(86,135,194) instead hex code.

Text Font Color

.myTextColor { color: #5687C2; }

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

This text font color is #5687C2.


Background Color

.myBgColor { background-color: #5687C2; }

<div style="background-color:#5687C2">Inner text</div>

This div background color is #5687C2.


Border color

.myBorderColor { border: 1px solid #5687C2; }

<div style="border:3px solid #5687C2">Div</div>

This div border color is #5687C2.


Opacity

.myOpacity80 { color: #5687C2; opacity: 0.8; }

<p style="color:#5687C2;opacity:0.8;">80%</p>

Text with #5687C2 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 #5687C2;}

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

This text has shadow with #5687C2 color.

.textShadow {text-shadow: 3px 3px 1px #5687C2, 3px 3px 1px red;}

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

This text has shadow with #5687C2 primary color and red secondary color.


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

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

This text has shadow with #5687C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5687C2 on black background.


Color preview on white background

This text has color #5687C2 on white background.



Black color preview on #5687C2 background

This text has black color on #5687C2 background.


White color preview on #5687C2 background

This text has white color on #5687C2 background.