COLOR #526CC8

HEX: #526CC8
RGB: (82,108,200)

Color info

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

RGB color model

#526CC8 color RGB value is (82,108,200).

  • red value is 82;
  • green value is 108;
  • blue value is 200.
RGB:
(82,108,200)
(32%,42%,78%)

RGB channels and saturation

R 82 of 255 = 32%
G 108 of 255 = 42%
B 200 of 255 = 78%

82
108
200

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

Portions of RGB colors in percentages

R + G + B =
82 + 108 + 200 = 390 (100%)
R 82 of 390 ~ 21.03%
G 108 of 390 ~ 27.69%
B 200 of 390 ~ 51.28%

%21.03
%27.69
%51.28

CMYK color model

#526CC8 color CMYK value is (59,46,0,22).

  • cyan value is 59.00%
  • magenta value is 46.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(59,46,0,22)
C59M46Y0K22 
(59%,46%,0%,22%)
(0.59/0.46/0.00/0.22)	

CMYK percentages

%59
%46
%0
%21.57

Codes

Color #526CC8 in popluar color models

526CC8
RGB82108200
HSL227°51.75%55.29%
HSB/HSV227°59.00%78.43%
CMYK59.00%46.00%0.00%
21.57%

Color #526CC8 in popluar number systems.

HEX526CC8
Decimal82108200
Binary1010010110110011001000
Octal122154310

Shades and tints

Shades of #526CC8

#526CC8
(82,108,200)
#4B63B6
(75,99,182)
#445AA4
(68,90,164)
#3D5192
(61,81,146)
#364880
(54,72,128)
#2F3F6E
(47,63,110)
#28365C
(40,54,92)
#212D4A
(33,45,74)
#1A2438
(26,36,56)
#131B26
(19,27,38)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #526CC8

#526CC8
(82,108,200)
#6179CD
(97,121,205)
#7086D2
(112,134,210)
#7F93D7
(127,147,215)
#8EA0DC
(142,160,220)
#9DADE1
(157,173,225)
#ACBAE6
(172,186,230)
#BBC7EB
(187,199,235)
#CAD4F0
(202,212,240)
#D9E1F5
(217,225,245)
#E8EEFA
(232,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526CC8 color. Also use rgb(82,108,200) instead hex code.

Text Font Color

.myTextColor { color: #526CC8; }

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

This text font color is #526CC8.


Background Color

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

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

This div background color is #526CC8.


Border color

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

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

This div border color is #526CC8.


Opacity

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

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

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

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

This text has shadow with #526CC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526CC8 on black background.


Color preview on white background

This text has color #526CC8 on white background.



Black color preview on #526CC8 background

This text has black color on #526CC8 background.


White color preview on #526CC8 background

This text has white color on #526CC8 background.