COLOR #516564

HEX: #516564
RGB: (81,101,100)

Color info

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

RGB color model

#516564 color RGB value is (81,101,100).

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

RGB channels and saturation

R 81 of 255 = 32%
G 101 of 255 = 40%
B 100 of 255 = 39%

81
101
100

R + G + B ~ 37%. #516564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 101 + 100 = 282 (100%)
R 81 of 282 ~ 28.72%
G 101 of 282 ~ 35.82%
B 100 of 282 ~ 35.46%

%28.72
%35.82
%35.46

CMYK color model

#516564 color CMYK value is (20,0,1,60).

  • cyan value is 19.80%
  • magenta value is 0.00%
  • yellow value is 0.99%
  • key color value is 60.39%
CMYK:
(20,0,1,60)
C20M0Y1K60 
(20%,0%,1%,60%)
(0.20/0.00/0.01/0.60)	

CMYK percentages

%19.8
%0
%0.99
%60.39

Codes

Color #516564 in popluar color models

516564
RGB81101100
HSL177°10.99%35.69%
HSB/HSV177°19.80%39.61%
CMYK19.80%0.00%0.99%
60.39%

Color #516564 in popluar number systems.

HEX516564
Decimal81101100
Binary101000111001011100100
Octal121145144

Shades and tints

Shades of #516564

#516564
(81,101,100)
#4A5C5B
(74,92,91)
#435352
(67,83,82)
#3C4A49
(60,74,73)
#354140
(53,65,64)
#2E3837
(46,56,55)
#272F2E
(39,47,46)
#202625
(32,38,37)
#191D1C
(25,29,28)
#121413
(18,20,19)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #516564

#516564
(81,101,100)
#607372
(96,115,114)
#6F8180
(111,129,128)
#7E8F8E
(126,143,142)
#8D9D9C
(141,157,156)
#9CABAA
(156,171,170)
#ABB9B8
(171,185,184)
#BAC7C6
(186,199,198)
#C9D5D4
(201,213,212)
#D8E3E2
(216,227,226)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516564; }

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

This text font color is #516564.


Background Color

.myBgColor { background-color: #516564; }

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

This div background color is #516564.


Border color

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

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

This div border color is #516564.


Opacity

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

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

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

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

This text has shadow with #516564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516564 on black background.


Color preview on white background

This text has color #516564 on white background.



Black color preview on #516564 background

This text has black color on #516564 background.


White color preview on #516564 background

This text has white color on #516564 background.