COLOR #517FA2

HEX: #517FA2
RGB: (81,127,162)

Color info

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

RGB color model

#517FA2 color RGB value is (81,127,162).

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

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 162 of 255 = 64%

81
127
162

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

Portions of RGB colors in percentages

R + G + B =
81 + 127 + 162 = 370 (100%)
R 81 of 370 ~ 21.89%
G 127 of 370 ~ 34.32%
B 162 of 370 ~ 43.78%

%21.89
%34.32
%43.78

CMYK color model

#517FA2 color CMYK value is (50,22,0,36).

  • cyan value is 50.00%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(50,22,0,36)
C50M22Y0K36 
(50%,22%,0%,36%)
(0.50/0.22/0.00/0.36)	

CMYK percentages

%50
%21.6
%0
%36.47

Codes

Color #517FA2 in popluar color models

517FA2
RGB81127162
HSL206°33.33%47.65%
HSB/HSV206°50.00%63.53%
CMYK50.00%21.60%0.00%
36.47%

Color #517FA2 in popluar number systems.

HEX517FA2
Decimal81127162
Binary1010001111111110100010
Octal121177242

Shades and tints

Shades of #517FA2

#517FA2
(81,127,162)
#4A7494
(74,116,148)
#436986
(67,105,134)
#3C5E78
(60,94,120)
#35536A
(53,83,106)
#2E485C
(46,72,92)
#273D4E
(39,61,78)
#203240
(32,50,64)
#192732
(25,39,50)
#121C24
(18,28,36)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #517FA2

#517FA2
(81,127,162)
#608AAA
(96,138,170)
#6F95B2
(111,149,178)
#7EA0BA
(126,160,186)
#8DABC2
(141,171,194)
#9CB6CA
(156,182,202)
#ABC1D2
(171,193,210)
#BACCDA
(186,204,218)
#C9D7E2
(201,215,226)
#D8E2EA
(216,226,234)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517FA2; }

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

This text font color is #517FA2.


Background Color

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

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

This div background color is #517FA2.


Border color

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

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

This div border color is #517FA2.


Opacity

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

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

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

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

This text has shadow with #517FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517FA2 on black background.


Color preview on white background

This text has color #517FA2 on white background.



Black color preview on #517FA2 background

This text has black color on #517FA2 background.


White color preview on #517FA2 background

This text has white color on #517FA2 background.