COLOR #5270C5

HEX: #5270C5
RGB: (82,112,197)

Color info

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

RGB color model

#5270C5 color RGB value is (82,112,197).

  • red value is 82;
  • green value is 112;
  • blue value is 197.
RGB:
(82,112,197)
(32%,44%,77%)

RGB channels and saturation

R 82 of 255 = 32%
G 112 of 255 = 44%
B 197 of 255 = 77%

82
112
197

R + G + B ~ 51%. #5270C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 112 + 197 = 391 (100%)
R 82 of 391 ~ 20.97%
G 112 of 391 ~ 28.64%
B 197 of 391 ~ 50.38%

%20.97
%28.64
%50.38

CMYK color model

#5270C5 color CMYK value is (58,43,0,23).

  • cyan value is 58.38%
  • magenta value is 43.15%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(58,43,0,23)
C58M43Y0K23 
(58%,43%,0%,23%)
(0.58/0.43/0.00/0.23)	

CMYK percentages

%58.38
%43.15
%0
%22.75

Codes

Color #5270C5 in popluar color models

5270C5
RGB82112197
HSL224°49.78%54.71%
HSB/HSV224°58.38%77.25%
CMYK58.38%43.15%0.00%
22.75%

Color #5270C5 in popluar number systems.

HEX5270C5
Decimal82112197
Binary1010010111000011000101
Octal122160305

Shades and tints

Shades of #5270C5

#5270C5
(82,112,197)
#4B66B4
(75,102,180)
#445CA3
(68,92,163)
#3D5292
(61,82,146)
#364881
(54,72,129)
#2F3E70
(47,62,112)
#28345F
(40,52,95)
#212A4E
(33,42,78)
#1A203D
(26,32,61)
#13162C
(19,22,44)
#0C0C1B
(12,12,27)
#000000
(0,0,0)

Tints of #5270C5

#5270C5
(82,112,197)
#617DCA
(97,125,202)
#708ACF
(112,138,207)
#7F97D4
(127,151,212)
#8EA4D9
(142,164,217)
#9DB1DE
(157,177,222)
#ACBEE3
(172,190,227)
#BBCBE8
(187,203,232)
#CAD8ED
(202,216,237)
#D9E5F2
(217,229,242)
#E8F2F7
(232,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5270C5 color. Also use rgb(82,112,197) instead hex code.

Text Font Color

.myTextColor { color: #5270C5; }

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

This text font color is #5270C5.


Background Color

.myBgColor { background-color: #5270C5; }

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

This div background color is #5270C5.


Border color

.myBorderColor { border: 1px solid #5270C5; }

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

This div border color is #5270C5.


Opacity

.myOpacity80 { color: #5270C5; opacity: 0.8; }

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

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

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

This text has shadow with #5270C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5270C5 on black background.


Color preview on white background

This text has color #5270C5 on white background.



Black color preview on #5270C5 background

This text has black color on #5270C5 background.


White color preview on #5270C5 background

This text has white color on #5270C5 background.