COLOR #5BB1B6

HEX: #5BB1B6
RGB: (91,177,182)

Color info

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

RGB color model

#5BB1B6 color RGB value is (91,177,182).

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

RGB channels and saturation

R 91 of 255 = 36%
G 177 of 255 = 69%
B 182 of 255 = 71%

91
177
182

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

Portions of RGB colors in percentages

R + G + B =
91 + 177 + 182 = 450 (100%)
R 91 of 450 ~ 20.22%
G 177 of 450 ~ 39.33%
B 182 of 450 ~ 40.44%

%20.22
%39.33
%40.44

CMYK color model

#5BB1B6 color CMYK value is (50,3,0,29).

  • cyan value is 50.00%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(50,3,0,29)
C50M3Y0K29 
(50%,3%,0%,29%)
(0.50/0.03/0.00/0.29)	

CMYK percentages

%50
%2.75
%0
%28.63

Codes

Color #5BB1B6 in popluar color models

5BB1B6
RGB91177182
HSL183°38.40%53.53%
HSB/HSV183°50.00%71.37%
CMYK50.00%2.75%0.00%
28.63%

Color #5BB1B6 in popluar number systems.

HEX5BB1B6
Decimal91177182
Binary10110111011000110110110
Octal133261266

Shades and tints

Shades of #5BB1B6

#5BB1B6
(91,177,182)
#53A1A6
(83,161,166)
#4B9196
(75,145,150)
#438186
(67,129,134)
#3B7176
(59,113,118)
#336166
(51,97,102)
#2B5156
(43,81,86)
#234146
(35,65,70)
#1B3136
(27,49,54)
#132126
(19,33,38)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #5BB1B6

#5BB1B6
(91,177,182)
#69B8BC
(105,184,188)
#77BFC2
(119,191,194)
#85C6C8
(133,198,200)
#93CDCE
(147,205,206)
#A1D4D4
(161,212,212)
#AFDBDA
(175,219,218)
#BDE2E0
(189,226,224)
#CBE9E6
(203,233,230)
#D9F0EC
(217,240,236)
#E7F7F2
(231,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BB1B6; }

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

This text font color is #5BB1B6.


Background Color

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

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

This div background color is #5BB1B6.


Border color

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

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

This div border color is #5BB1B6.


Opacity

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

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

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

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

This text has shadow with #5BB1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB1B6 on black background.


Color preview on white background

This text has color #5BB1B6 on white background.



Black color preview on #5BB1B6 background

This text has black color on #5BB1B6 background.


White color preview on #5BB1B6 background

This text has white color on #5BB1B6 background.