COLOR #517E9B

HEX: #517E9B
RGB: (81,126,155)

Renk bilgisi

#517E9B contains mainly green and blue colors. #517E9B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#517E9B color RGB value is (81,126,155).

  • kırmız ton 81;
  • yeşil ton 126;
  • mavi ton 155.
RGB:
(81,126,155)
(32%,49%,61%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 126 of 255 = 49%
B 155 of 255 = 61%

81
126
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 126 + 155 = 362 (100%)
R 81 of 362 ~ 22.38%
G 126 of 362 ~ 34.81%
B 155 of 362 ~ 42.82%

%22.38
%34.81
%42.82

CMYK RENK MODELİ

#517E9B rengi CMYK tonu (48,19,0,39).

  • camgöbeği tonu 47.74%
  • eflatun tonu 18.71%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(48,19,0,39)
C48M19Y0K39 
(48%,19%,0%,39%)
(0.48/0.19/0.00/0.39)	

CMYK yüzdeleri

%47.74
%18.71
%0
%39.22

Codes

Color #517E9B in popluar color models

517E9B
RGB81126155
HSL204°31.36%46.27%
HSB/HSV204°47.74%60.78%
CMYK47.74%18.71%0.00%
39.22%

Color #517E9B in popluar number systems.

HEX517E9B
Decimal81126155
Binary1010001111111010011011
Octal121176233

Shades and tints

Shades of #517E9B

#517E9B
(81,126,155)
#4A738D
(74,115,141)
#43687F
(67,104,127)
#3C5D71
(60,93,113)
#355263
(53,82,99)
#2E4755
(46,71,85)
#273C47
(39,60,71)
#203139
(32,49,57)
#19262B
(25,38,43)
#121B1D
(18,27,29)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #517E9B

#517E9B
(81,126,155)
#6089A4
(96,137,164)
#6F94AD
(111,148,173)
#7E9FB6
(126,159,182)
#8DAABF
(141,170,191)
#9CB5C8
(156,181,200)
#ABC0D1
(171,192,209)
#BACBDA
(186,203,218)
#C9D6E3
(201,214,227)
#D8E1EC
(216,225,236)
#E7ECF5
(231,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517E9B color. Also use rgb(81,126,155) instead hex code.

Text Font Color

.myTextColor { color: #517E9B; }

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

This text font color is #517E9B.


Background Color

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

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

This div background color is #517E9B.


Border color

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

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

This div border color is #517E9B.


Opacity

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

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

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

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

This text has shadow with #517E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517E9B on black background.


Color preview on white background

This text has color #517E9B on white background.



Black color preview on #517E9B background

This text has black color on #517E9B background.


White color preview on #517E9B background

This text has white color on #517E9B background.