COLOR #5677D9

HEX: #5677D9
RGB: (86,119,217)

Color info

#5677D9 contains mainly blue color. Web safe color of #5677D9 is #6666CC (or #66C).

RGB color model

#5677D9 color RGB value is (86,119,217).

  • red value is 86;
  • green value is 119;
  • blue value is 217.
RGB:
(86,119,217)
(34%,47%,85%)

RGB channels and saturation

R 86 of 255 = 34%
G 119 of 255 = 47%
B 217 of 255 = 85%

86
119
217

R + G + B ~ 55%. #5677D9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 119 + 217 = 422 (100%)
R 86 of 422 ~ 20.38%
G 119 of 422 ~ 28.2%
B 217 of 422 ~ 51.42%

%20.38
%28.2
%51.42

CMYK color model

#5677D9 color CMYK value is (60,45,0,15).

  • cyan value is 60.37%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(60,45,0,15)
C60M45Y0K15 
(60%,45%,0%,15%)
(0.60/0.45/0.00/0.15)	

CMYK percentages

%60.37
%45.16
%0
%14.9

Codes

Color #5677D9 in popluar color models

5677D9
RGB86119217
HSL225°63.29%59.41%
HSB/HSV225°60.37%85.10%
CMYK60.37%45.16%0.00%
14.90%

Color #5677D9 in popluar number systems.

HEX5677D9
Decimal86119217
Binary1010110111011111011001
Octal126167331

Shades and tints

Shades of #5677D9

#5677D9
(86,119,217)
#4F6DC6
(79,109,198)
#4863B3
(72,99,179)
#4159A0
(65,89,160)
#3A4F8D
(58,79,141)
#33457A
(51,69,122)
#2C3B67
(44,59,103)
#253154
(37,49,84)
#1E2741
(30,39,65)
#171D2E
(23,29,46)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #5677D9

#5677D9
(86,119,217)
#6583DC
(101,131,220)
#748FDF
(116,143,223)
#839BE2
(131,155,226)
#92A7E5
(146,167,229)
#A1B3E8
(161,179,232)
#B0BFEB
(176,191,235)
#BFCBEE
(191,203,238)
#CED7F1
(206,215,241)
#DDE3F4
(221,227,244)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5677D9 color. Also use rgb(86,119,217) instead hex code.

Text Font Color

.myTextColor { color: #5677D9; }

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

This text font color is #5677D9.


Background Color

.myBgColor { background-color: #5677D9; }

<div style="background-color:#5677D9">Inner text</div>

This div background color is #5677D9.


Border color

.myBorderColor { border: 1px solid #5677D9; }

<div style="border:3px solid #5677D9">Div</div>

This div border color is #5677D9.


Opacity

.myOpacity80 { color: #5677D9; opacity: 0.8; }

<p style="color:#5677D9;opacity:0.8;">80%</p>

Text with #5677D9 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 #5677D9;}

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

This text has shadow with #5677D9 color.

.textShadow {text-shadow: 3px 3px 1px #5677D9, 3px 3px 1px red;}

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

This text has shadow with #5677D9 primary color and red secondary color.


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

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

This text has shadow with #5677D9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5677D9 on black background.


Color preview on white background

This text has color #5677D9 on white background.



Black color preview on #5677D9 background

This text has black color on #5677D9 background.


White color preview on #5677D9 background

This text has white color on #5677D9 background.