COLOR #517CA2

HEX: #517CA2
RGB: (81,124,162)

Color info

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

RGB color model

#517CA2 color RGB value is (81,124,162).

  • red value is 81;
  • green value is 124;
  • blue value is 162.
RGB:
(81,124,162)
(32%,49%,64%)

RGB channels and saturation

R 81 of 255 = 32%
G 124 of 255 = 49%
B 162 of 255 = 64%

81
124
162

R + G + B ~ 48%. #517CA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 124 + 162 = 367 (100%)
R 81 of 367 ~ 22.07%
G 124 of 367 ~ 33.79%
B 162 of 367 ~ 44.14%

%22.07
%33.79
%44.14

CMYK color model

#517CA2 color CMYK value is (50,23,0,36).

  • cyan value is 50.00%
  • magenta value is 23.46%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(50,23,0,36)
C50M23Y0K36 
(50%,23%,0%,36%)
(0.50/0.23/0.00/0.36)	

CMYK percentages

%50
%23.46
%0
%36.47

Codes

Color #517CA2 in popluar color models

517CA2
RGB81124162
HSL208°33.33%47.65%
HSB/HSV208°50.00%63.53%
CMYK50.00%23.46%0.00%
36.47%

Color #517CA2 in popluar number systems.

HEX517CA2
Decimal81124162
Binary1010001111110010100010
Octal121174242

Shades and tints

Shades of #517CA2

#517CA2
(81,124,162)
#4A7194
(74,113,148)
#436686
(67,102,134)
#3C5B78
(60,91,120)
#35506A
(53,80,106)
#2E455C
(46,69,92)
#273A4E
(39,58,78)
#202F40
(32,47,64)
#192432
(25,36,50)
#121924
(18,25,36)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #517CA2

#517CA2
(81,124,162)
#6087AA
(96,135,170)
#6F92B2
(111,146,178)
#7E9DBA
(126,157,186)
#8DA8C2
(141,168,194)
#9CB3CA
(156,179,202)
#ABBED2
(171,190,210)
#BAC9DA
(186,201,218)
#C9D4E2
(201,212,226)
#D8DFEA
(216,223,234)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517CA2 color. Also use rgb(81,124,162) instead hex code.

Text Font Color

.myTextColor { color: #517CA2; }

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

This text font color is #517CA2.


Background Color

.myBgColor { background-color: #517CA2; }

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

This div background color is #517CA2.


Border color

.myBorderColor { border: 1px solid #517CA2; }

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

This div border color is #517CA2.


Opacity

.myOpacity80 { color: #517CA2; opacity: 0.8; }

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

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

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

This text has shadow with #517CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517CA2 on black background.


Color preview on white background

This text has color #517CA2 on white background.



Black color preview on #517CA2 background

This text has black color on #517CA2 background.


White color preview on #517CA2 background

This text has white color on #517CA2 background.