COLOR #518EB8

HEX: #518EB8
RGB: (81,142,184)

Color info

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

RGB color model

#518EB8 color RGB value is (81,142,184).

  • red value is 81;
  • green value is 142;
  • blue value is 184.
RGB:
(81,142,184)
(32%,56%,72%)

RGB channels and saturation

R 81 of 255 = 32%
G 142 of 255 = 56%
B 184 of 255 = 72%

81
142
184

R + G + B ~ 53%. #518EB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 142 + 184 = 407 (100%)
R 81 of 407 ~ 19.9%
G 142 of 407 ~ 34.89%
B 184 of 407 ~ 45.21%

%19.9
%34.89
%45.21

CMYK color model

#518EB8 color CMYK value is (56,23,0,28).

  • cyan value is 55.98%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(56,23,0,28)
C56M23Y0K28 
(56%,23%,0%,28%)
(0.56/0.23/0.00/0.28)	

CMYK percentages

%55.98
%22.83
%0
%27.84

Codes

Color #518EB8 in popluar color models

518EB8
RGB81142184
HSL204°42.04%51.96%
HSB/HSV204°55.98%72.16%
CMYK55.98%22.83%0.00%
27.84%

Color #518EB8 in popluar number systems.

HEX518EB8
Decimal81142184
Binary10100011000111010111000
Octal121216270

Shades and tints

Shades of #518EB8

#518EB8
(81,142,184)
#4A82A8
(74,130,168)
#437698
(67,118,152)
#3C6A88
(60,106,136)
#355E78
(53,94,120)
#2E5268
(46,82,104)
#274658
(39,70,88)
#203A48
(32,58,72)
#192E38
(25,46,56)
#122228
(18,34,40)
#0B1618
(11,22,24)
#000000
(0,0,0)

Tints of #518EB8

#518EB8
(81,142,184)
#6098BE
(96,152,190)
#6FA2C4
(111,162,196)
#7EACCA
(126,172,202)
#8DB6D0
(141,182,208)
#9CC0D6
(156,192,214)
#ABCADC
(171,202,220)
#BAD4E2
(186,212,226)
#C9DEE8
(201,222,232)
#D8E8EE
(216,232,238)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518EB8 color. Also use rgb(81,142,184) instead hex code.

Text Font Color

.myTextColor { color: #518EB8; }

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

This text font color is #518EB8.


Background Color

.myBgColor { background-color: #518EB8; }

<div style="background-color:#518EB8">Inner text</div>

This div background color is #518EB8.


Border color

.myBorderColor { border: 1px solid #518EB8; }

<div style="border:3px solid #518EB8">Div</div>

This div border color is #518EB8.


Opacity

.myOpacity80 { color: #518EB8; opacity: 0.8; }

<p style="color:#518EB8;opacity:0.8;">80%</p>

Text with #518EB8 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 #518EB8;}

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

This text has shadow with #518EB8 color.

.textShadow {text-shadow: 3px 3px 1px #518EB8, 3px 3px 1px red;}

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

This text has shadow with #518EB8 primary color and red secondary color.


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

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

This text has shadow with #518EB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518EB8 on black background.


Color preview on white background

This text has color #518EB8 on white background.



Black color preview on #518EB8 background

This text has black color on #518EB8 background.


White color preview on #518EB8 background

This text has white color on #518EB8 background.