COLOR #5BA0CA

HEX: #5BA0CA
RGB: (91,160,202)

Color info

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

RGB color model

#5BA0CA color RGB value is (91,160,202).

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

RGB channels and saturation

R 91 of 255 = 36%
G 160 of 255 = 63%
B 202 of 255 = 79%

91
160
202

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

Portions of RGB colors in percentages

R + G + B =
91 + 160 + 202 = 453 (100%)
R 91 of 453 ~ 20.09%
G 160 of 453 ~ 35.32%
B 202 of 453 ~ 44.59%

%20.09
%35.32
%44.59

CMYK color model

#5BA0CA color CMYK value is (55,21,0,21).

  • cyan value is 54.95%
  • magenta value is 20.79%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(55,21,0,21)
C55M21Y0K21 
(55%,21%,0%,21%)
(0.55/0.21/0.00/0.21)	

CMYK percentages

%54.95
%20.79
%0
%20.78

Codes

Color #5BA0CA in popluar color models

5BA0CA
RGB91160202
HSL203°51.15%57.45%
HSB/HSV203°54.95%79.22%
CMYK54.95%20.79%0.00%
20.78%

Color #5BA0CA in popluar number systems.

HEX5BA0CA
Decimal91160202
Binary10110111010000011001010
Octal133240312

Shades and tints

Shades of #5BA0CA

#5BA0CA
(91,160,202)
#5392B8
(83,146,184)
#4B84A6
(75,132,166)
#437694
(67,118,148)
#3B6882
(59,104,130)
#335A70
(51,90,112)
#2B4C5E
(43,76,94)
#233E4C
(35,62,76)
#1B303A
(27,48,58)
#132228
(19,34,40)
#0B1416
(11,20,22)
#000000
(0,0,0)

Tints of #5BA0CA

#5BA0CA
(91,160,202)
#69A8CE
(105,168,206)
#77B0D2
(119,176,210)
#85B8D6
(133,184,214)
#93C0DA
(147,192,218)
#A1C8DE
(161,200,222)
#AFD0E2
(175,208,226)
#BDD8E6
(189,216,230)
#CBE0EA
(203,224,234)
#D9E8EE
(217,232,238)
#E7F0F2
(231,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BA0CA; }

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

This text font color is #5BA0CA.


Background Color

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

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

This div background color is #5BA0CA.


Border color

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

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

This div border color is #5BA0CA.


Opacity

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

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

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

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

This text has shadow with #5BA0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA0CA on black background.


Color preview on white background

This text has color #5BA0CA on white background.



Black color preview on #5BA0CA background

This text has black color on #5BA0CA background.


White color preview on #5BA0CA background

This text has white color on #5BA0CA background.