COLOR #516585

HEX: #516585
RGB: (81,101,133)

Color info

#516585 contains red, green and blue colors in about the same proportion. Web safe color of #516585 is #666699 (or #669).

RGB color model

#516585 color RGB value is (81,101,133).

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

RGB channels and saturation

R 81 of 255 = 32%
G 101 of 255 = 40%
B 133 of 255 = 52%

81
101
133

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

Portions of RGB colors in percentages

R + G + B =
81 + 101 + 133 = 315 (100%)
R 81 of 315 ~ 25.71%
G 101 of 315 ~ 32.06%
B 133 of 315 ~ 42.22%

%25.71
%32.06
%42.22

CMYK color model

#516585 color CMYK value is (39,24,0,48).

  • cyan value is 39.10%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(39,24,0,48)
C39M24Y0K48 
(39%,24%,0%,48%)
(0.39/0.24/0.00/0.48)	

CMYK percentages

%39.1
%24.06
%0
%47.84

Codes

Color #516585 in popluar color models

516585
RGB81101133
HSL217°24.30%41.96%
HSB/HSV217°39.10%52.16%
CMYK39.10%24.06%0.00%
47.84%

Color #516585 in popluar number systems.

HEX516585
Decimal81101133
Binary1010001110010110000101
Octal121145205

Shades and tints

Shades of #516585

#516585
(81,101,133)
#4A5C79
(74,92,121)
#43536D
(67,83,109)
#3C4A61
(60,74,97)
#354155
(53,65,85)
#2E3849
(46,56,73)
#272F3D
(39,47,61)
#202631
(32,38,49)
#191D25
(25,29,37)
#121419
(18,20,25)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #516585

#516585
(81,101,133)
#607390
(96,115,144)
#6F819B
(111,129,155)
#7E8FA6
(126,143,166)
#8D9DB1
(141,157,177)
#9CABBC
(156,171,188)
#ABB9C7
(171,185,199)
#BAC7D2
(186,199,210)
#C9D5DD
(201,213,221)
#D8E3E8
(216,227,232)
#E7F1F3
(231,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516585; }

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

This text font color is #516585.


Background Color

.myBgColor { background-color: #516585; }

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

This div background color is #516585.


Border color

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

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

This div border color is #516585.


Opacity

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

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

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

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

This text has shadow with #516585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516585 on black background.


Color preview on white background

This text has color #516585 on white background.



Black color preview on #516585 background

This text has black color on #516585 background.


White color preview on #516585 background

This text has white color on #516585 background.