COLOR #517F97

HEX: #517F97
RGB: (81,127,151)

Color info

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

RGB color model

#517F97 color RGB value is (81,127,151).

  • red value is 81;
  • green value is 127;
  • blue value is 151.
RGB:
(81,127,151)
(32%,50%,59%)

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 151 of 255 = 59%

81
127
151

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

Portions of RGB colors in percentages

R + G + B =
81 + 127 + 151 = 359 (100%)
R 81 of 359 ~ 22.56%
G 127 of 359 ~ 35.38%
B 151 of 359 ~ 42.06%

%22.56
%35.38
%42.06

CMYK color model

#517F97 color CMYK value is (46,16,0,41).

  • cyan value is 46.36%
  • magenta value is 15.89%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(46,16,0,41)
C46M16Y0K41 
(46%,16%,0%,41%)
(0.46/0.16/0.00/0.41)	

CMYK percentages

%46.36
%15.89
%0
%40.78

Codes

Color #517F97 in popluar color models

517F97
RGB81127151
HSL201°30.17%45.49%
HSB/HSV201°46.36%59.22%
CMYK46.36%15.89%0.00%
40.78%

Color #517F97 in popluar number systems.

HEX517F97
Decimal81127151
Binary1010001111111110010111
Octal121177227

Shades and tints

Shades of #517F97

#517F97
(81,127,151)
#4A748A
(74,116,138)
#43697D
(67,105,125)
#3C5E70
(60,94,112)
#355363
(53,83,99)
#2E4856
(46,72,86)
#273D49
(39,61,73)
#20323C
(32,50,60)
#19272F
(25,39,47)
#121C22
(18,28,34)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #517F97

#517F97
(81,127,151)
#608AA0
(96,138,160)
#6F95A9
(111,149,169)
#7EA0B2
(126,160,178)
#8DABBB
(141,171,187)
#9CB6C4
(156,182,196)
#ABC1CD
(171,193,205)
#BACCD6
(186,204,214)
#C9D7DF
(201,215,223)
#D8E2E8
(216,226,232)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517F97 color. Also use rgb(81,127,151) instead hex code.

Text Font Color

.myTextColor { color: #517F97; }

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

This text font color is #517F97.


Background Color

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

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

This div background color is #517F97.


Border color

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

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

This div border color is #517F97.


Opacity

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

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

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

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

This text has shadow with #517F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517F97 on black background.


Color preview on white background

This text has color #517F97 on white background.



Black color preview on #517F97 background

This text has black color on #517F97 background.


White color preview on #517F97 background

This text has white color on #517F97 background.