COLOR #526B94

HEX: #526B94
RGB: (82,107,148)

Color info

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

RGB color model

#526B94 color RGB value is (82,107,148).

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

RGB channels and saturation

R 82 of 255 = 32%
G 107 of 255 = 42%
B 148 of 255 = 58%

82
107
148

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

Portions of RGB colors in percentages

R + G + B =
82 + 107 + 148 = 337 (100%)
R 82 of 337 ~ 24.33%
G 107 of 337 ~ 31.75%
B 148 of 337 ~ 43.92%

%24.33
%31.75
%43.92

CMYK color model

#526B94 color CMYK value is (45,28,0,42).

  • cyan value is 44.59%
  • magenta value is 27.70%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(45,28,0,42)
C45M28Y0K42 
(45%,28%,0%,42%)
(0.45/0.28/0.00/0.42)	

CMYK percentages

%44.59
%27.7
%0
%41.96

Codes

Color #526B94 in popluar color models

526B94
RGB82107148
HSL217°28.70%45.10%
HSB/HSV217°44.59%58.04%
CMYK44.59%27.70%0.00%
41.96%

Color #526B94 in popluar number systems.

HEX526B94
Decimal82107148
Binary1010010110101110010100
Octal122153224

Shades and tints

Shades of #526B94

#526B94
(82,107,148)
#4B6287
(75,98,135)
#44597A
(68,89,122)
#3D506D
(61,80,109)
#364760
(54,71,96)
#2F3E53
(47,62,83)
#283546
(40,53,70)
#212C39
(33,44,57)
#1A232C
(26,35,44)
#131A1F
(19,26,31)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #526B94

#526B94
(82,107,148)
#61789D
(97,120,157)
#7085A6
(112,133,166)
#7F92AF
(127,146,175)
#8E9FB8
(142,159,184)
#9DACC1
(157,172,193)
#ACB9CA
(172,185,202)
#BBC6D3
(187,198,211)
#CAD3DC
(202,211,220)
#D9E0E5
(217,224,229)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526B94; }

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

This text font color is #526B94.


Background Color

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

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

This div background color is #526B94.


Border color

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

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

This div border color is #526B94.


Opacity

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

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

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

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

This text has shadow with #526B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526B94 on black background.


Color preview on white background

This text has color #526B94 on white background.



Black color preview on #526B94 background

This text has black color on #526B94 background.


White color preview on #526B94 background

This text has white color on #526B94 background.