COLOR #5679B5

HEX: #5679B5
RGB: (86,121,181)

Color info

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

RGB color model

#5679B5 color RGB value is (86,121,181).

  • red value is 86;
  • green value is 121;
  • blue value is 181.
RGB:
(86,121,181)
(34%,47%,71%)

RGB channels and saturation

R 86 of 255 = 34%
G 121 of 255 = 47%
B 181 of 255 = 71%

86
121
181

R + G + B ~ 51%. #5679B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 121 + 181 = 388 (100%)
R 86 of 388 ~ 22.16%
G 121 of 388 ~ 31.19%
B 181 of 388 ~ 46.65%

%22.16
%31.19
%46.65

CMYK color model

#5679B5 color CMYK value is (52,33,0,29).

  • cyan value is 52.49%
  • magenta value is 33.15%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(52,33,0,29)
C52M33Y0K29 
(52%,33%,0%,29%)
(0.52/0.33/0.00/0.29)	

CMYK percentages

%52.49
%33.15
%0
%29.02

Codes

Color #5679B5 in popluar color models

5679B5
RGB86121181
HSL218°39.09%52.35%
HSB/HSV218°52.49%70.98%
CMYK52.49%33.15%0.00%
29.02%

Color #5679B5 in popluar number systems.

HEX5679B5
Decimal86121181
Binary1010110111100110110101
Octal126171265

Shades and tints

Shades of #5679B5

#5679B5
(86,121,181)
#4F6EA5
(79,110,165)
#486395
(72,99,149)
#415885
(65,88,133)
#3A4D75
(58,77,117)
#334265
(51,66,101)
#2C3755
(44,55,85)
#252C45
(37,44,69)
#1E2135
(30,33,53)
#171625
(23,22,37)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #5679B5

#5679B5
(86,121,181)
#6585BB
(101,133,187)
#7491C1
(116,145,193)
#839DC7
(131,157,199)
#92A9CD
(146,169,205)
#A1B5D3
(161,181,211)
#B0C1D9
(176,193,217)
#BFCDDF
(191,205,223)
#CED9E5
(206,217,229)
#DDE5EB
(221,229,235)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5679B5 color. Also use rgb(86,121,181) instead hex code.

Text Font Color

.myTextColor { color: #5679B5; }

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

This text font color is #5679B5.


Background Color

.myBgColor { background-color: #5679B5; }

<div style="background-color:#5679B5">Inner text</div>

This div background color is #5679B5.


Border color

.myBorderColor { border: 1px solid #5679B5; }

<div style="border:3px solid #5679B5">Div</div>

This div border color is #5679B5.


Opacity

.myOpacity80 { color: #5679B5; opacity: 0.8; }

<p style="color:#5679B5;opacity:0.8;">80%</p>

Text with #5679B5 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 #5679B5;}

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

This text has shadow with #5679B5 color.

.textShadow {text-shadow: 3px 3px 1px #5679B5, 3px 3px 1px red;}

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

This text has shadow with #5679B5 primary color and red secondary color.


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

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

This text has shadow with #5679B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5679B5 on black background.


Color preview on white background

This text has color #5679B5 on white background.



Black color preview on #5679B5 background

This text has black color on #5679B5 background.


White color preview on #5679B5 background

This text has white color on #5679B5 background.