COLOR #517686

HEX: #517686
RGB: (81,118,134)

Color info

#517686 contains red, green and blue colors in about the same proportion. Web safe color of #517686 is #666699 (or #669).

RGB color model

#517686 color RGB value is (81,118,134).

  • red value is 81;
  • green value is 118;
  • blue value is 134.
RGB:
(81,118,134)
(32%,46%,53%)

RGB channels and saturation

R 81 of 255 = 32%
G 118 of 255 = 46%
B 134 of 255 = 53%

81
118
134

R + G + B ~ 44%. #517686 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 118 + 134 = 333 (100%)
R 81 of 333 ~ 24.32%
G 118 of 333 ~ 35.44%
B 134 of 333 ~ 40.24%

%24.32
%35.44
%40.24

CMYK color model

#517686 color CMYK value is (40,12,0,47).

  • cyan value is 39.55%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(40,12,0,47)
C40M12Y0K47 
(40%,12%,0%,47%)
(0.40/0.12/0.00/0.47)	

CMYK percentages

%39.55
%11.94
%0
%47.45

Codes

Color #517686 in popluar color models

517686
RGB81118134
HSL198°24.65%42.16%
HSB/HSV198°39.55%52.55%
CMYK39.55%11.94%0.00%
47.45%

Color #517686 in popluar number systems.

HEX517686
Decimal81118134
Binary1010001111011010000110
Octal121166206

Shades and tints

Shades of #517686

#517686
(81,118,134)
#4A6C7A
(74,108,122)
#43626E
(67,98,110)
#3C5862
(60,88,98)
#354E56
(53,78,86)
#2E444A
(46,68,74)
#273A3E
(39,58,62)
#203032
(32,48,50)
#192626
(25,38,38)
#121C1A
(18,28,26)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #517686

#517686
(81,118,134)
#608291
(96,130,145)
#6F8E9C
(111,142,156)
#7E9AA7
(126,154,167)
#8DA6B2
(141,166,178)
#9CB2BD
(156,178,189)
#ABBEC8
(171,190,200)
#BACAD3
(186,202,211)
#C9D6DE
(201,214,222)
#D8E2E9
(216,226,233)
#E7EEF4
(231,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517686 color. Also use rgb(81,118,134) instead hex code.

Text Font Color

.myTextColor { color: #517686; }

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

This text font color is #517686.


Background Color

.myBgColor { background-color: #517686; }

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

This div background color is #517686.


Border color

.myBorderColor { border: 1px solid #517686; }

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

This div border color is #517686.


Opacity

.myOpacity80 { color: #517686; opacity: 0.8; }

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

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

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

This text has shadow with #517686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517686 on black background.


Color preview on white background

This text has color #517686 on white background.



Black color preview on #517686 background

This text has black color on #517686 background.


White color preview on #517686 background

This text has white color on #517686 background.