COLOR #517E92

HEX: #517E92
RGB: (81,126,146)

Color info

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

RGB color model

#517E92 color RGB value is (81,126,146).

  • red value is 81;
  • green value is 126;
  • blue value is 146.
RGB:
(81,126,146)
(32%,49%,57%)

RGB channels and saturation

R 81 of 255 = 32%
G 126 of 255 = 49%
B 146 of 255 = 57%

81
126
146

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

Portions of RGB colors in percentages

R + G + B =
81 + 126 + 146 = 353 (100%)
R 81 of 353 ~ 22.95%
G 126 of 353 ~ 35.69%
B 146 of 353 ~ 41.36%

%22.95
%35.69
%41.36

CMYK color model

#517E92 color CMYK value is (45,14,0,43).

  • cyan value is 44.52%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(45,14,0,43)
C45M14Y0K43 
(45%,14%,0%,43%)
(0.45/0.14/0.00/0.43)	

CMYK percentages

%44.52
%13.7
%0
%42.75

Codes

Color #517E92 in popluar color models

517E92
RGB81126146
HSL198°28.63%44.51%
HSB/HSV198°44.52%57.25%
CMYK44.52%13.70%0.00%
42.75%

Color #517E92 in popluar number systems.

HEX517E92
Decimal81126146
Binary1010001111111010010010
Octal121176222

Shades and tints

Shades of #517E92

#517E92
(81,126,146)
#4A7385
(74,115,133)
#436878
(67,104,120)
#3C5D6B
(60,93,107)
#35525E
(53,82,94)
#2E4751
(46,71,81)
#273C44
(39,60,68)
#203137
(32,49,55)
#19262A
(25,38,42)
#121B1D
(18,27,29)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #517E92

#517E92
(81,126,146)
#60899B
(96,137,155)
#6F94A4
(111,148,164)
#7E9FAD
(126,159,173)
#8DAAB6
(141,170,182)
#9CB5BF
(156,181,191)
#ABC0C8
(171,192,200)
#BACBD1
(186,203,209)
#C9D6DA
(201,214,218)
#D8E1E3
(216,225,227)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517E92; }

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

This text font color is #517E92.


Background Color

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

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

This div background color is #517E92.


Border color

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

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

This div border color is #517E92.


Opacity

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

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

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

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

This text has shadow with #517E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517E92 on black background.


Color preview on white background

This text has color #517E92 on white background.



Black color preview on #517E92 background

This text has black color on #517E92 background.


White color preview on #517E92 background

This text has white color on #517E92 background.