COLOR #5686B1

HEX: #5686B1 RGB: (86,134,177)

Color info

#5686B1 contains mainly green and blue colors. Web safe color of #5686B1 is #669999 (or #699).

RGB color model

#5686B1 color RGB value is (86,134,177).

RGB: (86,134,177) (34%, 53%, 69%)

RGB channels and saturation

R 86 of 255 = 34%
G 134 of 255 = 53%
B 177 of 255 = 69%

86
134
177

R + G + B ~ 52%. #5686B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 86 + 134 + 177 = 397 (100%)
R 86 of 397 ~ 21.66%
G 134 of 397 ~ 33.75%
B 177 of 397 ~ 44.58'%

%21.66
%33.75
%44.58

CMYK color model

#5686B1 color CMYK value is (51,24,0,31).

  • cyan value is 51.41%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (51,24,0,31)
C51M24Y0K31 (51%, 24%, 0%, 31%)
(0.51 / 0.24 / 0.00 / 0.31)

CMYK percentages

%51.41
%24.29
%0
%30.59

Codes

Color #5686B1 in popluar color models

56 86 B1
RGB 86 134 177
HSL 208° 36.84% 51.57%
HSB/HSV 208° 51.41% 69.41%
CMYK 51.41% 24.29% 0.00%
30.59%

Color #5686B1 in popluar number systems.

HEX 56 86 B1
Decimal 86 134 177
Binary 1010110 10000110 10110001
Octal 126 206 261

Shades and tints

Shades of #5686B1

#5686B1
(86,134,177)
#4F7AA1
(79,122,161)
#486E91
(72,110,145)
#416281
(65,98,129)
#3A5671
(58,86,113)
#334A61
(51,74,97)
#2C3E51
(44,62,81)
#253241
(37,50,65)
#1E2631
(30,38,49)
#171A21
(23,26,33)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #5686B1

#5686B1
(86,134,177)
#6591B8
(101,145,184)
#749CBF
(116,156,191)
#83A7C6
(131,167,198)
#92B2CD
(146,178,205)
#A1BDD4
(161,189,212)
#B0C8DB
(176,200,219)
#BFD3E2
(191,211,226)
#CEDEE9
(206,222,233)
#DDE9F0
(221,233,240)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5686B1 color. Also use rgb(86,134,177) instead hex code.

Text Font Color

.myTextColor { color: #5686B1; }

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

This text font color is #5686B1.

Background Color

.myBgColor { background-color: #5686B1; }

<div style="background-color:#5686B1">Inner text</div>

This div background color is #5686B1.

Border color

.myBorderColor { border: 1px solid #5686B1; }

<div style="border:3px solid #5686B1">Div</div>

This div border color is #5686B1.

Opacity

.myOpacity80 { color: #5686B1; opacity: 0.8; }

<p style="color:#5686B1;opacity:0.8;">80%</p>

Text with #5686B1 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 #5686B1;}

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

This text has shadow with #5686B1 color.


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

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

This text has shadow with #5686B1 primary color and red secondary color.


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

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

This text has shadow with #5686B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5686B1.

Preview

Color preview on black background

This text has color #5686B1 on black background.


Color preview on white background

This text has color #5686B1 on white background.


Black color preview on #5686B1 background

This text has black color on #5686B1 background.


White color preview on #5686B1 background

This text has white color on #5686B1 background.


Related colors

Complementary color

Complementary color for #hex is #A9794E.


I love getcolorcode.com

Triadic colors

1 #B15686 and #86B156 with #5686B1 are triadic colors.

2 #B18656 and #8656B1 with #5686B1 are triadic colors.