COLOR #5686B0

HEX: #5686B0 RGB: (86,134,176)

Color info

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

RGB color model

#5686B0 color RGB value is (86,134,176).

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

RGB channels and saturation

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

86
134
176

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

Portions of RGB colors in percentages

R + G + B = 86 + 134 + 176 = 396 (100%)
R 86 of 396 ~ 21.72%
G 134 of 396 ~ 33.84%
B 176 of 396 ~ 44.44'%

%21.72
%33.84
%44.44

CMYK color model

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

  • cyan value is 51.14%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 30.98%

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

CMYK percentages

%51.14
%23.86
%0
%30.98

Codes

Color #5686B0 in popluar color models

56 86 B0
RGB 86 134 176
HSL 208° 36.29% 51.37%
HSB/HSV 208° 51.14% 69.02%
CMYK 51.14% 23.86% 0.00%
30.98%

Color #5686B0 in popluar number systems.

HEX 56 86 B0
Decimal 86 134 176
Binary 1010110 10000110 10110000
Octal 126 206 260

Shades and tints

Shades of #5686B0

#5686B0
(86,134,176)
#4F7AA0
(79,122,160)
#486E90
(72,110,144)
#416280
(65,98,128)
#3A5670
(58,86,112)
#334A60
(51,74,96)
#2C3E50
(44,62,80)
#253240
(37,50,64)
#1E2630
(30,38,48)
#171A20
(23,26,32)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #5686B0

#5686B0
(86,134,176)
#6591B7
(101,145,183)
#749CBE
(116,156,190)
#83A7C5
(131,167,197)
#92B2CC
(146,178,204)
#A1BDD3
(161,189,211)
#B0C8DA
(176,200,218)
#BFD3E1
(191,211,225)
#CEDEE8
(206,222,232)
#DDE9EF
(221,233,239)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5686B0; }

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

This text font color is #5686B0.

Background Color

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

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

This div background color is #5686B0.

Border color

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

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

This div border color is #5686B0.

Opacity

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

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

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

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

This text has shadow with #5686B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5686B0.

Preview

Color preview on black background

This text has color #5686B0 on black background.


Color preview on white background

This text has color #5686B0 on white background.


Black color preview on #5686B0 background

This text has black color on #5686B0 background.


White color preview on #5686B0 background

This text has white color on #5686B0 background.


Related colors

Complementary color

Complementary color for #hex is #A9794F.


I love getcolorcode.com

Triadic colors

1 #B05686 and #86B056 with #5686B0 are triadic colors.

2 #B08656 and #8656B0 with #5686B0 are triadic colors.