COLOR #517CC1

HEX: #517CC1
RGB: (81,124,193)

Renk bilgisi

#517CC1 contains mainly blue color. #517CC1 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#517CC1 color RGB value is (81,124,193).

  • kırmız ton 81;
  • yeşil ton 124;
  • mavi ton 193.
RGB:
(81,124,193)
(32%,49%,76%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 124 of 255 = 49%
B 193 of 255 = 76%

81
124
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 124 + 193 = 398 (100%)
R 81 of 398 ~ 20.35%
G 124 of 398 ~ 31.16%
B 193 of 398 ~ 48.49%

%20.35
%31.16
%48.49

CMYK RENK MODELİ

#517CC1 rengi CMYK tonu (58,36,0,24).

  • camgöbeği tonu 58.03%
  • eflatun tonu 35.75%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(58,36,0,24)
C58M36Y0K24 
(58%,36%,0%,24%)
(0.58/0.36/0.00/0.24)	

CMYK yüzdeleri

%58.03
%35.75
%0
%24.31

Codes

Color #517CC1 in popluar color models

517CC1
RGB81124193
HSL217°47.46%53.73%
HSB/HSV217°58.03%75.69%
CMYK58.03%35.75%0.00%
24.31%

Color #517CC1 in popluar number systems.

HEX517CC1
Decimal81124193
Binary1010001111110011000001
Octal121174301

Shades and tints

Shades of #517CC1

#517CC1
(81,124,193)
#4A71B0
(74,113,176)
#43669F
(67,102,159)
#3C5B8E
(60,91,142)
#35507D
(53,80,125)
#2E456C
(46,69,108)
#273A5B
(39,58,91)
#202F4A
(32,47,74)
#192439
(25,36,57)
#121928
(18,25,40)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #517CC1

#517CC1
(81,124,193)
#6087C6
(96,135,198)
#6F92CB
(111,146,203)
#7E9DD0
(126,157,208)
#8DA8D5
(141,168,213)
#9CB3DA
(156,179,218)
#ABBEDF
(171,190,223)
#BAC9E4
(186,201,228)
#C9D4E9
(201,212,233)
#D8DFEE
(216,223,238)
#E7EAF3
(231,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517CC1; }

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

This text font color is #517CC1.


Background Color

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

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

This div background color is #517CC1.


Border color

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

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

This div border color is #517CC1.


Opacity

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

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

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

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

This text has shadow with #517CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517CC1 on black background.


Color preview on white background

This text has color #517CC1 on white background.



Black color preview on #517CC1 background

This text has black color on #517CC1 background.


White color preview on #517CC1 background

This text has white color on #517CC1 background.