COLOR #5BA4C7

HEX: #5BA4C7
RGB: (91,164,199)

Color info

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

RGB color model

#5BA4C7 color RGB value is (91,164,199).

  • red value is 91;
  • green value is 164;
  • blue value is 199.
RGB:
(91,164,199)
(36%,64%,78%)

RGB channels and saturation

R 91 of 255 = 36%
G 164 of 255 = 64%
B 199 of 255 = 78%

91
164
199

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

Portions of RGB colors in percentages

R + G + B =
91 + 164 + 199 = 454 (100%)
R 91 of 454 ~ 20.04%
G 164 of 454 ~ 36.12%
B 199 of 454 ~ 43.83%

%20.04
%36.12
%43.83

CMYK color model

#5BA4C7 color CMYK value is (54,18,0,22).

  • cyan value is 54.27%
  • magenta value is 17.59%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(54,18,0,22)
C54M18Y0K22 
(54%,18%,0%,22%)
(0.54/0.18/0.00/0.22)	

CMYK percentages

%54.27
%17.59
%0
%21.96

Codes

Color #5BA4C7 in popluar color models

5BA4C7
RGB91164199
HSL199°49.09%56.86%
HSB/HSV199°54.27%78.04%
CMYK54.27%17.59%0.00%
21.96%

Color #5BA4C7 in popluar number systems.

HEX5BA4C7
Decimal91164199
Binary10110111010010011000111
Octal133244307

Shades and tints

Shades of #5BA4C7

#5BA4C7
(91,164,199)
#5396B5
(83,150,181)
#4B88A3
(75,136,163)
#437A91
(67,122,145)
#3B6C7F
(59,108,127)
#335E6D
(51,94,109)
#2B505B
(43,80,91)
#234249
(35,66,73)
#1B3437
(27,52,55)
#132625
(19,38,37)
#0B1813
(11,24,19)
#000000
(0,0,0)

Tints of #5BA4C7

#5BA4C7
(91,164,199)
#69ACCC
(105,172,204)
#77B4D1
(119,180,209)
#85BCD6
(133,188,214)
#93C4DB
(147,196,219)
#A1CCE0
(161,204,224)
#AFD4E5
(175,212,229)
#BDDCEA
(189,220,234)
#CBE4EF
(203,228,239)
#D9ECF4
(217,236,244)
#E7F4F9
(231,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA4C7 color. Also use rgb(91,164,199) instead hex code.

Text Font Color

.myTextColor { color: #5BA4C7; }

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

This text font color is #5BA4C7.


Background Color

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

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

This div background color is #5BA4C7.


Border color

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

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

This div border color is #5BA4C7.


Opacity

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

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

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

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

This text has shadow with #5BA4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA4C7 on black background.


Color preview on white background

This text has color #5BA4C7 on white background.



Black color preview on #5BA4C7 background

This text has black color on #5BA4C7 background.


White color preview on #5BA4C7 background

This text has white color on #5BA4C7 background.