COLOR #526B98

HEX: #526B98
RGB: (82,107,152)

Color info

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

RGB color model

#526B98 color RGB value is (82,107,152).

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

RGB channels and saturation

R 82 of 255 = 32%
G 107 of 255 = 42%
B 152 of 255 = 60%

82
107
152

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

Portions of RGB colors in percentages

R + G + B =
82 + 107 + 152 = 341 (100%)
R 82 of 341 ~ 24.05%
G 107 of 341 ~ 31.38%
B 152 of 341 ~ 44.57%

%24.05
%31.38
%44.57

CMYK color model

#526B98 color CMYK value is (46,30,0,40).

  • cyan value is 46.05%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(46,30,0,40)
C46M30Y0K40 
(46%,30%,0%,40%)
(0.46/0.30/0.00/0.40)	

CMYK percentages

%46.05
%29.61
%0
%40.39

Codes

Color #526B98 in popluar color models

526B98
RGB82107152
HSL219°29.91%45.88%
HSB/HSV219°46.05%59.61%
CMYK46.05%29.61%0.00%
40.39%

Color #526B98 in popluar number systems.

HEX526B98
Decimal82107152
Binary1010010110101110011000
Octal122153230

Shades and tints

Shades of #526B98

#526B98
(82,107,152)
#4B628B
(75,98,139)
#44597E
(68,89,126)
#3D5071
(61,80,113)
#364764
(54,71,100)
#2F3E57
(47,62,87)
#28354A
(40,53,74)
#212C3D
(33,44,61)
#1A2330
(26,35,48)
#131A23
(19,26,35)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #526B98

#526B98
(82,107,152)
#6178A1
(97,120,161)
#7085AA
(112,133,170)
#7F92B3
(127,146,179)
#8E9FBC
(142,159,188)
#9DACC5
(157,172,197)
#ACB9CE
(172,185,206)
#BBC6D7
(187,198,215)
#CAD3E0
(202,211,224)
#D9E0E9
(217,224,233)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526B98; }

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

This text font color is #526B98.


Background Color

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

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

This div background color is #526B98.


Border color

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

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

This div border color is #526B98.


Opacity

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

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

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

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

This text has shadow with #526B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526B98 on black background.


Color preview on white background

This text has color #526B98 on white background.



Black color preview on #526B98 background

This text has black color on #526B98 background.


White color preview on #526B98 background

This text has white color on #526B98 background.