COLOR #5B86B2

HEX: #5B86B2
RGB: (91,134,178)

Color info

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

RGB color model

#5B86B2 color RGB value is (91,134,178).

  • red value is 91;
  • green value is 134;
  • blue value is 178.
RGB:
(91,134,178)
(36%,53%,70%)

RGB channels and saturation

R 91 of 255 = 36%
G 134 of 255 = 53%
B 178 of 255 = 70%

91
134
178

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

Portions of RGB colors in percentages

R + G + B =
91 + 134 + 178 = 403 (100%)
R 91 of 403 ~ 22.58%
G 134 of 403 ~ 33.25%
B 178 of 403 ~ 44.17%

%22.58
%33.25
%44.17

CMYK color model

#5B86B2 color CMYK value is (49,25,0,30).

  • cyan value is 48.88%
  • magenta value is 24.72%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(49,25,0,30)
C49M25Y0K30 
(49%,25%,0%,30%)
(0.49/0.25/0.00/0.30)	

CMYK percentages

%48.88
%24.72
%0
%30.2

Codes

Color #5B86B2 in popluar color models

5B86B2
RGB91134178
HSL210°36.10%52.75%
HSB/HSV210°48.88%69.80%
CMYK48.88%24.72%0.00%
30.20%

Color #5B86B2 in popluar number systems.

HEX5B86B2
Decimal91134178
Binary10110111000011010110010
Octal133206262

Shades and tints

Shades of #5B86B2

#5B86B2
(91,134,178)
#537AA2
(83,122,162)
#4B6E92
(75,110,146)
#436282
(67,98,130)
#3B5672
(59,86,114)
#334A62
(51,74,98)
#2B3E52
(43,62,82)
#233242
(35,50,66)
#1B2632
(27,38,50)
#131A22
(19,26,34)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #5B86B2

#5B86B2
(91,134,178)
#6991B9
(105,145,185)
#779CC0
(119,156,192)
#85A7C7
(133,167,199)
#93B2CE
(147,178,206)
#A1BDD5
(161,189,213)
#AFC8DC
(175,200,220)
#BDD3E3
(189,211,227)
#CBDEEA
(203,222,234)
#D9E9F1
(217,233,241)
#E7F4F8
(231,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B86B2 color. Also use rgb(91,134,178) instead hex code.

Text Font Color

.myTextColor { color: #5B86B2; }

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

This text font color is #5B86B2.


Background Color

.myBgColor { background-color: #5B86B2; }

<div style="background-color:#5B86B2">Inner text</div>

This div background color is #5B86B2.


Border color

.myBorderColor { border: 1px solid #5B86B2; }

<div style="border:3px solid #5B86B2">Div</div>

This div border color is #5B86B2.


Opacity

.myOpacity80 { color: #5B86B2; opacity: 0.8; }

<p style="color:#5B86B2;opacity:0.8;">80%</p>

Text with #5B86B2 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 #5B86B2;}

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

This text has shadow with #5B86B2 color.

.textShadow {text-shadow: 3px 3px 1px #5B86B2, 3px 3px 1px red;}

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

This text has shadow with #5B86B2 primary color and red secondary color.


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

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

This text has shadow with #5B86B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B86B2 on black background.


Color preview on white background

This text has color #5B86B2 on white background.



Black color preview on #5B86B2 background

This text has black color on #5B86B2 background.


White color preview on #5B86B2 background

This text has white color on #5B86B2 background.