COLOR #516779

HEX: #516779
RGB: (81,103,121)

Color info

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

RGB color model

#516779 color RGB value is (81,103,121).

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

RGB channels and saturation

R 81 of 255 = 32%
G 103 of 255 = 40%
B 121 of 255 = 47%

81
103
121

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

Portions of RGB colors in percentages

R + G + B =
81 + 103 + 121 = 305 (100%)
R 81 of 305 ~ 26.56%
G 103 of 305 ~ 33.77%
B 121 of 305 ~ 39.67%

%26.56
%33.77
%39.67

CMYK color model

#516779 color CMYK value is (33,15,0,53).

  • cyan value is 33.06%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(33,15,0,53)
C33M15Y0K53 
(33%,15%,0%,53%)
(0.33/0.15/0.00/0.53)	

CMYK percentages

%33.06
%14.88
%0
%52.55

Codes

Color #516779 in popluar color models

516779
RGB81103121
HSL207°19.80%39.61%
HSB/HSV207°33.06%47.45%
CMYK33.06%14.88%0.00%
52.55%

Color #516779 in popluar number systems.

HEX516779
Decimal81103121
Binary101000111001111111001
Octal121147171

Shades and tints

Shades of #516779

#516779
(81,103,121)
#4A5E6E
(74,94,110)
#435563
(67,85,99)
#3C4C58
(60,76,88)
#35434D
(53,67,77)
#2E3A42
(46,58,66)
#273137
(39,49,55)
#20282C
(32,40,44)
#191F21
(25,31,33)
#121616
(18,22,22)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #516779

#516779
(81,103,121)
#607485
(96,116,133)
#6F8191
(111,129,145)
#7E8E9D
(126,142,157)
#8D9BA9
(141,155,169)
#9CA8B5
(156,168,181)
#ABB5C1
(171,181,193)
#BAC2CD
(186,194,205)
#C9CFD9
(201,207,217)
#D8DCE5
(216,220,229)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516779 color. Also use rgb(81,103,121) instead hex code.

Text Font Color

.myTextColor { color: #516779; }

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

This text font color is #516779.


Background Color

.myBgColor { background-color: #516779; }

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

This div background color is #516779.


Border color

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

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

This div border color is #516779.


Opacity

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

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

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

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

This text has shadow with #516779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516779 on black background.


Color preview on white background

This text has color #516779 on white background.



Black color preview on #516779 background

This text has black color on #516779 background.


White color preview on #516779 background

This text has white color on #516779 background.