COLOR #5682B3

HEX: #5682B3 RGB: (86,130,179)

Color info

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

RGB color model

#5682B3 color RGB value is (86,130,179).

RGB: (86,130,179) (34%, 51%, 70%)

RGB channels and saturation

R 86 of 255 = 34%
G 130 of 255 = 51%
B 179 of 255 = 70%

86
130
179

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

Portions of RGB colors in percentages

R + G + B = 86 + 130 + 179 = 395 (100%)
R 86 of 395 ~ 21.77%
G 130 of 395 ~ 32.91%
B 179 of 395 ~ 45.32'%

%21.77
%32.91
%45.32

CMYK color model

#5682B3 color CMYK value is (52,27,0,30).

  • cyan value is 51.96%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (52,27,0,30)
C52M27Y0K30 (52%, 27%, 0%, 30%)
(0.52 / 0.27 / 0.00 / 0.30)

CMYK percentages

%51.96
%27.37
%0
%29.8

Codes

Color #5682B3 in popluar color models

56 82 B3
RGB 86 130 179
HSL 212° 37.96% 51.96%
HSB/HSV 212° 51.96% 70.20%
CMYK 51.96% 27.37% 0.00%
29.80%

Color #5682B3 in popluar number systems.

HEX 56 82 B3
Decimal 86 130 179
Binary 1010110 10000010 10110011
Octal 126 202 263

Shades and tints

Shades of #5682B3

#5682B3
(86,130,179)
#4F77A3
(79,119,163)
#486C93
(72,108,147)
#416183
(65,97,131)
#3A5673
(58,86,115)
#334B63
(51,75,99)
#2C4053
(44,64,83)
#253543
(37,53,67)
#1E2A33
(30,42,51)
#171F23
(23,31,35)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #5682B3

#5682B3
(86,130,179)
#658DB9
(101,141,185)
#7498BF
(116,152,191)
#83A3C5
(131,163,197)
#92AECB
(146,174,203)
#A1B9D1
(161,185,209)
#B0C4D7
(176,196,215)
#BFCFDD
(191,207,221)
#CEDAE3
(206,218,227)
#DDE5E9
(221,229,233)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5682B3 color. Also use rgb(86,130,179) instead hex code.

Text Font Color

.myTextColor { color: #5682B3; }

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

This text font color is #5682B3.

Background Color

.myBgColor { background-color: #5682B3; }

<div style="background-color:#5682B3">Inner text</div>

This div background color is #5682B3.

Border color

.myBorderColor { border: 1px solid #5682B3; }

<div style="border:3px solid #5682B3">Div</div>

This div border color is #5682B3.

Opacity

.myOpacity80 { color: #5682B3; opacity: 0.8; }

<p style="color:#5682B3;opacity:0.8;">80%</p>

Text with #5682B3 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 #5682B3;}

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

This text has shadow with #5682B3 color.


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

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

This text has shadow with #5682B3 primary color and red secondary color.


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

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

This text has shadow with #5682B3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5682B3.

Preview

Color preview on black background

This text has color #5682B3 on black background.


Color preview on white background

This text has color #5682B3 on white background.


Black color preview on #5682B3 background

This text has black color on #5682B3 background.


White color preview on #5682B3 background

This text has white color on #5682B3 background.


Related colors

Complementary color

Complementary color for #hex is #A97D4C.


I love getcolorcode.com

Triadic colors

1 #B35682 and #82B356 with #5682B3 are triadic colors.

2 #B38256 and #8256B3 with #5682B3 are triadic colors.