COLOR #5677A2

HEX: #5677A2 RGB: (86,119,162)

Color info

#5677A2 contains mainly green and blue colors. Web safe color of #5677A2 is #666699 (or #669).

RGB color model

#5677A2 color RGB value is (86,119,162).

RGB: (86,119,162) (34%, 47%, 64%)

RGB channels and saturation

R 86 of 255 = 34%
G 119 of 255 = 47%
B 162 of 255 = 64%

86
119
162

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

Portions of RGB colors in percentages

R + G + B = 86 + 119 + 162 = 367 (100%)
R 86 of 367 ~ 23.43%
G 119 of 367 ~ 32.43%
B 162 of 367 ~ 44.14'%

%23.43
%32.43
%44.14

CMYK color model

#5677A2 color CMYK value is (47,27,0,36).

  • cyan value is 46.91%
  • magenta value is 26.54%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (47,27,0,36)
C47M27Y0K36 (47%, 27%, 0%, 36%)
(0.47 / 0.27 / 0.00 / 0.36)

CMYK percentages

%46.91
%26.54
%0
%36.47

Codes

Color #5677A2 in popluar color models

56 77 A2
RGB 86 119 162
HSL 214° 30.65% 48.63%
HSB/HSV 214° 46.91% 63.53%
CMYK 46.91% 26.54% 0.00%
36.47%

Color #5677A2 in popluar number systems.

HEX 56 77 A2
Decimal 86 119 162
Binary 1010110 1110111 10100010
Octal 126 167 242

Shades and tints

Shades of #5677A2

#5677A2
(86,119,162)
#4F6D94
(79,109,148)
#486386
(72,99,134)
#415978
(65,89,120)
#3A4F6A
(58,79,106)
#33455C
(51,69,92)
#2C3B4E
(44,59,78)
#253140
(37,49,64)
#1E2732
(30,39,50)
#171D24
(23,29,36)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #5677A2

#5677A2
(86,119,162)
#6583AA
(101,131,170)
#748FB2
(116,143,178)
#839BBA
(131,155,186)
#92A7C2
(146,167,194)
#A1B3CA
(161,179,202)
#B0BFD2
(176,191,210)
#BFCBDA
(191,203,218)
#CED7E2
(206,215,226)
#DDE3EA
(221,227,234)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5677A2; }

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

This text font color is #5677A2.

Background Color

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

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

This div background color is #5677A2.

Border color

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

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

This div border color is #5677A2.

Opacity

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

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

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

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

This text has shadow with #5677A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5677A2.

Preview

Color preview on black background

This text has color #5677A2 on black background.


Color preview on white background

This text has color #5677A2 on white background.


Black color preview on #5677A2 background

This text has black color on #5677A2 background.


White color preview on #5677A2 background

This text has white color on #5677A2 background.


Related colors

Complementary color

Complementary color for #hex is #A9885D.


I love getcolorcode.com

Triadic colors

1 #A25677 and #77A256 with #5677A2 are triadic colors.

2 #A27756 and #7756A2 with #5677A2 are triadic colors.