COLOR #5BB6BD

HEX: #5BB6BD
RGB: (91,182,189)

Color info

#5BB6BD contains mainly green and blue colors. Web safe color of #5BB6BD is #66CCCC (or #6CC).

RGB color model

#5BB6BD color RGB value is (91,182,189).

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

RGB channels and saturation

R 91 of 255 = 36%
G 182 of 255 = 71%
B 189 of 255 = 74%

91
182
189

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

Portions of RGB colors in percentages

R + G + B =
91 + 182 + 189 = 462 (100%)
R 91 of 462 ~ 19.7%
G 182 of 462 ~ 39.39%
B 189 of 462 ~ 40.91%

%19.7
%39.39
%40.91

CMYK color model

#5BB6BD color CMYK value is (52,4,0,26).

  • cyan value is 51.85%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(52,4,0,26)
C52M4Y0K26 
(52%,4%,0%,26%)
(0.52/0.04/0.00/0.26)	

CMYK percentages

%51.85
%3.7
%0
%25.88

Codes

Color #5BB6BD in popluar color models

5BB6BD
RGB91182189
HSL184°42.61%54.90%
HSB/HSV184°51.85%74.12%
CMYK51.85%3.70%0.00%
25.88%

Color #5BB6BD in popluar number systems.

HEX5BB6BD
Decimal91182189
Binary10110111011011010111101
Octal133266275

Shades and tints

Shades of #5BB6BD

#5BB6BD
(91,182,189)
#53A6AC
(83,166,172)
#4B969B
(75,150,155)
#43868A
(67,134,138)
#3B7679
(59,118,121)
#336668
(51,102,104)
#2B5657
(43,86,87)
#234646
(35,70,70)
#1B3635
(27,54,53)
#132624
(19,38,36)
#0B1613
(11,22,19)
#000000
(0,0,0)

Tints of #5BB6BD

#5BB6BD
(91,182,189)
#69BCC3
(105,188,195)
#77C2C9
(119,194,201)
#85C8CF
(133,200,207)
#93CED5
(147,206,213)
#A1D4DB
(161,212,219)
#AFDAE1
(175,218,225)
#BDE0E7
(189,224,231)
#CBE6ED
(203,230,237)
#D9ECF3
(217,236,243)
#E7F2F9
(231,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BB6BD; }

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

This text font color is #5BB6BD.


Background Color

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

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

This div background color is #5BB6BD.


Border color

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

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

This div border color is #5BB6BD.


Opacity

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

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

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

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

This text has shadow with #5BB6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB6BD on black background.


Color preview on white background

This text has color #5BB6BD on white background.



Black color preview on #5BB6BD background

This text has black color on #5BB6BD background.


White color preview on #5BB6BD background

This text has white color on #5BB6BD background.