COLOR #516865

HEX: #516865
RGB: (81,104,101)

Color info

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

RGB color model

#516865 color RGB value is (81,104,101).

  • red value is 81;
  • green value is 104;
  • blue value is 101.
RGB:
(81,104,101)
(32%,41%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 104 of 255 = 41%
B 101 of 255 = 40%

81
104
101

R + G + B ~ 38%. #516865 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 104 + 101 = 286 (100%)
R 81 of 286 ~ 28.32%
G 104 of 286 ~ 36.36%
B 101 of 286 ~ 35.31%

%28.32
%36.36
%35.31

CMYK color model

#516865 color CMYK value is (22,0,3,59).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 59.22%
CMYK:
(22,0,3,59)
C22M0Y3K59 
(22%,0%,3%,59%)
(0.22/0.00/0.03/0.59)	

CMYK percentages

%22.12
%0
%2.88
%59.22

Codes

Color #516865 in popluar color models

516865
RGB81104101
HSL172°12.43%36.27%
HSB/HSV172°22.12%40.78%
CMYK22.12%0.00%2.88%
59.22%

Color #516865 in popluar number systems.

HEX516865
Decimal81104101
Binary101000111010001100101
Octal121150145

Shades and tints

Shades of #516865

#516865
(81,104,101)
#4A5F5C
(74,95,92)
#435653
(67,86,83)
#3C4D4A
(60,77,74)
#354441
(53,68,65)
#2E3B38
(46,59,56)
#27322F
(39,50,47)
#202926
(32,41,38)
#19201D
(25,32,29)
#121714
(18,23,20)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #516865

#516865
(81,104,101)
#607573
(96,117,115)
#6F8281
(111,130,129)
#7E8F8F
(126,143,143)
#8D9C9D
(141,156,157)
#9CA9AB
(156,169,171)
#ABB6B9
(171,182,185)
#BAC3C7
(186,195,199)
#C9D0D5
(201,208,213)
#D8DDE3
(216,221,227)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516865 color. Also use rgb(81,104,101) instead hex code.

Text Font Color

.myTextColor { color: #516865; }

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

This text font color is #516865.


Background Color

.myBgColor { background-color: #516865; }

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

This div background color is #516865.


Border color

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

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

This div border color is #516865.


Opacity

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

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

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

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

This text has shadow with #516865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516865 on black background.


Color preview on white background

This text has color #516865 on white background.



Black color preview on #516865 background

This text has black color on #516865 background.


White color preview on #516865 background

This text has white color on #516865 background.