COLOR #517092

HEX: #517092
RGB: (81,112,146)

Color info

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

RGB color model

#517092 color RGB value is (81,112,146).

  • red value is 81;
  • green value is 112;
  • blue value is 146.
RGB:
(81,112,146)
(32%,44%,57%)

RGB channels and saturation

R 81 of 255 = 32%
G 112 of 255 = 44%
B 146 of 255 = 57%

81
112
146

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

Portions of RGB colors in percentages

R + G + B =
81 + 112 + 146 = 339 (100%)
R 81 of 339 ~ 23.89%
G 112 of 339 ~ 33.04%
B 146 of 339 ~ 43.07%

%23.89
%33.04
%43.07

CMYK color model

#517092 color CMYK value is (45,23,0,43).

  • cyan value is 44.52%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(45,23,0,43)
C45M23Y0K43 
(45%,23%,0%,43%)
(0.45/0.23/0.00/0.43)	

CMYK percentages

%44.52
%23.29
%0
%42.75

Codes

Color #517092 in popluar color models

517092
RGB81112146
HSL211°28.63%44.51%
HSB/HSV211°44.52%57.25%
CMYK44.52%23.29%0.00%
42.75%

Color #517092 in popluar number systems.

HEX517092
Decimal81112146
Binary1010001111000010010010
Octal121160222

Shades and tints

Shades of #517092

#517092
(81,112,146)
#4A6685
(74,102,133)
#435C78
(67,92,120)
#3C526B
(60,82,107)
#35485E
(53,72,94)
#2E3E51
(46,62,81)
#273444
(39,52,68)
#202A37
(32,42,55)
#19202A
(25,32,42)
#12161D
(18,22,29)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #517092

#517092
(81,112,146)
#607D9B
(96,125,155)
#6F8AA4
(111,138,164)
#7E97AD
(126,151,173)
#8DA4B6
(141,164,182)
#9CB1BF
(156,177,191)
#ABBEC8
(171,190,200)
#BACBD1
(186,203,209)
#C9D8DA
(201,216,218)
#D8E5E3
(216,229,227)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517092 color. Also use rgb(81,112,146) instead hex code.

Text Font Color

.myTextColor { color: #517092; }

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

This text font color is #517092.


Background Color

.myBgColor { background-color: #517092; }

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

This div background color is #517092.


Border color

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

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

This div border color is #517092.


Opacity

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

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

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

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

This text has shadow with #517092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517092 on black background.


Color preview on white background

This text has color #517092 on white background.



Black color preview on #517092 background

This text has black color on #517092 background.


White color preview on #517092 background

This text has white color on #517092 background.