COLOR #516B7C

HEX: #516B7C
RGB: (81,107,124)

Color info

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

RGB color model

#516B7C color RGB value is (81,107,124).

  • red value is 81;
  • green value is 107;
  • blue value is 124.
RGB:
(81,107,124)
(32%,42%,49%)

RGB channels and saturation

R 81 of 255 = 32%
G 107 of 255 = 42%
B 124 of 255 = 49%

81
107
124

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

Portions of RGB colors in percentages

R + G + B =
81 + 107 + 124 = 312 (100%)
R 81 of 312 ~ 25.96%
G 107 of 312 ~ 34.29%
B 124 of 312 ~ 39.74%

%25.96
%34.29
%39.74

CMYK color model

#516B7C color CMYK value is (35,14,0,51).

  • cyan value is 34.68%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(35,14,0,51)
C35M14Y0K51 
(35%,14%,0%,51%)
(0.35/0.14/0.00/0.51)	

CMYK percentages

%34.68
%13.71
%0
%51.37

Codes

Color #516B7C in popluar color models

516B7C
RGB81107124
HSL204°20.98%40.20%
HSB/HSV204°34.68%48.63%
CMYK34.68%13.71%0.00%
51.37%

Color #516B7C in popluar number systems.

HEX516B7C
Decimal81107124
Binary101000111010111111100
Octal121153174

Shades and tints

Shades of #516B7C

#516B7C
(81,107,124)
#4A6271
(74,98,113)
#435966
(67,89,102)
#3C505B
(60,80,91)
#354750
(53,71,80)
#2E3E45
(46,62,69)
#27353A
(39,53,58)
#202C2F
(32,44,47)
#192324
(25,35,36)
#121A19
(18,26,25)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #516B7C

#516B7C
(81,107,124)
#607887
(96,120,135)
#6F8592
(111,133,146)
#7E929D
(126,146,157)
#8D9FA8
(141,159,168)
#9CACB3
(156,172,179)
#ABB9BE
(171,185,190)
#BAC6C9
(186,198,201)
#C9D3D4
(201,211,212)
#D8E0DF
(216,224,223)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516B7C; }

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

This text font color is #516B7C.


Background Color

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

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

This div background color is #516B7C.


Border color

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

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

This div border color is #516B7C.


Opacity

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

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

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

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

This text has shadow with #516B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516B7C on black background.


Color preview on white background

This text has color #516B7C on white background.



Black color preview on #516B7C background

This text has black color on #516B7C background.


White color preview on #516B7C background

This text has white color on #516B7C background.