COLOR #5689B9

HEX: #5689B9
RGB: (86,137,185)

Color info

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

RGB color model

#5689B9 color RGB value is (86,137,185).

  • red value is 86;
  • green value is 137;
  • blue value is 185.
RGB:
(86,137,185)
(34%,54%,73%)

RGB channels and saturation

R 86 of 255 = 34%
G 137 of 255 = 54%
B 185 of 255 = 73%

86
137
185

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

Portions of RGB colors in percentages

R + G + B =
86 + 137 + 185 = 408 (100%)
R 86 of 408 ~ 21.08%
G 137 of 408 ~ 33.58%
B 185 of 408 ~ 45.34%

%21.08
%33.58
%45.34

CMYK color model

#5689B9 color CMYK value is (54,26,0,27).

  • cyan value is 53.51%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(54,26,0,27)
C54M26Y0K27 
(54%,26%,0%,27%)
(0.54/0.26/0.00/0.27)	

CMYK percentages

%53.51
%25.95
%0
%27.45

Codes

Color #5689B9 in popluar color models

5689B9
RGB86137185
HSL209°41.42%53.14%
HSB/HSV209°53.51%72.55%
CMYK53.51%25.95%0.00%
27.45%

Color #5689B9 in popluar number systems.

HEX5689B9
Decimal86137185
Binary10101101000100110111001
Octal126211271

Shades and tints

Shades of #5689B9

#5689B9
(86,137,185)
#4F7DA9
(79,125,169)
#487199
(72,113,153)
#416589
(65,101,137)
#3A5979
(58,89,121)
#334D69
(51,77,105)
#2C4159
(44,65,89)
#253549
(37,53,73)
#1E2939
(30,41,57)
#171D29
(23,29,41)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #5689B9

#5689B9
(86,137,185)
#6593BF
(101,147,191)
#749DC5
(116,157,197)
#83A7CB
(131,167,203)
#92B1D1
(146,177,209)
#A1BBD7
(161,187,215)
#B0C5DD
(176,197,221)
#BFCFE3
(191,207,227)
#CED9E9
(206,217,233)
#DDE3EF
(221,227,239)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5689B9 color. Also use rgb(86,137,185) instead hex code.

Text Font Color

.myTextColor { color: #5689B9; }

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

This text font color is #5689B9.


Background Color

.myBgColor { background-color: #5689B9; }

<div style="background-color:#5689B9">Inner text</div>

This div background color is #5689B9.


Border color

.myBorderColor { border: 1px solid #5689B9; }

<div style="border:3px solid #5689B9">Div</div>

This div border color is #5689B9.


Opacity

.myOpacity80 { color: #5689B9; opacity: 0.8; }

<p style="color:#5689B9;opacity:0.8;">80%</p>

Text with #5689B9 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 #5689B9;}

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

This text has shadow with #5689B9 color.

.textShadow {text-shadow: 3px 3px 1px #5689B9, 3px 3px 1px red;}

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

This text has shadow with #5689B9 primary color and red secondary color.


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

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

This text has shadow with #5689B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5689B9 on black background.


Color preview on white background

This text has color #5689B9 on white background.



Black color preview on #5689B9 background

This text has black color on #5689B9 background.


White color preview on #5689B9 background

This text has white color on #5689B9 background.