COLOR #5683BD

HEX: #5683BD
RGB: (86,131,189)

Color info

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

RGB color model

#5683BD color RGB value is (86,131,189).

  • red value is 86;
  • green value is 131;
  • blue value is 189.
RGB:
(86,131,189)
(34%,51%,74%)

RGB channels and saturation

R 86 of 255 = 34%
G 131 of 255 = 51%
B 189 of 255 = 74%

86
131
189

R + G + B ~ 53%. #5683BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 131 + 189 = 406 (100%)
R 86 of 406 ~ 21.18%
G 131 of 406 ~ 32.27%
B 189 of 406 ~ 46.55%

%21.18
%32.27
%46.55

CMYK color model

#5683BD color CMYK value is (54,31,0,26).

  • cyan value is 54.50%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(54,31,0,26)
C54M31Y0K26 
(54%,31%,0%,26%)
(0.54/0.31/0.00/0.26)	

CMYK percentages

%54.5
%30.69
%0
%25.88

Codes

Color #5683BD in popluar color models

5683BD
RGB86131189
HSL214°43.83%53.92%
HSB/HSV214°54.50%74.12%
CMYK54.50%30.69%0.00%
25.88%

Color #5683BD in popluar number systems.

HEX5683BD
Decimal86131189
Binary10101101000001110111101
Octal126203275

Shades and tints

Shades of #5683BD

#5683BD
(86,131,189)
#4F78AC
(79,120,172)
#486D9B
(72,109,155)
#41628A
(65,98,138)
#3A5779
(58,87,121)
#334C68
(51,76,104)
#2C4157
(44,65,87)
#253646
(37,54,70)
#1E2B35
(30,43,53)
#172024
(23,32,36)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #5683BD

#5683BD
(86,131,189)
#658EC3
(101,142,195)
#7499C9
(116,153,201)
#83A4CF
(131,164,207)
#92AFD5
(146,175,213)
#A1BADB
(161,186,219)
#B0C5E1
(176,197,225)
#BFD0E7
(191,208,231)
#CEDBED
(206,219,237)
#DDE6F3
(221,230,243)
#ECF1F9
(236,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5683BD color. Also use rgb(86,131,189) instead hex code.

Text Font Color

.myTextColor { color: #5683BD; }

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

This text font color is #5683BD.


Background Color

.myBgColor { background-color: #5683BD; }

<div style="background-color:#5683BD">Inner text</div>

This div background color is #5683BD.


Border color

.myBorderColor { border: 1px solid #5683BD; }

<div style="border:3px solid #5683BD">Div</div>

This div border color is #5683BD.


Opacity

.myOpacity80 { color: #5683BD; opacity: 0.8; }

<p style="color:#5683BD;opacity:0.8;">80%</p>

Text with #5683BD 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 #5683BD;}

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

This text has shadow with #5683BD color.

.textShadow {text-shadow: 3px 3px 1px #5683BD, 3px 3px 1px red;}

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

This text has shadow with #5683BD primary color and red secondary color.


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

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

This text has shadow with #5683BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5683BD on black background.


Color preview on white background

This text has color #5683BD on white background.



Black color preview on #5683BD background

This text has black color on #5683BD background.


White color preview on #5683BD background

This text has white color on #5683BD background.