COLOR #5098B8

HEX: #5098B8
RGB: (80,152,184)

Color info

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

RGB color model

#5098B8 color RGB value is (80,152,184).

  • red value is 80;
  • green value is 152;
  • blue value is 184.
RGB:
(80,152,184)
(31%,60%,72%)

RGB channels and saturation

R 80 of 255 = 31%
G 152 of 255 = 60%
B 184 of 255 = 72%

80
152
184

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

Portions of RGB colors in percentages

R + G + B =
80 + 152 + 184 = 416 (100%)
R 80 of 416 ~ 19.23%
G 152 of 416 ~ 36.54%
B 184 of 416 ~ 44.23%

%19.23
%36.54
%44.23

CMYK color model

#5098B8 color CMYK value is (57,17,0,28).

  • cyan value is 56.52%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(57,17,0,28)
C57M17Y0K28 
(57%,17%,0%,28%)
(0.57/0.17/0.00/0.28)	

CMYK percentages

%56.52
%17.39
%0
%27.84

Codes

Color #5098B8 in popluar color models

5098B8
RGB80152184
HSL198°42.28%51.76%
HSB/HSV198°56.52%72.16%
CMYK56.52%17.39%0.00%
27.84%

Color #5098B8 in popluar number systems.

HEX5098B8
Decimal80152184
Binary10100001001100010111000
Octal120230270

Shades and tints

Shades of #5098B8

#5098B8
(80,152,184)
#498BA8
(73,139,168)
#427E98
(66,126,152)
#3B7188
(59,113,136)
#346478
(52,100,120)
#2D5768
(45,87,104)
#264A58
(38,74,88)
#1F3D48
(31,61,72)
#183038
(24,48,56)
#112328
(17,35,40)
#0A1618
(10,22,24)
#000000
(0,0,0)

Tints of #5098B8

#5098B8
(80,152,184)
#5FA1BE
(95,161,190)
#6EAAC4
(110,170,196)
#7DB3CA
(125,179,202)
#8CBCD0
(140,188,208)
#9BC5D6
(155,197,214)
#AACEDC
(170,206,220)
#B9D7E2
(185,215,226)
#C8E0E8
(200,224,232)
#D7E9EE
(215,233,238)
#E6F2F4
(230,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5098B8 color. Also use rgb(80,152,184) instead hex code.

Text Font Color

.myTextColor { color: #5098B8; }

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

This text font color is #5098B8.


Background Color

.myBgColor { background-color: #5098B8; }

<div style="background-color:#5098B8">Inner text</div>

This div background color is #5098B8.


Border color

.myBorderColor { border: 1px solid #5098B8; }

<div style="border:3px solid #5098B8">Div</div>

This div border color is #5098B8.


Opacity

.myOpacity80 { color: #5098B8; opacity: 0.8; }

<p style="color:#5098B8;opacity:0.8;">80%</p>

Text with #5098B8 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 #5098B8;}

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

This text has shadow with #5098B8 color.

.textShadow {text-shadow: 3px 3px 1px #5098B8, 3px 3px 1px red;}

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

This text has shadow with #5098B8 primary color and red secondary color.


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

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

This text has shadow with #5098B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5098B8 on black background.


Color preview on white background

This text has color #5098B8 on white background.



Black color preview on #5098B8 background

This text has black color on #5098B8 background.


White color preview on #5098B8 background

This text has white color on #5098B8 background.