COLOR #516677

HEX: #516677
RGB: (81,102,119)

Color info

#516677 contains red, green and blue colors in about the same proportion. Web safe color of #516677 is #666666 (or #666).

RGB color model

#516677 color RGB value is (81,102,119).

  • red value is 81;
  • green value is 102;
  • blue value is 119.
RGB:
(81,102,119)
(32%,40%,47%)

RGB channels and saturation

R 81 of 255 = 32%
G 102 of 255 = 40%
B 119 of 255 = 47%

81
102
119

R + G + B ~ 40%. #516677 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 102 + 119 = 302 (100%)
R 81 of 302 ~ 26.82%
G 102 of 302 ~ 33.77%
B 119 of 302 ~ 39.4%

%26.82
%33.77
%39.4

CMYK color model

#516677 color CMYK value is (32,14,0,53).

  • cyan value is 31.93%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(32,14,0,53)
C32M14Y0K53 
(32%,14%,0%,53%)
(0.32/0.14/0.00/0.53)	

CMYK percentages

%31.93
%14.29
%0
%53.33

Codes

Color #516677 in popluar color models

516677
RGB81102119
HSL207°19.00%39.22%
HSB/HSV207°31.93%46.67%
CMYK31.93%14.29%0.00%
53.33%

Color #516677 in popluar number systems.

HEX516677
Decimal81102119
Binary101000111001101110111
Octal121146167

Shades and tints

Shades of #516677

#516677
(81,102,119)
#4A5D6D
(74,93,109)
#435463
(67,84,99)
#3C4B59
(60,75,89)
#35424F
(53,66,79)
#2E3945
(46,57,69)
#27303B
(39,48,59)
#202731
(32,39,49)
#191E27
(25,30,39)
#12151D
(18,21,29)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #516677

#516677
(81,102,119)
#607383
(96,115,131)
#6F808F
(111,128,143)
#7E8D9B
(126,141,155)
#8D9AA7
(141,154,167)
#9CA7B3
(156,167,179)
#ABB4BF
(171,180,191)
#BAC1CB
(186,193,203)
#C9CED7
(201,206,215)
#D8DBE3
(216,219,227)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516677 color. Also use rgb(81,102,119) instead hex code.

Text Font Color

.myTextColor { color: #516677; }

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

This text font color is #516677.


Background Color

.myBgColor { background-color: #516677; }

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

This div background color is #516677.


Border color

.myBorderColor { border: 1px solid #516677; }

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

This div border color is #516677.


Opacity

.myOpacity80 { color: #516677; opacity: 0.8; }

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

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

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

This text has shadow with #516677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516677 on black background.


Color preview on white background

This text has color #516677 on white background.



Black color preview on #516677 background

This text has black color on #516677 background.


White color preview on #516677 background

This text has white color on #516677 background.