COLOR #5197BB

HEX: #5197BB
RGB: (81,151,187)

Color info

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

RGB color model

#5197BB color RGB value is (81,151,187).

  • red value is 81;
  • green value is 151;
  • blue value is 187.
RGB:
(81,151,187)
(32%,59%,73%)

RGB channels and saturation

R 81 of 255 = 32%
G 151 of 255 = 59%
B 187 of 255 = 73%

81
151
187

R + G + B ~ 55%. #5197BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 151 + 187 = 419 (100%)
R 81 of 419 ~ 19.33%
G 151 of 419 ~ 36.04%
B 187 of 419 ~ 44.63%

%19.33
%36.04
%44.63

CMYK color model

#5197BB color CMYK value is (57,19,0,27).

  • cyan value is 56.68%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(57,19,0,27)
C57M19Y0K27 
(57%,19%,0%,27%)
(0.57/0.19/0.00/0.27)	

CMYK percentages

%56.68
%19.25
%0
%26.67

Codes

Color #5197BB in popluar color models

5197BB
RGB81151187
HSL200°43.80%52.55%
HSB/HSV200°56.68%73.33%
CMYK56.68%19.25%0.00%
26.67%

Color #5197BB in popluar number systems.

HEX5197BB
Decimal81151187
Binary10100011001011110111011
Octal121227273

Shades and tints

Shades of #5197BB

#5197BB
(81,151,187)
#4A8AAA
(74,138,170)
#437D99
(67,125,153)
#3C7088
(60,112,136)
#356377
(53,99,119)
#2E5666
(46,86,102)
#274955
(39,73,85)
#203C44
(32,60,68)
#192F33
(25,47,51)
#122222
(18,34,34)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #5197BB

#5197BB
(81,151,187)
#60A0C1
(96,160,193)
#6FA9C7
(111,169,199)
#7EB2CD
(126,178,205)
#8DBBD3
(141,187,211)
#9CC4D9
(156,196,217)
#ABCDDF
(171,205,223)
#BAD6E5
(186,214,229)
#C9DFEB
(201,223,235)
#D8E8F1
(216,232,241)
#E7F1F7
(231,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5197BB color. Also use rgb(81,151,187) instead hex code.

Text Font Color

.myTextColor { color: #5197BB; }

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

This text font color is #5197BB.


Background Color

.myBgColor { background-color: #5197BB; }

<div style="background-color:#5197BB">Inner text</div>

This div background color is #5197BB.


Border color

.myBorderColor { border: 1px solid #5197BB; }

<div style="border:3px solid #5197BB">Div</div>

This div border color is #5197BB.


Opacity

.myOpacity80 { color: #5197BB; opacity: 0.8; }

<p style="color:#5197BB;opacity:0.8;">80%</p>

Text with #5197BB 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 #5197BB;}

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

This text has shadow with #5197BB color.

.textShadow {text-shadow: 3px 3px 1px #5197BB, 3px 3px 1px red;}

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

This text has shadow with #5197BB primary color and red secondary color.


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

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

This text has shadow with #5197BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5197BB on black background.


Color preview on white background

This text has color #5197BB on white background.



Black color preview on #5197BB background

This text has black color on #5197BB background.


White color preview on #5197BB background

This text has white color on #5197BB background.