COLOR #526F9D

HEX: #526F9D
RGB: (82,111,157)

Color info

#526F9D contains mainly green and blue colors. Web safe color of #526F9D is #666699 (or #669).

RGB color model

#526F9D color RGB value is (82,111,157).

  • red value is 82;
  • green value is 111;
  • blue value is 157.
RGB:
(82,111,157)
(32%,44%,62%)

RGB channels and saturation

R 82 of 255 = 32%
G 111 of 255 = 44%
B 157 of 255 = 62%

82
111
157

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

Portions of RGB colors in percentages

R + G + B =
82 + 111 + 157 = 350 (100%)
R 82 of 350 ~ 23.43%
G 111 of 350 ~ 31.71%
B 157 of 350 ~ 44.86%

%23.43
%31.71
%44.86

CMYK color model

#526F9D color CMYK value is (48,29,0,38).

  • cyan value is 47.77%
  • magenta value is 29.30%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(48,29,0,38)
C48M29Y0K38 
(48%,29%,0%,38%)
(0.48/0.29/0.00/0.38)	

CMYK percentages

%47.77
%29.3
%0
%38.43

Codes

Color #526F9D in popluar color models

526F9D
RGB82111157
HSL217°31.38%46.86%
HSB/HSV217°47.77%61.57%
CMYK47.77%29.30%0.00%
38.43%

Color #526F9D in popluar number systems.

HEX526F9D
Decimal82111157
Binary1010010110111110011101
Octal122157235

Shades and tints

Shades of #526F9D

#526F9D
(82,111,157)
#4B658F
(75,101,143)
#445B81
(68,91,129)
#3D5173
(61,81,115)
#364765
(54,71,101)
#2F3D57
(47,61,87)
#283349
(40,51,73)
#21293B
(33,41,59)
#1A1F2D
(26,31,45)
#13151F
(19,21,31)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #526F9D

#526F9D
(82,111,157)
#617CA5
(97,124,165)
#7089AD
(112,137,173)
#7F96B5
(127,150,181)
#8EA3BD
(142,163,189)
#9DB0C5
(157,176,197)
#ACBDCD
(172,189,205)
#BBCAD5
(187,202,213)
#CAD7DD
(202,215,221)
#D9E4E5
(217,228,229)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526F9D color. Also use rgb(82,111,157) instead hex code.

Text Font Color

.myTextColor { color: #526F9D; }

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

This text font color is #526F9D.


Background Color

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

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

This div background color is #526F9D.


Border color

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

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

This div border color is #526F9D.


Opacity

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

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

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

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

This text has shadow with #526F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526F9D on black background.


Color preview on white background

This text has color #526F9D on white background.



Black color preview on #526F9D background

This text has black color on #526F9D background.


White color preview on #526F9D background

This text has white color on #526F9D background.