COLOR #526ECD

HEX: #526ECD
RGB: (82,110,205)

Color info

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

RGB color model

#526ECD color RGB value is (82,110,205).

  • red value is 82;
  • green value is 110;
  • blue value is 205.
RGB:
(82,110,205)
(32%,43%,80%)

RGB channels and saturation

R 82 of 255 = 32%
G 110 of 255 = 43%
B 205 of 255 = 80%

82
110
205

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

Portions of RGB colors in percentages

R + G + B =
82 + 110 + 205 = 397 (100%)
R 82 of 397 ~ 20.65%
G 110 of 397 ~ 27.71%
B 205 of 397 ~ 51.64%

%20.65
%27.71
%51.64

CMYK color model

#526ECD color CMYK value is (60,46,0,20).

  • cyan value is 60.00%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(60,46,0,20)
C60M46Y0K20 
(60%,46%,0%,20%)
(0.60/0.46/0.00/0.20)	

CMYK percentages

%60
%46.34
%0
%19.61

Codes

Color #526ECD in popluar color models

526ECD
RGB82110205
HSL226°55.16%56.27%
HSB/HSV226°60.00%80.39%
CMYK60.00%46.34%0.00%
19.61%

Color #526ECD in popluar number systems.

HEX526ECD
Decimal82110205
Binary1010010110111011001101
Octal122156315

Shades and tints

Shades of #526ECD

#526ECD
(82,110,205)
#4B64BB
(75,100,187)
#445AA9
(68,90,169)
#3D5097
(61,80,151)
#364685
(54,70,133)
#2F3C73
(47,60,115)
#283261
(40,50,97)
#21284F
(33,40,79)
#1A1E3D
(26,30,61)
#13142B
(19,20,43)
#0C0A19
(12,10,25)
#000000
(0,0,0)

Tints of #526ECD

#526ECD
(82,110,205)
#617BD1
(97,123,209)
#7088D5
(112,136,213)
#7F95D9
(127,149,217)
#8EA2DD
(142,162,221)
#9DAFE1
(157,175,225)
#ACBCE5
(172,188,229)
#BBC9E9
(187,201,233)
#CAD6ED
(202,214,237)
#D9E3F1
(217,227,241)
#E8F0F5
(232,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526ECD color. Also use rgb(82,110,205) instead hex code.

Text Font Color

.myTextColor { color: #526ECD; }

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

This text font color is #526ECD.


Background Color

.myBgColor { background-color: #526ECD; }

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

This div background color is #526ECD.


Border color

.myBorderColor { border: 1px solid #526ECD; }

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

This div border color is #526ECD.


Opacity

.myOpacity80 { color: #526ECD; opacity: 0.8; }

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

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

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

This text has shadow with #526ECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526ECD on black background.


Color preview on white background

This text has color #526ECD on white background.



Black color preview on #526ECD background

This text has black color on #526ECD background.


White color preview on #526ECD background

This text has white color on #526ECD background.