COLOR #517491

HEX: #517491
RGB: (81,116,145)

Color info

#517491 contains mainly green and blue colors. Web safe color of #517491 is #666699 (or #669).

RGB color model

#517491 color RGB value is (81,116,145).

  • red value is 81;
  • green value is 116;
  • blue value is 145.
RGB:
(81,116,145)
(32%,45%,57%)

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 145 of 255 = 57%

81
116
145

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

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 145 = 342 (100%)
R 81 of 342 ~ 23.68%
G 116 of 342 ~ 33.92%
B 145 of 342 ~ 42.4%

%23.68
%33.92
%42.4

CMYK color model

#517491 color CMYK value is (44,20,0,43).

  • cyan value is 44.14%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(44,20,0,43)
C44M20Y0K43 
(44%,20%,0%,43%)
(0.44/0.20/0.00/0.43)	

CMYK percentages

%44.14
%20
%0
%43.14

Codes

Color #517491 in popluar color models

517491
RGB81116145
HSL207°28.32%44.31%
HSB/HSV207°44.14%56.86%
CMYK44.14%20.00%0.00%
43.14%

Color #517491 in popluar number systems.

HEX517491
Decimal81116145
Binary1010001111010010010001
Octal121164221

Shades and tints

Shades of #517491

#517491
(81,116,145)
#4A6A84
(74,106,132)
#436077
(67,96,119)
#3C566A
(60,86,106)
#354C5D
(53,76,93)
#2E4250
(46,66,80)
#273843
(39,56,67)
#202E36
(32,46,54)
#192429
(25,36,41)
#121A1C
(18,26,28)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #517491

#517491
(81,116,145)
#60809B
(96,128,155)
#6F8CA5
(111,140,165)
#7E98AF
(126,152,175)
#8DA4B9
(141,164,185)
#9CB0C3
(156,176,195)
#ABBCCD
(171,188,205)
#BAC8D7
(186,200,215)
#C9D4E1
(201,212,225)
#D8E0EB
(216,224,235)
#E7ECF5
(231,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517491 color. Also use rgb(81,116,145) instead hex code.

Text Font Color

.myTextColor { color: #517491; }

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

This text font color is #517491.


Background Color

.myBgColor { background-color: #517491; }

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

This div background color is #517491.


Border color

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

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

This div border color is #517491.


Opacity

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

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

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

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

This text has shadow with #517491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517491 on black background.


Color preview on white background

This text has color #517491 on white background.



Black color preview on #517491 background

This text has black color on #517491 background.


White color preview on #517491 background

This text has white color on #517491 background.