COLOR #526B9D

HEX: #526B9D
RGB: (82,107,157)

Color info

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

RGB color model

#526B9D color RGB value is (82,107,157).

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

RGB channels and saturation

R 82 of 255 = 32%
G 107 of 255 = 42%
B 157 of 255 = 62%

82
107
157

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

Portions of RGB colors in percentages

R + G + B =
82 + 107 + 157 = 346 (100%)
R 82 of 346 ~ 23.7%
G 107 of 346 ~ 30.92%
B 157 of 346 ~ 45.38%

%23.7
%30.92
%45.38

CMYK color model

#526B9D color CMYK value is (48,32,0,38).

  • cyan value is 47.77%
  • magenta value is 31.85%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(48,32,0,38)
C48M32Y0K38 
(48%,32%,0%,38%)
(0.48/0.32/0.00/0.38)	

CMYK percentages

%47.77
%31.85
%0
%38.43

Codes

Color #526B9D in popluar color models

526B9D
RGB82107157
HSL220°31.38%46.86%
HSB/HSV220°47.77%61.57%
CMYK47.77%31.85%0.00%
38.43%

Color #526B9D in popluar number systems.

HEX526B9D
Decimal82107157
Binary1010010110101110011101
Octal122153235

Shades and tints

Shades of #526B9D

#526B9D
(82,107,157)
#4B628F
(75,98,143)
#445981
(68,89,129)
#3D5073
(61,80,115)
#364765
(54,71,101)
#2F3E57
(47,62,87)
#283549
(40,53,73)
#212C3B
(33,44,59)
#1A232D
(26,35,45)
#131A1F
(19,26,31)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #526B9D

#526B9D
(82,107,157)
#6178A5
(97,120,165)
#7085AD
(112,133,173)
#7F92B5
(127,146,181)
#8E9FBD
(142,159,189)
#9DACC5
(157,172,197)
#ACB9CD
(172,185,205)
#BBC6D5
(187,198,213)
#CAD3DD
(202,211,221)
#D9E0E5
(217,224,229)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526B9D; }

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

This text font color is #526B9D.


Background Color

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

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

This div background color is #526B9D.


Border color

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

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

This div border color is #526B9D.


Opacity

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

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

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

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

This text has shadow with #526B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526B9D on black background.


Color preview on white background

This text has color #526B9D on white background.



Black color preview on #526B9D background

This text has black color on #526B9D background.


White color preview on #526B9D background

This text has white color on #526B9D background.