COLOR #517CBF

HEX: #517CBF RGB: (81,124,191)

Color info

#517CBF contains mainly blue color. Web safe color of #517CBF is #6666CC (or #66C).

RGB color model

#517CBF color RGB value is (81,124,191).

RGB: (81,124,191) (32%, 49%, 75%)

RGB channels and saturation

R 81 of 255 = 32%
G 124 of 255 = 49%
B 191 of 255 = 75%

81
124
191

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

Portions of RGB colors in percentages

R + G + B = 81 + 124 + 191 = 396 (100%)
R 81 of 396 ~ 20.45%
G 124 of 396 ~ 31.31%
B 191 of 396 ~ 48.23'%

%20.45
%31.31
%48.23

CMYK color model

#517CBF color CMYK value is (58,35,0,25).

  • cyan value is 57.59%
  • magenta value is 35.08%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (58,35,0,25) C58M35Y0K25 (58%,35%,0%,25%) (0.58/0.35/0.00/0.25) 

CMYK percentages

%57.59
%35.08
%0
%25.1

Codes

Color #517CBF in popluar color models

51 7C BF
RGB 81 124 191
HSL 217° 46.22% 53.33%
HSB/HSV 217° 57.59% 74.90%
CMYK 57.59% 35.08% 0.00%
25.10%

Color #517CBF in popluar number systems.

HEX 51 7C BF
Decimal 81 124 191
Binary 1010001 1111100 10111111
Octal 121 174 277

Shades and tints

Shades of #517CBF

#517CBF
(81,124,191)
#4A71AE
(74,113,174)
#43669D
(67,102,157)
#3C5B8C
(60,91,140)
#35507B
(53,80,123)
#2E456A
(46,69,106)
#273A59
(39,58,89)
#202F48
(32,47,72)
#192437
(25,36,55)
#121926
(18,25,38)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #517CBF

#517CBF
(81,124,191)
#6087C4
(96,135,196)
#6F92C9
(111,146,201)
#7E9DCE
(126,157,206)
#8DA8D3
(141,168,211)
#9CB3D8
(156,179,216)
#ABBEDD
(171,190,221)
#BAC9E2
(186,201,226)
#C9D4E7
(201,212,231)
#D8DFEC
(216,223,236)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517CBF; }

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

This text font color is #517CBF.

Background Color

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

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

This div background color is #517CBF.

Border color

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

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

This div border color is #517CBF.

Opacity

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

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

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

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

This text has shadow with #517CBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517CBF.

Preview

Color preview on black background

This text has color #517CBF on black background.


Color preview on white background

This text has color #517CBF on white background.


Black color preview on #517CBF background

This text has black color on #517CBF background.


White color preview on #517CBF background

This text has white color on #517CBF background.


Related colors

Complementary color

Complementary color for #hex is #AE8340.


I love getcolorcode.com

Triadic colors

1 #BF517C and #7CBF51 with #517CBF are triadic colors.

2 #BF7C51 and #7C51BF with #517CBF are triadic colors.