COLOR #518CA5

HEX: #518CA5
RGB: (81,140,165)

Color info

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

RGB color model

#518CA5 color RGB value is (81,140,165).

  • red value is 81;
  • green value is 140;
  • blue value is 165.
RGB:
(81,140,165)
(32%,55%,65%)

RGB channels and saturation

R 81 of 255 = 32%
G 140 of 255 = 55%
B 165 of 255 = 65%

81
140
165

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

Portions of RGB colors in percentages

R + G + B =
81 + 140 + 165 = 386 (100%)
R 81 of 386 ~ 20.98%
G 140 of 386 ~ 36.27%
B 165 of 386 ~ 42.75%

%20.98
%36.27
%42.75

CMYK color model

#518CA5 color CMYK value is (51,15,0,35).

  • cyan value is 50.91%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(51,15,0,35)
C51M15Y0K35 
(51%,15%,0%,35%)
(0.51/0.15/0.00/0.35)	

CMYK percentages

%50.91
%15.15
%0
%35.29

Codes

Color #518CA5 in popluar color models

518CA5
RGB81140165
HSL198°34.15%48.24%
HSB/HSV198°50.91%64.71%
CMYK50.91%15.15%0.00%
35.29%

Color #518CA5 in popluar number systems.

HEX518CA5
Decimal81140165
Binary10100011000110010100101
Octal121214245

Shades and tints

Shades of #518CA5

#518CA5
(81,140,165)
#4A8096
(74,128,150)
#437487
(67,116,135)
#3C6878
(60,104,120)
#355C69
(53,92,105)
#2E505A
(46,80,90)
#27444B
(39,68,75)
#20383C
(32,56,60)
#192C2D
(25,44,45)
#12201E
(18,32,30)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #518CA5

#518CA5
(81,140,165)
#6096AD
(96,150,173)
#6FA0B5
(111,160,181)
#7EAABD
(126,170,189)
#8DB4C5
(141,180,197)
#9CBECD
(156,190,205)
#ABC8D5
(171,200,213)
#BAD2DD
(186,210,221)
#C9DCE5
(201,220,229)
#D8E6ED
(216,230,237)
#E7F0F5
(231,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518CA5 color. Also use rgb(81,140,165) instead hex code.

Text Font Color

.myTextColor { color: #518CA5; }

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

This text font color is #518CA5.


Background Color

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

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

This div background color is #518CA5.


Border color

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

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

This div border color is #518CA5.


Opacity

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

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

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

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

This text has shadow with #518CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518CA5 on black background.


Color preview on white background

This text has color #518CA5 on white background.



Black color preview on #518CA5 background

This text has black color on #518CA5 background.


White color preview on #518CA5 background

This text has white color on #518CA5 background.