COLOR #5097BF

HEX: #5097BF RGB: (80,151,191)

Color info

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

RGB color model

#5097BF color RGB value is (80,151,191).

RGB: (80,151,191) (31%, 59%, 75%)

RGB channels and saturation

R 80 of 255 = 31%
G 151 of 255 = 59%
B 191 of 255 = 75%

80
151
191

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

Portions of RGB colors in percentages

R + G + B = 80 + 151 + 191 = 422 (100%)
R 80 of 422 ~ 18.96%
G 151 of 422 ~ 35.78%
B 191 of 422 ~ 45.26'%

%18.96
%35.78
%45.26

CMYK color model

#5097BF color CMYK value is (58,21,0,25).

  • cyan value is 58.12%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (58,21,0,25) C58M21Y0K25 (58%,21%,0%,25%) (0.58/0.21/0.00/0.25) 

CMYK percentages

%58.12
%20.94
%0
%25.1

Codes

Color #5097BF in popluar color models

50 97 BF
RGB 80 151 191
HSL 202° 46.44% 53.14%
HSB/HSV 202° 58.12% 74.90%
CMYK 58.12% 20.94% 0.00%
25.10%

Color #5097BF in popluar number systems.

HEX 50 97 BF
Decimal 80 151 191
Binary 1010000 10010111 10111111
Octal 120 227 277

Shades and tints

Shades of #5097BF

#5097BF
(80,151,191)
#498AAE
(73,138,174)
#427D9D
(66,125,157)
#3B708C
(59,112,140)
#34637B
(52,99,123)
#2D566A
(45,86,106)
#264959
(38,73,89)
#1F3C48
(31,60,72)
#182F37
(24,47,55)
#112226
(17,34,38)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #5097BF

#5097BF
(80,151,191)
#5FA0C4
(95,160,196)
#6EA9C9
(110,169,201)
#7DB2CE
(125,178,206)
#8CBBD3
(140,187,211)
#9BC4D8
(155,196,216)
#AACDDD
(170,205,221)
#B9D6E2
(185,214,226)
#C8DFE7
(200,223,231)
#D7E8EC
(215,232,236)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5097BF; }

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

This text font color is #5097BF.

Background Color

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

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

This div background color is #5097BF.

Border color

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

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

This div border color is #5097BF.

Opacity

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

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

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

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

This text has shadow with #5097BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5097BF.

Preview

Color preview on black background

This text has color #5097BF on black background.


Color preview on white background

This text has color #5097BF on white background.


Black color preview on #5097BF background

This text has black color on #5097BF background.


White color preview on #5097BF background

This text has white color on #5097BF background.


Related colors

Complementary color

Complementary color for #hex is #AF6840.


I love getcolorcode.com

Triadic colors

1 #BF5097 and #97BF50 with #5097BF are triadic colors.

2 #BF9750 and #9750BF with #5097BF are triadic colors.