COLOR #519DB3

HEX: #519DB3
RGB: (81,157,179)

Renk bilgisi

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

RGB renk modeli

#519DB3 color RGB value is (81,157,179).

  • kırmız ton 81;
  • yeşil ton 157;
  • mavi ton 179.
RGB:
(81,157,179)
(32%,62%,70%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 157 of 255 = 62%
B 179 of 255 = 70%

81
157
179

R + G + B ~ 55%. #519DB3 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 157 + 179 = 417 (100%)
R 81 of 417 ~ 19.42%
G 157 of 417 ~ 37.65%
B 179 of 417 ~ 42.93%

%19.42
%37.65
%42.93

CMYK RENK MODELİ

#519DB3 rengi CMYK tonu (55,12,0,30).

  • camgöbeği tonu 54.75%
  • eflatun tonu 12.29%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(55,12,0,30)
C55M12Y0K30 
(55%,12%,0%,30%)
(0.55/0.12/0.00/0.30)	

CMYK yüzdeleri

%54.75
%12.29
%0
%29.8

Codes

Color #519DB3 in popluar color models

519DB3
RGB81157179
HSL193°39.20%50.98%
HSB/HSV193°54.75%70.20%
CMYK54.75%12.29%0.00%
29.80%

Color #519DB3 in popluar number systems.

HEX519DB3
Decimal81157179
Binary10100011001110110110011
Octal121235263

Shades and tints

Shades of #519DB3

#519DB3
(81,157,179)
#4A8FA3
(74,143,163)
#438193
(67,129,147)
#3C7383
(60,115,131)
#356573
(53,101,115)
#2E5763
(46,87,99)
#274953
(39,73,83)
#203B43
(32,59,67)
#192D33
(25,45,51)
#121F23
(18,31,35)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #519DB3

#519DB3
(81,157,179)
#60A5B9
(96,165,185)
#6FADBF
(111,173,191)
#7EB5C5
(126,181,197)
#8DBDCB
(141,189,203)
#9CC5D1
(156,197,209)
#ABCDD7
(171,205,215)
#BAD5DD
(186,213,221)
#C9DDE3
(201,221,227)
#D8E5E9
(216,229,233)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519DB3 color. Also use rgb(81,157,179) instead hex code.

Text Font Color

.myTextColor { color: #519DB3; }

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

This text font color is #519DB3.


Background Color

.myBgColor { background-color: #519DB3; }

<div style="background-color:#519DB3">Inner text</div>

This div background color is #519DB3.


Border color

.myBorderColor { border: 1px solid #519DB3; }

<div style="border:3px solid #519DB3">Div</div>

This div border color is #519DB3.


Opacity

.myOpacity80 { color: #519DB3; opacity: 0.8; }

<p style="color:#519DB3;opacity:0.8;">80%</p>

Text with #519DB3 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 #519DB3;}

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

This text has shadow with #519DB3 color.

.textShadow {text-shadow: 3px 3px 1px #519DB3, 3px 3px 1px red;}

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

This text has shadow with #519DB3 primary color and red secondary color.


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

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

This text has shadow with #519DB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519DB3 on black background.


Color preview on white background

This text has color #519DB3 on white background.



Black color preview on #519DB3 background

This text has black color on #519DB3 background.


White color preview on #519DB3 background

This text has white color on #519DB3 background.