COLOR #5BA0C3

HEX: #5BA0C3
RGB: (91,160,195)

Color info

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

RGB color model

#5BA0C3 color RGB value is (91,160,195).

  • red value is 91;
  • green value is 160;
  • blue value is 195.
RGB:
(91,160,195)
(36%,63%,76%)

RGB channels and saturation

R 91 of 255 = 36%
G 160 of 255 = 63%
B 195 of 255 = 76%

91
160
195

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

Portions of RGB colors in percentages

R + G + B =
91 + 160 + 195 = 446 (100%)
R 91 of 446 ~ 20.4%
G 160 of 446 ~ 35.87%
B 195 of 446 ~ 43.72%

%20.4
%35.87
%43.72

CMYK color model

#5BA0C3 color CMYK value is (53,18,0,24).

  • cyan value is 53.33%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(53,18,0,24)
C53M18Y0K24 
(53%,18%,0%,24%)
(0.53/0.18/0.00/0.24)	

CMYK percentages

%53.33
%17.95
%0
%23.53

Codes

Color #5BA0C3 in popluar color models

5BA0C3
RGB91160195
HSL200°46.43%56.08%
HSB/HSV200°53.33%76.47%
CMYK53.33%17.95%0.00%
23.53%

Color #5BA0C3 in popluar number systems.

HEX5BA0C3
Decimal91160195
Binary10110111010000011000011
Octal133240303

Shades and tints

Shades of #5BA0C3

#5BA0C3
(91,160,195)
#5392B2
(83,146,178)
#4B84A1
(75,132,161)
#437690
(67,118,144)
#3B687F
(59,104,127)
#335A6E
(51,90,110)
#2B4C5D
(43,76,93)
#233E4C
(35,62,76)
#1B303B
(27,48,59)
#13222A
(19,34,42)
#0B1419
(11,20,25)
#000000
(0,0,0)

Tints of #5BA0C3

#5BA0C3
(91,160,195)
#69A8C8
(105,168,200)
#77B0CD
(119,176,205)
#85B8D2
(133,184,210)
#93C0D7
(147,192,215)
#A1C8DC
(161,200,220)
#AFD0E1
(175,208,225)
#BDD8E6
(189,216,230)
#CBE0EB
(203,224,235)
#D9E8F0
(217,232,240)
#E7F0F5
(231,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA0C3 color. Also use rgb(91,160,195) instead hex code.

Text Font Color

.myTextColor { color: #5BA0C3; }

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

This text font color is #5BA0C3.


Background Color

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

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

This div background color is #5BA0C3.


Border color

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

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

This div border color is #5BA0C3.


Opacity

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

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

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

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

This text has shadow with #5BA0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA0C3 on black background.


Color preview on white background

This text has color #5BA0C3 on white background.



Black color preview on #5BA0C3 background

This text has black color on #5BA0C3 background.


White color preview on #5BA0C3 background

This text has white color on #5BA0C3 background.