COLOR #517699

HEX: #517699
RGB: (81,118,153)

Color info

#517699 contains mainly green and blue colors. Web safe color of #517699 is #666699 (or #669).

RGB color model

#517699 color RGB value is (81,118,153).

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

RGB channels and saturation

R 81 of 255 = 32%
G 118 of 255 = 46%
B 153 of 255 = 60%

81
118
153

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

Portions of RGB colors in percentages

R + G + B =
81 + 118 + 153 = 352 (100%)
R 81 of 352 ~ 23.01%
G 118 of 352 ~ 33.52%
B 153 of 352 ~ 43.47%

%23.01
%33.52
%43.47

CMYK color model

#517699 color CMYK value is (47,23,0,40).

  • cyan value is 47.06%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(47,23,0,40)
C47M23Y0K40 
(47%,23%,0%,40%)
(0.47/0.23/0.00/0.40)	

CMYK percentages

%47.06
%22.88
%0
%40

Codes

Color #517699 in popluar color models

517699
RGB81118153
HSL209°30.77%45.88%
HSB/HSV209°47.06%60.00%
CMYK47.06%22.88%0.00%
40.00%

Color #517699 in popluar number systems.

HEX517699
Decimal81118153
Binary1010001111011010011001
Octal121166231

Shades and tints

Shades of #517699

#517699
(81,118,153)
#4A6C8C
(74,108,140)
#43627F
(67,98,127)
#3C5872
(60,88,114)
#354E65
(53,78,101)
#2E4458
(46,68,88)
#273A4B
(39,58,75)
#20303E
(32,48,62)
#192631
(25,38,49)
#121C24
(18,28,36)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #517699

#517699
(81,118,153)
#6082A2
(96,130,162)
#6F8EAB
(111,142,171)
#7E9AB4
(126,154,180)
#8DA6BD
(141,166,189)
#9CB2C6
(156,178,198)
#ABBECF
(171,190,207)
#BACAD8
(186,202,216)
#C9D6E1
(201,214,225)
#D8E2EA
(216,226,234)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517699; }

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

This text font color is #517699.


Background Color

.myBgColor { background-color: #517699; }

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

This div background color is #517699.


Border color

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

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

This div border color is #517699.


Opacity

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

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

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

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

This text has shadow with #517699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517699 on black background.


Color preview on white background

This text has color #517699 on white background.



Black color preview on #517699 background

This text has black color on #517699 background.


White color preview on #517699 background

This text has white color on #517699 background.