COLOR #516C87

HEX: #516C87
RGB: (81,108,135)

Color info

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

RGB color model

#516C87 color RGB value is (81,108,135).

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

RGB channels and saturation

R 81 of 255 = 32%
G 108 of 255 = 42%
B 135 of 255 = 53%

81
108
135

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

Portions of RGB colors in percentages

R + G + B =
81 + 108 + 135 = 324 (100%)
R 81 of 324 ~ 25%
G 108 of 324 ~ 33.33%
B 135 of 324 ~ 41.67%

%25
%33.33
%41.67

CMYK color model

#516C87 color CMYK value is (40,20,0,47).

  • cyan value is 40.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(40,20,0,47)
C40M20Y0K47 
(40%,20%,0%,47%)
(0.40/0.20/0.00/0.47)	

CMYK percentages

%40
%20
%0
%47.06

Codes

Color #516C87 in popluar color models

516C87
RGB81108135
HSL210°25.00%42.35%
HSB/HSV210°40.00%52.94%
CMYK40.00%20.00%0.00%
47.06%

Color #516C87 in popluar number systems.

HEX516C87
Decimal81108135
Binary1010001110110010000111
Octal121154207

Shades and tints

Shades of #516C87

#516C87
(81,108,135)
#4A637B
(74,99,123)
#435A6F
(67,90,111)
#3C5163
(60,81,99)
#354857
(53,72,87)
#2E3F4B
(46,63,75)
#27363F
(39,54,63)
#202D33
(32,45,51)
#192427
(25,36,39)
#121B1B
(18,27,27)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #516C87

#516C87
(81,108,135)
#607991
(96,121,145)
#6F869B
(111,134,155)
#7E93A5
(126,147,165)
#8DA0AF
(141,160,175)
#9CADB9
(156,173,185)
#ABBAC3
(171,186,195)
#BAC7CD
(186,199,205)
#C9D4D7
(201,212,215)
#D8E1E1
(216,225,225)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516C87; }

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

This text font color is #516C87.


Background Color

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

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

This div background color is #516C87.


Border color

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

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

This div border color is #516C87.


Opacity

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

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

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

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

This text has shadow with #516C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516C87 on black background.


Color preview on white background

This text has color #516C87 on white background.



Black color preview on #516C87 background

This text has black color on #516C87 background.


White color preview on #516C87 background

This text has white color on #516C87 background.