COLOR #5B8AB6

HEX: #5B8AB6
RGB: (91,138,182)

Color info

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

RGB color model

#5B8AB6 color RGB value is (91,138,182).

  • red value is 91;
  • green value is 138;
  • blue value is 182.
RGB:
(91,138,182)
(36%,54%,71%)

RGB channels and saturation

R 91 of 255 = 36%
G 138 of 255 = 54%
B 182 of 255 = 71%

91
138
182

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

Portions of RGB colors in percentages

R + G + B =
91 + 138 + 182 = 411 (100%)
R 91 of 411 ~ 22.14%
G 138 of 411 ~ 33.58%
B 182 of 411 ~ 44.28%

%22.14
%33.58
%44.28

CMYK color model

#5B8AB6 color CMYK value is (50,24,0,29).

  • cyan value is 50.00%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(50,24,0,29)
C50M24Y0K29 
(50%,24%,0%,29%)
(0.50/0.24/0.00/0.29)	

CMYK percentages

%50
%24.18
%0
%28.63

Codes

Color #5B8AB6 in popluar color models

5B8AB6
RGB91138182
HSL209°38.40%53.53%
HSB/HSV209°50.00%71.37%
CMYK50.00%24.18%0.00%
28.63%

Color #5B8AB6 in popluar number systems.

HEX5B8AB6
Decimal91138182
Binary10110111000101010110110
Octal133212266

Shades and tints

Shades of #5B8AB6

#5B8AB6
(91,138,182)
#537EA6
(83,126,166)
#4B7296
(75,114,150)
#436686
(67,102,134)
#3B5A76
(59,90,118)
#334E66
(51,78,102)
#2B4256
(43,66,86)
#233646
(35,54,70)
#1B2A36
(27,42,54)
#131E26
(19,30,38)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #5B8AB6

#5B8AB6
(91,138,182)
#6994BC
(105,148,188)
#779EC2
(119,158,194)
#85A8C8
(133,168,200)
#93B2CE
(147,178,206)
#A1BCD4
(161,188,212)
#AFC6DA
(175,198,218)
#BDD0E0
(189,208,224)
#CBDAE6
(203,218,230)
#D9E4EC
(217,228,236)
#E7EEF2
(231,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8AB6 color. Also use rgb(91,138,182) instead hex code.

Text Font Color

.myTextColor { color: #5B8AB6; }

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

This text font color is #5B8AB6.


Background Color

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

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

This div background color is #5B8AB6.


Border color

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

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

This div border color is #5B8AB6.


Opacity

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

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

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

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

This text has shadow with #5B8AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8AB6 on black background.


Color preview on white background

This text has color #5B8AB6 on white background.



Black color preview on #5B8AB6 background

This text has black color on #5B8AB6 background.


White color preview on #5B8AB6 background

This text has white color on #5B8AB6 background.