COLOR #516D81

HEX: #516D81
RGB: (81,109,129)

Color info

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

RGB color model

#516D81 color RGB value is (81,109,129).

  • red value is 81;
  • green value is 109;
  • blue value is 129.
RGB:
(81,109,129)
(32%,43%,51%)

RGB channels and saturation

R 81 of 255 = 32%
G 109 of 255 = 43%
B 129 of 255 = 51%

81
109
129

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

Portions of RGB colors in percentages

R + G + B =
81 + 109 + 129 = 319 (100%)
R 81 of 319 ~ 25.39%
G 109 of 319 ~ 34.17%
B 129 of 319 ~ 40.44%

%25.39
%34.17
%40.44

CMYK color model

#516D81 color CMYK value is (37,16,0,49).

  • cyan value is 37.21%
  • magenta value is 15.50%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(37,16,0,49)
C37M16Y0K49 
(37%,16%,0%,49%)
(0.37/0.16/0.00/0.49)	

CMYK percentages

%37.21
%15.5
%0
%49.41

Codes

Color #516D81 in popluar color models

516D81
RGB81109129
HSL205°22.86%41.18%
HSB/HSV205°37.21%50.59%
CMYK37.21%15.50%0.00%
49.41%

Color #516D81 in popluar number systems.

HEX516D81
Decimal81109129
Binary1010001110110110000001
Octal121155201

Shades and tints

Shades of #516D81

#516D81
(81,109,129)
#4A6476
(74,100,118)
#435B6B
(67,91,107)
#3C5260
(60,82,96)
#354955
(53,73,85)
#2E404A
(46,64,74)
#27373F
(39,55,63)
#202E34
(32,46,52)
#192529
(25,37,41)
#121C1E
(18,28,30)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #516D81

#516D81
(81,109,129)
#607A8C
(96,122,140)
#6F8797
(111,135,151)
#7E94A2
(126,148,162)
#8DA1AD
(141,161,173)
#9CAEB8
(156,174,184)
#ABBBC3
(171,187,195)
#BAC8CE
(186,200,206)
#C9D5D9
(201,213,217)
#D8E2E4
(216,226,228)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516D81 color. Also use rgb(81,109,129) instead hex code.

Text Font Color

.myTextColor { color: #516D81; }

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

This text font color is #516D81.


Background Color

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

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

This div background color is #516D81.


Border color

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

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

This div border color is #516D81.


Opacity

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

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

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

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

This text has shadow with #516D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516D81 on black background.


Color preview on white background

This text has color #516D81 on white background.



Black color preview on #516D81 background

This text has black color on #516D81 background.


White color preview on #516D81 background

This text has white color on #516D81 background.