COLOR #5B8BA8

HEX: #5B8BA8
RGB: (91,139,168)

Color info

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

RGB color model

#5B8BA8 color RGB value is (91,139,168).

  • red value is 91;
  • green value is 139;
  • blue value is 168.
RGB:
(91,139,168)
(36%,55%,66%)

RGB channels and saturation

R 91 of 255 = 36%
G 139 of 255 = 55%
B 168 of 255 = 66%

91
139
168

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

Portions of RGB colors in percentages

R + G + B =
91 + 139 + 168 = 398 (100%)
R 91 of 398 ~ 22.86%
G 139 of 398 ~ 34.92%
B 168 of 398 ~ 42.21%

%22.86
%34.92
%42.21

CMYK color model

#5B8BA8 color CMYK value is (46,17,0,34).

  • cyan value is 45.83%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(46,17,0,34)
C46M17Y0K34 
(46%,17%,0%,34%)
(0.46/0.17/0.00/0.34)	

CMYK percentages

%45.83
%17.26
%0
%34.12

Codes

Color #5B8BA8 in popluar color models

5B8BA8
RGB91139168
HSL203°30.68%50.78%
HSB/HSV203°45.83%65.88%
CMYK45.83%17.26%0.00%
34.12%

Color #5B8BA8 in popluar number systems.

HEX5B8BA8
Decimal91139168
Binary10110111000101110101000
Octal133213250

Shades and tints

Shades of #5B8BA8

#5B8BA8
(91,139,168)
#537F99
(83,127,153)
#4B738A
(75,115,138)
#43677B
(67,103,123)
#3B5B6C
(59,91,108)
#334F5D
(51,79,93)
#2B434E
(43,67,78)
#23373F
(35,55,63)
#1B2B30
(27,43,48)
#131F21
(19,31,33)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #5B8BA8

#5B8BA8
(91,139,168)
#6995AF
(105,149,175)
#779FB6
(119,159,182)
#85A9BD
(133,169,189)
#93B3C4
(147,179,196)
#A1BDCB
(161,189,203)
#AFC7D2
(175,199,210)
#BDD1D9
(189,209,217)
#CBDBE0
(203,219,224)
#D9E5E7
(217,229,231)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8BA8 color. Also use rgb(91,139,168) instead hex code.

Text Font Color

.myTextColor { color: #5B8BA8; }

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

This text font color is #5B8BA8.


Background Color

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

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

This div background color is #5B8BA8.


Border color

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

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

This div border color is #5B8BA8.


Opacity

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

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

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

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

This text has shadow with #5B8BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8BA8 on black background.


Color preview on white background

This text has color #5B8BA8 on white background.



Black color preview on #5B8BA8 background

This text has black color on #5B8BA8 background.


White color preview on #5B8BA8 background

This text has white color on #5B8BA8 background.