COLOR #5BB7D2

HEX: #5BB7D2
RGB: (91,183,210)

Color info

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

RGB color model

#5BB7D2 color RGB value is (91,183,210).

  • red value is 91;
  • green value is 183;
  • blue value is 210.
RGB:
(91,183,210)
(36%,72%,82%)

RGB channels and saturation

R 91 of 255 = 36%
G 183 of 255 = 72%
B 210 of 255 = 82%

91
183
210

R + G + B ~ 63%. #5BB7D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 183 + 210 = 484 (100%)
R 91 of 484 ~ 18.8%
G 183 of 484 ~ 37.81%
B 210 of 484 ~ 43.39%

%18.8
%37.81
%43.39

CMYK color model

#5BB7D2 color CMYK value is (57,13,0,18).

  • cyan value is 56.67%
  • magenta value is 12.86%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(57,13,0,18)
C57M13Y0K18 
(57%,13%,0%,18%)
(0.57/0.13/0.00/0.18)	

CMYK percentages

%56.67
%12.86
%0
%17.65

Codes

Color #5BB7D2 in popluar color models

5BB7D2
RGB91183210
HSL194°56.94%59.02%
HSB/HSV194°56.67%82.35%
CMYK56.67%12.86%0.00%
17.65%

Color #5BB7D2 in popluar number systems.

HEX5BB7D2
Decimal91183210
Binary10110111011011111010010
Octal133267322

Shades and tints

Shades of #5BB7D2

#5BB7D2
(91,183,210)
#53A7BF
(83,167,191)
#4B97AC
(75,151,172)
#438799
(67,135,153)
#3B7786
(59,119,134)
#336773
(51,103,115)
#2B5760
(43,87,96)
#23474D
(35,71,77)
#1B373A
(27,55,58)
#132727
(19,39,39)
#0B1714
(11,23,20)
#000000
(0,0,0)

Tints of #5BB7D2

#5BB7D2
(91,183,210)
#69BDD6
(105,189,214)
#77C3DA
(119,195,218)
#85C9DE
(133,201,222)
#93CFE2
(147,207,226)
#A1D5E6
(161,213,230)
#AFDBEA
(175,219,234)
#BDE1EE
(189,225,238)
#CBE7F2
(203,231,242)
#D9EDF6
(217,237,246)
#E7F3FA
(231,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB7D2 color. Also use rgb(91,183,210) instead hex code.

Text Font Color

.myTextColor { color: #5BB7D2; }

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

This text font color is #5BB7D2.


Background Color

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

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

This div background color is #5BB7D2.


Border color

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

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

This div border color is #5BB7D2.


Opacity

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

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

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

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

This text has shadow with #5BB7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB7D2 on black background.


Color preview on white background

This text has color #5BB7D2 on white background.



Black color preview on #5BB7D2 background

This text has black color on #5BB7D2 background.


White color preview on #5BB7D2 background

This text has white color on #5BB7D2 background.