COLOR #518DA8

HEX: #518DA8 RGB: (81,141,168)

Color info

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

RGB color model

#518DA8 color RGB value is (81,141,168).

RGB: (81,141,168) (32%, 55%, 66%)

RGB channels and saturation

R 81 of 255 = 32%
G 141 of 255 = 55%
B 168 of 255 = 66%

81
141
168

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

Portions of RGB colors in percentages

R + G + B = 81 + 141 + 168 = 390 (100%)
R 81 of 390 ~ 20.77%
G 141 of 390 ~ 36.15%
B 168 of 390 ~ 43.08'%

%20.77
%36.15
%43.08

CMYK color model

#518DA8 color CMYK value is (52,16,0,34).

  • cyan value is 51.79%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (52,16,0,34)
C52M16Y0K34 (52%, 16%, 0%, 34%)
(0.52 / 0.16 / 0.00 / 0.34)

CMYK percentages

%51.79
%16.07
%0
%34.12

Codes

Color #518DA8 in popluar color models

51 8D A8
RGB 81 141 168
HSL 199° 34.94% 48.82%
HSB/HSV 199° 51.79% 65.88%
CMYK 51.79% 16.07% 0.00%
34.12%

Color #518DA8 in popluar number systems.

HEX 51 8D A8
Decimal 81 141 168
Binary 1010001 10001101 10101000
Octal 121 215 250

Shades and tints

Shades of #518DA8

#518DA8
(81,141,168)
#4A8199
(74,129,153)
#43758A
(67,117,138)
#3C697B
(60,105,123)
#355D6C
(53,93,108)
#2E515D
(46,81,93)
#27454E
(39,69,78)
#20393F
(32,57,63)
#192D30
(25,45,48)
#122121
(18,33,33)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #518DA8

#518DA8
(81,141,168)
#6097AF
(96,151,175)
#6FA1B6
(111,161,182)
#7EABBD
(126,171,189)
#8DB5C4
(141,181,196)
#9CBFCB
(156,191,203)
#ABC9D2
(171,201,210)
#BAD3D9
(186,211,217)
#C9DDE0
(201,221,224)
#D8E7E7
(216,231,231)
#E7F1EE
(231,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518DA8 color. Also use rgb(81,141,168) instead hex code.

Text Font Color

.myTextColor { color: #518DA8; }

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

This text font color is #518DA8.

Background Color

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

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

This div background color is #518DA8.

Border color

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

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

This div border color is #518DA8.

Opacity

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

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

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

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

This text has shadow with #518DA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #518DA8.

Preview

Color preview on black background

This text has color #518DA8 on black background.


Color preview on white background

This text has color #518DA8 on white background.


Black color preview on #518DA8 background

This text has black color on #518DA8 background.


White color preview on #518DA8 background

This text has white color on #518DA8 background.


Related colors

Complementary color

Complementary color for #hex is #AE7257.


I love getcolorcode.com

Triadic colors

1 #A8518D and #8DA851 with #518DA8 are triadic colors.

2 #A88D51 and #8D51A8 with #518DA8 are triadic colors.