COLOR #516B78

HEX: #516B78 RGB: (81,107,120)

Color info

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

RGB color model

#516B78 color RGB value is (81,107,120).

RGB: (81,107,120) (32%, 42%, 47%)

RGB channels and saturation

R 81 of 255 = 32%
G 107 of 255 = 42%
B 120 of 255 = 47%

81
107
120

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

Portions of RGB colors in percentages

R + G + B = 81 + 107 + 120 = 308 (100%)
R 81 of 308 ~ 26.3%
G 107 of 308 ~ 34.74%
B 120 of 308 ~ 38.96'%

%26.3
%34.74
%38.96

CMYK color model

#516B78 color CMYK value is (33,11,0,53).

  • cyan value is 32.50%
  • magenta value is 10.83%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (33,11,0,53)
C33M11Y0K53 (33%, 11%, 0%, 53%)
(0.33 / 0.11 / 0.00 / 0.53)

CMYK percentages

%32.5
%10.83
%0
%52.94

Codes

Color #516B78 in popluar color models

51 6B 78
RGB 81 107 120
HSL 200° 19.40% 39.41%
HSB/HSV 200° 32.50% 47.06%
CMYK 32.50% 10.83% 0.00%
52.94%

Color #516B78 in popluar number systems.

HEX 51 6B 78
Decimal 81 107 120
Binary 1010001 1101011 1111000
Octal 121 153 170

Shades and tints

Shades of #516B78

#516B78
(81,107,120)
#4A626E
(74,98,110)
#435964
(67,89,100)
#3C505A
(60,80,90)
#354750
(53,71,80)
#2E3E46
(46,62,70)
#27353C
(39,53,60)
#202C32
(32,44,50)
#192328
(25,35,40)
#121A1E
(18,26,30)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #516B78

#516B78
(81,107,120)
#607884
(96,120,132)
#6F8590
(111,133,144)
#7E929C
(126,146,156)
#8D9FA8
(141,159,168)
#9CACB4
(156,172,180)
#ABB9C0
(171,185,192)
#BAC6CC
(186,198,204)
#C9D3D8
(201,211,216)
#D8E0E4
(216,224,228)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516B78 color. Also use rgb(81,107,120) instead hex code.

Text Font Color

.myTextColor { color: #516B78; }

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

This text font color is #516B78.

Background Color

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

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

This div background color is #516B78.

Border color

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

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

This div border color is #516B78.

Opacity

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

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

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

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

This text has shadow with #516B78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #516B78.

Preview

Color preview on black background

This text has color #516B78 on black background.


Color preview on white background

This text has color #516B78 on white background.


Black color preview on #516B78 background

This text has black color on #516B78 background.


White color preview on #516B78 background

This text has white color on #516B78 background.


Related colors

Complementary color

Complementary color for #hex is #AE9487.


I love getcolorcode.com

Triadic colors

1 #78516B and #6B7851 with #516B78 are triadic colors.

2 #786B51 and #6B5178 with #516B78 are triadic colors.