COLOR #517891

HEX: #517891
RGB: (81,120,145)

Color info

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

RGB color model

#517891 color RGB value is (81,120,145).

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

RGB channels and saturation

R 81 of 255 = 32%
G 120 of 255 = 47%
B 145 of 255 = 57%

81
120
145

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

Portions of RGB colors in percentages

R + G + B =
81 + 120 + 145 = 346 (100%)
R 81 of 346 ~ 23.41%
G 120 of 346 ~ 34.68%
B 145 of 346 ~ 41.91%

%23.41
%34.68
%41.91

CMYK color model

#517891 color CMYK value is (44,17,0,43).

  • cyan value is 44.14%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(44,17,0,43)
C44M17Y0K43 
(44%,17%,0%,43%)
(0.44/0.17/0.00/0.43)	

CMYK percentages

%44.14
%17.24
%0
%43.14

Codes

Color #517891 in popluar color models

517891
RGB81120145
HSL203°28.32%44.31%
HSB/HSV203°44.14%56.86%
CMYK44.14%17.24%0.00%
43.14%

Color #517891 in popluar number systems.

HEX517891
Decimal81120145
Binary1010001111100010010001
Octal121170221

Shades and tints

Shades of #517891

#517891
(81,120,145)
#4A6E84
(74,110,132)
#436477
(67,100,119)
#3C5A6A
(60,90,106)
#35505D
(53,80,93)
#2E4650
(46,70,80)
#273C43
(39,60,67)
#203236
(32,50,54)
#192829
(25,40,41)
#121E1C
(18,30,28)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #517891

#517891
(81,120,145)
#60849B
(96,132,155)
#6F90A5
(111,144,165)
#7E9CAF
(126,156,175)
#8DA8B9
(141,168,185)
#9CB4C3
(156,180,195)
#ABC0CD
(171,192,205)
#BACCD7
(186,204,215)
#C9D8E1
(201,216,225)
#D8E4EB
(216,228,235)
#E7F0F5
(231,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517891; }

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

This text font color is #517891.


Background Color

.myBgColor { background-color: #517891; }

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

This div background color is #517891.


Border color

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

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

This div border color is #517891.


Opacity

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

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

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

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

This text has shadow with #517891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517891 on black background.


Color preview on white background

This text has color #517891 on white background.



Black color preview on #517891 background

This text has black color on #517891 background.


White color preview on #517891 background

This text has white color on #517891 background.