COLOR #5097B9

HEX: #5097B9
RGB: (80,151,185)

Color info

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

RGB color model

#5097B9 color RGB value is (80,151,185).

  • red value is 80;
  • green value is 151;
  • blue value is 185.
RGB:
(80,151,185)
(31%,59%,73%)

RGB channels and saturation

R 80 of 255 = 31%
G 151 of 255 = 59%
B 185 of 255 = 73%

80
151
185

R + G + B ~ 54%. #5097B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 151 + 185 = 416 (100%)
R 80 of 416 ~ 19.23%
G 151 of 416 ~ 36.3%
B 185 of 416 ~ 44.47%

%19.23
%36.3
%44.47

CMYK color model

#5097B9 color CMYK value is (57,18,0,27).

  • cyan value is 56.76%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(57,18,0,27)
C57M18Y0K27 
(57%,18%,0%,27%)
(0.57/0.18/0.00/0.27)	

CMYK percentages

%56.76
%18.38
%0
%27.45

Codes

Color #5097B9 in popluar color models

5097B9
RGB80151185
HSL199°42.86%51.96%
HSB/HSV199°56.76%72.55%
CMYK56.76%18.38%0.00%
27.45%

Color #5097B9 in popluar number systems.

HEX5097B9
Decimal80151185
Binary10100001001011110111001
Octal120227271

Shades and tints

Shades of #5097B9

#5097B9
(80,151,185)
#498AA9
(73,138,169)
#427D99
(66,125,153)
#3B7089
(59,112,137)
#346379
(52,99,121)
#2D5669
(45,86,105)
#264959
(38,73,89)
#1F3C49
(31,60,73)
#182F39
(24,47,57)
#112229
(17,34,41)
#0A1519
(10,21,25)
#000000
(0,0,0)

Tints of #5097B9

#5097B9
(80,151,185)
#5FA0BF
(95,160,191)
#6EA9C5
(110,169,197)
#7DB2CB
(125,178,203)
#8CBBD1
(140,187,209)
#9BC4D7
(155,196,215)
#AACDDD
(170,205,221)
#B9D6E3
(185,214,227)
#C8DFE9
(200,223,233)
#D7E8EF
(215,232,239)
#E6F1F5
(230,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5097B9 color. Also use rgb(80,151,185) instead hex code.

Text Font Color

.myTextColor { color: #5097B9; }

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

This text font color is #5097B9.


Background Color

.myBgColor { background-color: #5097B9; }

<div style="background-color:#5097B9">Inner text</div>

This div background color is #5097B9.


Border color

.myBorderColor { border: 1px solid #5097B9; }

<div style="border:3px solid #5097B9">Div</div>

This div border color is #5097B9.


Opacity

.myOpacity80 { color: #5097B9; opacity: 0.8; }

<p style="color:#5097B9;opacity:0.8;">80%</p>

Text with #5097B9 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 #5097B9;}

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

This text has shadow with #5097B9 color.

.textShadow {text-shadow: 3px 3px 1px #5097B9, 3px 3px 1px red;}

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

This text has shadow with #5097B9 primary color and red secondary color.


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

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

This text has shadow with #5097B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5097B9 on black background.


Color preview on white background

This text has color #5097B9 on white background.



Black color preview on #5097B9 background

This text has black color on #5097B9 background.


White color preview on #5097B9 background

This text has white color on #5097B9 background.