COLOR #518EA8

HEX: #518EA8
RGB: (81,142,168)

Renk bilgisi

#518EA8 contains mainly green and blue colors. #518EA8 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#518EA8 color RGB value is (81,142,168).

  • kırmız ton 81;
  • yeşil ton 142;
  • mavi ton 168.
RGB:
(81,142,168)
(32%,56%,66%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 142 of 255 = 56%
B 168 of 255 = 66%

81
142
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 142 + 168 = 391 (100%)
R 81 of 391 ~ 20.72%
G 142 of 391 ~ 36.32%
B 168 of 391 ~ 42.97%

%20.72
%36.32
%42.97

CMYK RENK MODELİ

#518EA8 rengi CMYK tonu (52,15,0,34).

  • camgöbeği tonu 51.79%
  • eflatun tonu 15.48%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(52,15,0,34)
C52M15Y0K34 
(52%,15%,0%,34%)
(0.52/0.15/0.00/0.34)	

CMYK yüzdeleri

%51.79
%15.48
%0
%34.12

Codes

Color #518EA8 in popluar color models

518EA8
RGB81142168
HSL198°34.94%48.82%
HSB/HSV198°51.79%65.88%
CMYK51.79%15.48%0.00%
34.12%

Color #518EA8 in popluar number systems.

HEX518EA8
Decimal81142168
Binary10100011000111010101000
Octal121216250

Shades and tints

Shades of #518EA8

#518EA8
(81,142,168)
#4A8299
(74,130,153)
#43768A
(67,118,138)
#3C6A7B
(60,106,123)
#355E6C
(53,94,108)
#2E525D
(46,82,93)
#27464E
(39,70,78)
#203A3F
(32,58,63)
#192E30
(25,46,48)
#122221
(18,34,33)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #518EA8

#518EA8
(81,142,168)
#6098AF
(96,152,175)
#6FA2B6
(111,162,182)
#7EACBD
(126,172,189)
#8DB6C4
(141,182,196)
#9CC0CB
(156,192,203)
#ABCAD2
(171,202,210)
#BAD4D9
(186,212,217)
#C9DEE0
(201,222,224)
#D8E8E7
(216,232,231)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518EA8; }

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

This text font color is #518EA8.


Background Color

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

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

This div background color is #518EA8.


Border color

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

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

This div border color is #518EA8.


Opacity

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

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

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

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

This text has shadow with #518EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518EA8 on black background.


Color preview on white background

This text has color #518EA8 on white background.



Black color preview on #518EA8 background

This text has black color on #518EA8 background.


White color preview on #518EA8 background

This text has white color on #518EA8 background.