COLOR #518CA9

HEX: #518CA9
RGB: (81,140,169)

Renk bilgisi

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

RGB renk modeli

#518CA9 color RGB value is (81,140,169).

  • kırmız ton 81;
  • yeşil ton 140;
  • mavi ton 169.
RGB:
(81,140,169)
(32%,55%,66%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 140 of 255 = 55%
B 169 of 255 = 66%

81
140
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 140 + 169 = 390 (100%)
R 81 of 390 ~ 20.77%
G 140 of 390 ~ 35.9%
B 169 of 390 ~ 43.33%

%20.77
%35.9
%43.33

CMYK RENK MODELİ

#518CA9 rengi CMYK tonu (52,17,0,34).

  • camgöbeği tonu 52.07%
  • eflatun tonu 17.16%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(52,17,0,34)
C52M17Y0K34 
(52%,17%,0%,34%)
(0.52/0.17/0.00/0.34)	

CMYK yüzdeleri

%52.07
%17.16
%0
%33.73

Codes

Color #518CA9 in popluar color models

518CA9
RGB81140169
HSL200°35.20%49.02%
HSB/HSV200°52.07%66.27%
CMYK52.07%17.16%0.00%
33.73%

Color #518CA9 in popluar number systems.

HEX518CA9
Decimal81140169
Binary10100011000110010101001
Octal121214251

Shades and tints

Shades of #518CA9

#518CA9
(81,140,169)
#4A809A
(74,128,154)
#43748B
(67,116,139)
#3C687C
(60,104,124)
#355C6D
(53,92,109)
#2E505E
(46,80,94)
#27444F
(39,68,79)
#203840
(32,56,64)
#192C31
(25,44,49)
#122022
(18,32,34)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #518CA9

#518CA9
(81,140,169)
#6096B0
(96,150,176)
#6FA0B7
(111,160,183)
#7EAABE
(126,170,190)
#8DB4C5
(141,180,197)
#9CBECC
(156,190,204)
#ABC8D3
(171,200,211)
#BAD2DA
(186,210,218)
#C9DCE1
(201,220,225)
#D8E6E8
(216,230,232)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518CA9; }

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

This text font color is #518CA9.


Background Color

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

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

This div background color is #518CA9.


Border color

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

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

This div border color is #518CA9.


Opacity

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

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

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

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

This text has shadow with #518CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518CA9 on black background.


Color preview on white background

This text has color #518CA9 on white background.



Black color preview on #518CA9 background

This text has black color on #518CA9 background.


White color preview on #518CA9 background

This text has white color on #518CA9 background.