COLOR #516089

HEX: #516089
RGB: (81,96,137)

Color info

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

RGB color model

#516089 color RGB value is (81,96,137).

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

RGB channels and saturation

R 81 of 255 = 32%
G 96 of 255 = 38%
B 137 of 255 = 54%

81
96
137

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

Portions of RGB colors in percentages

R + G + B =
81 + 96 + 137 = 314 (100%)
R 81 of 314 ~ 25.8%
G 96 of 314 ~ 30.57%
B 137 of 314 ~ 43.63%

%25.8
%30.57
%43.63

CMYK color model

#516089 color CMYK value is (41,30,0,46).

  • cyan value is 40.88%
  • magenta value is 29.93%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(41,30,0,46)
C41M30Y0K46 
(41%,30%,0%,46%)
(0.41/0.30/0.00/0.46)	

CMYK percentages

%40.88
%29.93
%0
%46.27

Codes

Color #516089 in popluar color models

516089
RGB8196137
HSL224°25.69%42.75%
HSB/HSV224°40.88%53.73%
CMYK40.88%29.93%0.00%
46.27%

Color #516089 in popluar number systems.

HEX516089
Decimal8196137
Binary1010001110000010001001
Octal121140211

Shades and tints

Shades of #516089

#516089
(81,96,137)
#4A587D
(74,88,125)
#435071
(67,80,113)
#3C4865
(60,72,101)
#354059
(53,64,89)
#2E384D
(46,56,77)
#273041
(39,48,65)
#202835
(32,40,53)
#192029
(25,32,41)
#12181D
(18,24,29)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #516089

#516089
(81,96,137)
#606E93
(96,110,147)
#6F7C9D
(111,124,157)
#7E8AA7
(126,138,167)
#8D98B1
(141,152,177)
#9CA6BB
(156,166,187)
#ABB4C5
(171,180,197)
#BAC2CF
(186,194,207)
#C9D0D9
(201,208,217)
#D8DEE3
(216,222,227)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516089; }

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

This text font color is #516089.


Background Color

.myBgColor { background-color: #516089; }

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

This div background color is #516089.


Border color

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

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

This div border color is #516089.


Opacity

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

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

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

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

This text has shadow with #516089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516089 on black background.


Color preview on white background

This text has color #516089 on white background.



Black color preview on #516089 background

This text has black color on #516089 background.


White color preview on #516089 background

This text has white color on #516089 background.