COLOR #517A87

HEX: #517A87 RGB: (81,122,135)

Color info

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

RGB color model

#517A87 color RGB value is (81,122,135).

RGB: (81,122,135) (32%, 48%, 53%)

RGB channels and saturation

R 81 of 255 = 32%
G 122 of 255 = 48%
B 135 of 255 = 53%

81
122
135

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

Portions of RGB colors in percentages

R + G + B = 81 + 122 + 135 = 338 (100%)
R 81 of 338 ~ 23.96%
G 122 of 338 ~ 36.09%
B 135 of 338 ~ 39.94'%

%23.96
%36.09
%39.94

CMYK color model

#517A87 color CMYK value is (40,10,0,47).

  • cyan value is 40.00%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (40,10,0,47)
C40M10Y0K47 (40%, 10%, 0%, 47%)
(0.40 / 0.10 / 0.00 / 0.47)

CMYK percentages

%40
%9.63
%0
%47.06

Codes

Color #517A87 in popluar color models

51 7A 87
RGB 81 122 135
HSL 194° 25.00% 42.35%
HSB/HSV 194° 40.00% 52.94%
CMYK 40.00% 9.63% 0.00%
47.06%

Color #517A87 in popluar number systems.

HEX 51 7A 87
Decimal 81 122 135
Binary 1010001 1111010 10000111
Octal 121 172 207

Shades and tints

Shades of #517A87

#517A87
(81,122,135)
#4A6F7B
(74,111,123)
#43646F
(67,100,111)
#3C5963
(60,89,99)
#354E57
(53,78,87)
#2E434B
(46,67,75)
#27383F
(39,56,63)
#202D33
(32,45,51)
#192227
(25,34,39)
#12171B
(18,23,27)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #517A87

#517A87
(81,122,135)
#608691
(96,134,145)
#6F929B
(111,146,155)
#7E9EA5
(126,158,165)
#8DAAAF
(141,170,175)
#9CB6B9
(156,182,185)
#ABC2C3
(171,194,195)
#BACECD
(186,206,205)
#C9DAD7
(201,218,215)
#D8E6E1
(216,230,225)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517A87; }

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

This text font color is #517A87.

Background Color

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

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

This div background color is #517A87.

Border color

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

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

This div border color is #517A87.

Opacity

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

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

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

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

This text has shadow with #517A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517A87.

Preview

Color preview on black background

This text has color #517A87 on black background.


Color preview on white background

This text has color #517A87 on white background.


Black color preview on #517A87 background

This text has black color on #517A87 background.


White color preview on #517A87 background

This text has white color on #517A87 background.


Related colors

Complementary color

Complementary color for #hex is #AE8578.


I love getcolorcode.com

Triadic colors

1 #87517A and #7A8751 with #517A87 are triadic colors.

2 #877A51 and #7A5187 with #517A87 are triadic colors.