COLOR #517C87

HEX: #517C87
RGB: (81,124,135)

Color info

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

RGB color model

#517C87 color RGB value is (81,124,135).

  • red value is 81;
  • green value is 124;
  • blue value is 135.
RGB:
(81,124,135)
(32%,49%,53%)

RGB channels and saturation

R 81 of 255 = 32%
G 124 of 255 = 49%
B 135 of 255 = 53%

81
124
135

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

Portions of RGB colors in percentages

R + G + B =
81 + 124 + 135 = 340 (100%)
R 81 of 340 ~ 23.82%
G 124 of 340 ~ 36.47%
B 135 of 340 ~ 39.71%

%23.82
%36.47
%39.71

CMYK color model

#517C87 color CMYK value is (40,8,0,47).

  • cyan value is 40.00%
  • magenta value is 8.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(40,8,0,47)
C40M8Y0K47 
(40%,8%,0%,47%)
(0.40/0.08/0.00/0.47)	

CMYK percentages

%40
%8.15
%0
%47.06

Codes

Color #517C87 in popluar color models

517C87
RGB81124135
HSL192°25.00%42.35%
HSB/HSV192°40.00%52.94%
CMYK40.00%8.15%0.00%
47.06%

Color #517C87 in popluar number systems.

HEX517C87
Decimal81124135
Binary1010001111110010000111
Octal121174207

Shades and tints

Shades of #517C87

#517C87
(81,124,135)
#4A717B
(74,113,123)
#43666F
(67,102,111)
#3C5B63
(60,91,99)
#355057
(53,80,87)
#2E454B
(46,69,75)
#273A3F
(39,58,63)
#202F33
(32,47,51)
#192427
(25,36,39)
#12191B
(18,25,27)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #517C87

#517C87
(81,124,135)
#608791
(96,135,145)
#6F929B
(111,146,155)
#7E9DA5
(126,157,165)
#8DA8AF
(141,168,175)
#9CB3B9
(156,179,185)
#ABBEC3
(171,190,195)
#BAC9CD
(186,201,205)
#C9D4D7
(201,212,215)
#D8DFE1
(216,223,225)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517C87 color. Also use rgb(81,124,135) instead hex code.

Text Font Color

.myTextColor { color: #517C87; }

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

This text font color is #517C87.


Background Color

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

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

This div background color is #517C87.


Border color

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

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

This div border color is #517C87.


Opacity

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

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

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

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

This text has shadow with #517C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517C87 on black background.


Color preview on white background

This text has color #517C87 on white background.



Black color preview on #517C87 background

This text has black color on #517C87 background.


White color preview on #517C87 background

This text has white color on #517C87 background.