COLOR #516277

HEX: #516277
RGB: (81,98,119)

Color info

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

RGB color model

#516277 color RGB value is (81,98,119).

  • red value is 81;
  • green value is 98;
  • blue value is 119.
RGB:
(81,98,119)
(32%,38%,47%)

RGB channels and saturation

R 81 of 255 = 32%
G 98 of 255 = 38%
B 119 of 255 = 47%

81
98
119

R + G + B ~ 39%. #516277 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 98 + 119 = 298 (100%)
R 81 of 298 ~ 27.18%
G 98 of 298 ~ 32.89%
B 119 of 298 ~ 39.93%

%27.18
%32.89
%39.93

CMYK color model

#516277 color CMYK value is (32,18,0,53).

  • cyan value is 31.93%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(32,18,0,53)
C32M18Y0K53 
(32%,18%,0%,53%)
(0.32/0.18/0.00/0.53)	

CMYK percentages

%31.93
%17.65
%0
%53.33

Codes

Color #516277 in popluar color models

516277
RGB8198119
HSL213°19.00%39.22%
HSB/HSV213°31.93%46.67%
CMYK31.93%17.65%0.00%
53.33%

Color #516277 in popluar number systems.

HEX516277
Decimal8198119
Binary101000111000101110111
Octal121142167

Shades and tints

Shades of #516277

#516277
(81,98,119)
#4A5A6D
(74,90,109)
#435263
(67,82,99)
#3C4A59
(60,74,89)
#35424F
(53,66,79)
#2E3A45
(46,58,69)
#27323B
(39,50,59)
#202A31
(32,42,49)
#192227
(25,34,39)
#121A1D
(18,26,29)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #516277

#516277
(81,98,119)
#607083
(96,112,131)
#6F7E8F
(111,126,143)
#7E8C9B
(126,140,155)
#8D9AA7
(141,154,167)
#9CA8B3
(156,168,179)
#ABB6BF
(171,182,191)
#BAC4CB
(186,196,203)
#C9D2D7
(201,210,215)
#D8E0E3
(216,224,227)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516277 color. Also use rgb(81,98,119) instead hex code.

Text Font Color

.myTextColor { color: #516277; }

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

This text font color is #516277.


Background Color

.myBgColor { background-color: #516277; }

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

This div background color is #516277.


Border color

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

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

This div border color is #516277.


Opacity

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

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

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

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

This text has shadow with #516277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516277 on black background.


Color preview on white background

This text has color #516277 on white background.



Black color preview on #516277 background

This text has black color on #516277 background.


White color preview on #516277 background

This text has white color on #516277 background.