COLOR #518B98

HEX: #518B98
RGB: (81,139,152)

Color info

#518B98 contains mainly green and blue colors. Web safe color of #518B98 is #669999 (or #699).

RGB color model

#518B98 color RGB value is (81,139,152).

  • red value is 81;
  • green value is 139;
  • blue value is 152.
RGB:
(81,139,152)
(32%,55%,60%)

RGB channels and saturation

R 81 of 255 = 32%
G 139 of 255 = 55%
B 152 of 255 = 60%

81
139
152

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

Portions of RGB colors in percentages

R + G + B =
81 + 139 + 152 = 372 (100%)
R 81 of 372 ~ 21.77%
G 139 of 372 ~ 37.37%
B 152 of 372 ~ 40.86%

%21.77
%37.37
%40.86

CMYK color model

#518B98 color CMYK value is (47,9,0,40).

  • cyan value is 46.71%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(47,9,0,40)
C47M9Y0K40 
(47%,9%,0%,40%)
(0.47/0.09/0.00/0.40)	

CMYK percentages

%46.71
%8.55
%0
%40.39

Codes

Color #518B98 in popluar color models

518B98
RGB81139152
HSL191°30.47%45.69%
HSB/HSV191°46.71%59.61%
CMYK46.71%8.55%0.00%
40.39%

Color #518B98 in popluar number systems.

HEX518B98
Decimal81139152
Binary10100011000101110011000
Octal121213230

Shades and tints

Shades of #518B98

#518B98
(81,139,152)
#4A7F8B
(74,127,139)
#43737E
(67,115,126)
#3C6771
(60,103,113)
#355B64
(53,91,100)
#2E4F57
(46,79,87)
#27434A
(39,67,74)
#20373D
(32,55,61)
#192B30
(25,43,48)
#121F23
(18,31,35)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #518B98

#518B98
(81,139,152)
#6095A1
(96,149,161)
#6F9FAA
(111,159,170)
#7EA9B3
(126,169,179)
#8DB3BC
(141,179,188)
#9CBDC5
(156,189,197)
#ABC7CE
(171,199,206)
#BAD1D7
(186,209,215)
#C9DBE0
(201,219,224)
#D8E5E9
(216,229,233)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518B98 color. Also use rgb(81,139,152) instead hex code.

Text Font Color

.myTextColor { color: #518B98; }

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

This text font color is #518B98.


Background Color

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

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

This div background color is #518B98.


Border color

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

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

This div border color is #518B98.


Opacity

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

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

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

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

This text has shadow with #518B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518B98 on black background.


Color preview on white background

This text has color #518B98 on white background.



Black color preview on #518B98 background

This text has black color on #518B98 background.


White color preview on #518B98 background

This text has white color on #518B98 background.