COLOR #526A87

HEX: #526A87
RGB: (82,106,135)

Color info

#526A87 contains red, green and blue colors in about the same proportion. Web safe color of #526A87 is #666699 (or #669).

RGB color model

#526A87 color RGB value is (82,106,135).

  • red value is 82;
  • green value is 106;
  • blue value is 135.
RGB:
(82,106,135)
(32%,42%,53%)

RGB channels and saturation

R 82 of 255 = 32%
G 106 of 255 = 42%
B 135 of 255 = 53%

82
106
135

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

Portions of RGB colors in percentages

R + G + B =
82 + 106 + 135 = 323 (100%)
R 82 of 323 ~ 25.39%
G 106 of 323 ~ 32.82%
B 135 of 323 ~ 41.8%

%25.39
%32.82
%41.8

CMYK color model

#526A87 color CMYK value is (39,21,0,47).

  • cyan value is 39.26%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(39,21,0,47)
C39M21Y0K47 
(39%,21%,0%,47%)
(0.39/0.21/0.00/0.47)	

CMYK percentages

%39.26
%21.48
%0
%47.06

Codes

Color #526A87 in popluar color models

526A87
RGB82106135
HSL213°24.42%42.55%
HSB/HSV213°39.26%52.94%
CMYK39.26%21.48%0.00%
47.06%

Color #526A87 in popluar number systems.

HEX526A87
Decimal82106135
Binary1010010110101010000111
Octal122152207

Shades and tints

Shades of #526A87

#526A87
(82,106,135)
#4B617B
(75,97,123)
#44586F
(68,88,111)
#3D4F63
(61,79,99)
#364657
(54,70,87)
#2F3D4B
(47,61,75)
#28343F
(40,52,63)
#212B33
(33,43,51)
#1A2227
(26,34,39)
#13191B
(19,25,27)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #526A87

#526A87
(82,106,135)
#617791
(97,119,145)
#70849B
(112,132,155)
#7F91A5
(127,145,165)
#8E9EAF
(142,158,175)
#9DABB9
(157,171,185)
#ACB8C3
(172,184,195)
#BBC5CD
(187,197,205)
#CAD2D7
(202,210,215)
#D9DFE1
(217,223,225)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526A87 color. Also use rgb(82,106,135) instead hex code.

Text Font Color

.myTextColor { color: #526A87; }

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

This text font color is #526A87.


Background Color

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

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

This div background color is #526A87.


Border color

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

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

This div border color is #526A87.


Opacity

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

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

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

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

This text has shadow with #526A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526A87 on black background.


Color preview on white background

This text has color #526A87 on white background.



Black color preview on #526A87 background

This text has black color on #526A87 background.


White color preview on #526A87 background

This text has white color on #526A87 background.