COLOR #5097C5

HEX: #5097C5
RGB: (80,151,197)

Color info

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

RGB color model

#5097C5 color RGB value is (80,151,197).

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

RGB channels and saturation

R 80 of 255 = 31%
G 151 of 255 = 59%
B 197 of 255 = 77%

80
151
197

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

Portions of RGB colors in percentages

R + G + B =
80 + 151 + 197 = 428 (100%)
R 80 of 428 ~ 18.69%
G 151 of 428 ~ 35.28%
B 197 of 428 ~ 46.03%

%18.69
%35.28
%46.03

CMYK color model

#5097C5 color CMYK value is (59,23,0,23).

  • cyan value is 59.39%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(59,23,0,23)
C59M23Y0K23 
(59%,23%,0%,23%)
(0.59/0.23/0.00/0.23)	

CMYK percentages

%59.39
%23.35
%0
%22.75

Codes

Color #5097C5 in popluar color models

5097C5
RGB80151197
HSL204°50.21%54.31%
HSB/HSV204°59.39%77.25%
CMYK59.39%23.35%0.00%
22.75%

Color #5097C5 in popluar number systems.

HEX5097C5
Decimal80151197
Binary10100001001011111000101
Octal120227305

Shades and tints

Shades of #5097C5

#5097C5
(80,151,197)
#498AB4
(73,138,180)
#427DA3
(66,125,163)
#3B7092
(59,112,146)
#346381
(52,99,129)
#2D5670
(45,86,112)
#26495F
(38,73,95)
#1F3C4E
(31,60,78)
#182F3D
(24,47,61)
#11222C
(17,34,44)
#0A151B
(10,21,27)
#000000
(0,0,0)

Tints of #5097C5

#5097C5
(80,151,197)
#5FA0CA
(95,160,202)
#6EA9CF
(110,169,207)
#7DB2D4
(125,178,212)
#8CBBD9
(140,187,217)
#9BC4DE
(155,196,222)
#AACDE3
(170,205,227)
#B9D6E8
(185,214,232)
#C8DFED
(200,223,237)
#D7E8F2
(215,232,242)
#E6F1F7
(230,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5097C5; }

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

This text font color is #5097C5.


Background Color

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

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

This div background color is #5097C5.


Border color

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

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

This div border color is #5097C5.


Opacity

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

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

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

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

This text has shadow with #5097C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5097C5 on black background.


Color preview on white background

This text has color #5097C5 on white background.



Black color preview on #5097C5 background

This text has black color on #5097C5 background.


White color preview on #5097C5 background

This text has white color on #5097C5 background.