COLOR #517DB8

HEX: #517DB8
RGB: (81,125,184)

Renk bilgisi

#517DB8 contains mainly green and blue colors. #517DB8 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#517DB8 color RGB value is (81,125,184).

  • kırmız ton 81;
  • yeşil ton 125;
  • mavi ton 184.
RGB:
(81,125,184)
(32%,49%,72%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 125 of 255 = 49%
B 184 of 255 = 72%

81
125
184

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 125 + 184 = 390 (100%)
R 81 of 390 ~ 20.77%
G 125 of 390 ~ 32.05%
B 184 of 390 ~ 47.18%

%20.77
%32.05
%47.18

CMYK RENK MODELİ

#517DB8 rengi CMYK tonu (56,32,0,28).

  • camgöbeği tonu 55.98%
  • eflatun tonu 32.07%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(56,32,0,28)
C56M32Y0K28 
(56%,32%,0%,28%)
(0.56/0.32/0.00/0.28)	

CMYK yüzdeleri

%55.98
%32.07
%0
%27.84

Codes

Color #517DB8 in popluar color models

517DB8
RGB81125184
HSL214°42.04%51.96%
HSB/HSV214°55.98%72.16%
CMYK55.98%32.07%0.00%
27.84%

Color #517DB8 in popluar number systems.

HEX517DB8
Decimal81125184
Binary1010001111110110111000
Octal121175270

Shades and tints

Shades of #517DB8

#517DB8
(81,125,184)
#4A72A8
(74,114,168)
#436798
(67,103,152)
#3C5C88
(60,92,136)
#355178
(53,81,120)
#2E4668
(46,70,104)
#273B58
(39,59,88)
#203048
(32,48,72)
#192538
(25,37,56)
#121A28
(18,26,40)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #517DB8

#517DB8
(81,125,184)
#6088BE
(96,136,190)
#6F93C4
(111,147,196)
#7E9ECA
(126,158,202)
#8DA9D0
(141,169,208)
#9CB4D6
(156,180,214)
#ABBFDC
(171,191,220)
#BACAE2
(186,202,226)
#C9D5E8
(201,213,232)
#D8E0EE
(216,224,238)
#E7EBF4
(231,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517DB8 color. Also use rgb(81,125,184) instead hex code.

Text Font Color

.myTextColor { color: #517DB8; }

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

This text font color is #517DB8.


Background Color

.myBgColor { background-color: #517DB8; }

<div style="background-color:#517DB8">Inner text</div>

This div background color is #517DB8.


Border color

.myBorderColor { border: 1px solid #517DB8; }

<div style="border:3px solid #517DB8">Div</div>

This div border color is #517DB8.


Opacity

.myOpacity80 { color: #517DB8; opacity: 0.8; }

<p style="color:#517DB8;opacity:0.8;">80%</p>

Text with #517DB8 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 #517DB8;}

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

This text has shadow with #517DB8 color.

.textShadow {text-shadow: 3px 3px 1px #517DB8, 3px 3px 1px red;}

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

This text has shadow with #517DB8 primary color and red secondary color.


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

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

This text has shadow with #517DB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517DB8 on black background.


Color preview on white background

This text has color #517DB8 on white background.



Black color preview on #517DB8 background

This text has black color on #517DB8 background.


White color preview on #517DB8 background

This text has white color on #517DB8 background.