COLOR #516560

HEX: #516560
RGB: (81,101,96)

Color info

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

RGB color model

#516560 color RGB value is (81,101,96).

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

RGB channels and saturation

R 81 of 255 = 32%
G 101 of 255 = 40%
B 96 of 255 = 38%

81
101
96

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

Portions of RGB colors in percentages

R + G + B =
81 + 101 + 96 = 278 (100%)
R 81 of 278 ~ 29.14%
G 101 of 278 ~ 36.33%
B 96 of 278 ~ 34.53%

%29.14
%36.33
%34.53

CMYK color model

#516560 color CMYK value is (20,0,5,60).

  • cyan value is 19.80%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 60.39%
CMYK:
(20,0,5,60)
C20M0Y5K60 
(20%,0%,5%,60%)
(0.20/0.00/0.05/0.60)	

CMYK percentages

%19.8
%0
%4.95
%60.39

Codes

Color #516560 in popluar color models

516560
RGB8110196
HSL165°10.99%35.69%
HSB/HSV165°19.80%39.61%
CMYK19.80%0.00%4.95%
60.39%

Color #516560 in popluar number systems.

HEX516560
Decimal8110196
Binary101000111001011100000
Octal121145140

Shades and tints

Shades of #516560

#516560
(81,101,96)
#4A5C58
(74,92,88)
#435350
(67,83,80)
#3C4A48
(60,74,72)
#354140
(53,65,64)
#2E3838
(46,56,56)
#272F30
(39,47,48)
#202628
(32,38,40)
#191D20
(25,29,32)
#121418
(18,20,24)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #516560

#516560
(81,101,96)
#60736E
(96,115,110)
#6F817C
(111,129,124)
#7E8F8A
(126,143,138)
#8D9D98
(141,157,152)
#9CABA6
(156,171,166)
#ABB9B4
(171,185,180)
#BAC7C2
(186,199,194)
#C9D5D0
(201,213,208)
#D8E3DE
(216,227,222)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516560; }

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

This text font color is #516560.


Background Color

.myBgColor { background-color: #516560; }

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

This div background color is #516560.


Border color

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

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

This div border color is #516560.


Opacity

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

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

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

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

This text has shadow with #516560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516560 on black background.


Color preview on white background

This text has color #516560 on white background.



Black color preview on #516560 background

This text has black color on #516560 background.


White color preview on #516560 background

This text has white color on #516560 background.