COLOR #5BB3BC

HEX: #5BB3BC
RGB: (91,179,188)

Color info

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

RGB color model

#5BB3BC color RGB value is (91,179,188).

  • red value is 91;
  • green value is 179;
  • blue value is 188.
RGB:
(91,179,188)
(36%,70%,74%)

RGB channels and saturation

R 91 of 255 = 36%
G 179 of 255 = 70%
B 188 of 255 = 74%

91
179
188

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

Portions of RGB colors in percentages

R + G + B =
91 + 179 + 188 = 458 (100%)
R 91 of 458 ~ 19.87%
G 179 of 458 ~ 39.08%
B 188 of 458 ~ 41.05%

%19.87
%39.08
%41.05

CMYK color model

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

  • cyan value is 51.60%
  • magenta value is 4.79%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(52,5,0,26)
C52M5Y0K26 
(52%,5%,0%,26%)
(0.52/0.05/0.00/0.26)	

CMYK percentages

%51.6
%4.79
%0
%26.27

Codes

Color #5BB3BC in popluar color models

5BB3BC
RGB91179188
HSL186°41.99%54.71%
HSB/HSV186°51.60%73.73%
CMYK51.60%4.79%0.00%
26.27%

Color #5BB3BC in popluar number systems.

HEX5BB3BC
Decimal91179188
Binary10110111011001110111100
Octal133263274

Shades and tints

Shades of #5BB3BC

#5BB3BC
(91,179,188)
#53A3AB
(83,163,171)
#4B939A
(75,147,154)
#438389
(67,131,137)
#3B7378
(59,115,120)
#336367
(51,99,103)
#2B5356
(43,83,86)
#234345
(35,67,69)
#1B3334
(27,51,52)
#132323
(19,35,35)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #5BB3BC

#5BB3BC
(91,179,188)
#69B9C2
(105,185,194)
#77BFC8
(119,191,200)
#85C5CE
(133,197,206)
#93CBD4
(147,203,212)
#A1D1DA
(161,209,218)
#AFD7E0
(175,215,224)
#BDDDE6
(189,221,230)
#CBE3EC
(203,227,236)
#D9E9F2
(217,233,242)
#E7EFF8
(231,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB3BC color. Also use rgb(91,179,188) instead hex code.

Text Font Color

.myTextColor { color: #5BB3BC; }

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

This text font color is #5BB3BC.


Background Color

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

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

This div background color is #5BB3BC.


Border color

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

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

This div border color is #5BB3BC.


Opacity

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

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

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

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

This text has shadow with #5BB3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB3BC on black background.


Color preview on white background

This text has color #5BB3BC on white background.



Black color preview on #5BB3BC background

This text has black color on #5BB3BC background.


White color preview on #5BB3BC background

This text has white color on #5BB3BC background.