COLOR #516F84

HEX: #516F84
RGB: (81,111,132)

Color info

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

RGB color model

#516F84 color RGB value is (81,111,132).

  • red value is 81;
  • green value is 111;
  • blue value is 132.
RGB:
(81,111,132)
(32%,44%,52%)

RGB channels and saturation

R 81 of 255 = 32%
G 111 of 255 = 44%
B 132 of 255 = 52%

81
111
132

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

Portions of RGB colors in percentages

R + G + B =
81 + 111 + 132 = 324 (100%)
R 81 of 324 ~ 25%
G 111 of 324 ~ 34.26%
B 132 of 324 ~ 40.74%

%25
%34.26
%40.74

CMYK color model

#516F84 color CMYK value is (39,16,0,48).

  • cyan value is 38.64%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(39,16,0,48)
C39M16Y0K48 
(39%,16%,0%,48%)
(0.39/0.16/0.00/0.48)	

CMYK percentages

%38.64
%15.91
%0
%48.24

Codes

Color #516F84 in popluar color models

516F84
RGB81111132
HSL205°23.94%41.76%
HSB/HSV205°38.64%51.76%
CMYK38.64%15.91%0.00%
48.24%

Color #516F84 in popluar number systems.

HEX516F84
Decimal81111132
Binary1010001110111110000100
Octal121157204

Shades and tints

Shades of #516F84

#516F84
(81,111,132)
#4A6578
(74,101,120)
#435B6C
(67,91,108)
#3C5160
(60,81,96)
#354754
(53,71,84)
#2E3D48
(46,61,72)
#27333C
(39,51,60)
#202930
(32,41,48)
#191F24
(25,31,36)
#121518
(18,21,24)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #516F84

#516F84
(81,111,132)
#607C8F
(96,124,143)
#6F899A
(111,137,154)
#7E96A5
(126,150,165)
#8DA3B0
(141,163,176)
#9CB0BB
(156,176,187)
#ABBDC6
(171,189,198)
#BACAD1
(186,202,209)
#C9D7DC
(201,215,220)
#D8E4E7
(216,228,231)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516F84 color. Also use rgb(81,111,132) instead hex code.

Text Font Color

.myTextColor { color: #516F84; }

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

This text font color is #516F84.


Background Color

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

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

This div background color is #516F84.


Border color

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

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

This div border color is #516F84.


Opacity

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

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

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

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

This text has shadow with #516F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516F84 on black background.


Color preview on white background

This text has color #516F84 on white background.



Black color preview on #516F84 background

This text has black color on #516F84 background.


White color preview on #516F84 background

This text has white color on #516F84 background.