COLOR #526EAC

HEX: #526EAC
RGB: (82,110,172)

Color info

#526EAC contains mainly blue color. Web safe color of #526EAC is #666699 (or #669).

RGB color model

#526EAC color RGB value is (82,110,172).

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

RGB channels and saturation

R 82 of 255 = 32%
G 110 of 255 = 43%
B 172 of 255 = 67%

82
110
172

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

Portions of RGB colors in percentages

R + G + B =
82 + 110 + 172 = 364 (100%)
R 82 of 364 ~ 22.53%
G 110 of 364 ~ 30.22%
B 172 of 364 ~ 47.25%

%22.53
%30.22
%47.25

CMYK color model

#526EAC color CMYK value is (52,36,0,33).

  • cyan value is 52.33%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(52,36,0,33)
C52M36Y0K33 
(52%,36%,0%,33%)
(0.52/0.36/0.00/0.33)	

CMYK percentages

%52.33
%36.05
%0
%32.55

Codes

Color #526EAC in popluar color models

526EAC
RGB82110172
HSL221°35.43%49.80%
HSB/HSV221°52.33%67.45%
CMYK52.33%36.05%0.00%
32.55%

Color #526EAC in popluar number systems.

HEX526EAC
Decimal82110172
Binary1010010110111010101100
Octal122156254

Shades and tints

Shades of #526EAC

#526EAC
(82,110,172)
#4B649D
(75,100,157)
#445A8E
(68,90,142)
#3D507F
(61,80,127)
#364670
(54,70,112)
#2F3C61
(47,60,97)
#283252
(40,50,82)
#212843
(33,40,67)
#1A1E34
(26,30,52)
#131425
(19,20,37)
#0C0A16
(12,10,22)
#000000
(0,0,0)

Tints of #526EAC

#526EAC
(82,110,172)
#617BB3
(97,123,179)
#7088BA
(112,136,186)
#7F95C1
(127,149,193)
#8EA2C8
(142,162,200)
#9DAFCF
(157,175,207)
#ACBCD6
(172,188,214)
#BBC9DD
(187,201,221)
#CAD6E4
(202,214,228)
#D9E3EB
(217,227,235)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526EAC; }

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

This text font color is #526EAC.


Background Color

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

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

This div background color is #526EAC.


Border color

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

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

This div border color is #526EAC.


Opacity

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

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

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

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

This text has shadow with #526EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526EAC on black background.


Color preview on white background

This text has color #526EAC on white background.



Black color preview on #526EAC background

This text has black color on #526EAC background.


White color preview on #526EAC background

This text has white color on #526EAC background.