COLOR #525A97

HEX: #525A97
RGB: (82,90,151)

Color info

#525A97 contains mainly blue color. Web safe color of #525A97 is #666699 (or #669).

RGB color model

#525A97 color RGB value is (82,90,151).

  • red value is 82;
  • green value is 90;
  • blue value is 151.
RGB:
(82,90,151)
(32%,35%,59%)

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 151 of 255 = 59%

82
90
151

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

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 151 = 323 (100%)
R 82 of 323 ~ 25.39%
G 90 of 323 ~ 27.86%
B 151 of 323 ~ 46.75%

%25.39
%27.86
%46.75

CMYK color model

#525A97 color CMYK value is (46,40,0,41).

  • cyan value is 45.70%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(46,40,0,41)
C46M40Y0K41 
(46%,40%,0%,41%)
(0.46/0.40/0.00/0.41)	

CMYK percentages

%45.7
%40.4
%0
%40.78

Codes

Color #525A97 in popluar color models

525A97
RGB8290151
HSL233°29.61%45.69%
HSB/HSV233°45.70%59.22%
CMYK45.70%40.40%0.00%
40.78%

Color #525A97 in popluar number systems.

HEX525A97
Decimal8290151
Binary1010010101101010010111
Octal122132227

Shades and tints

Shades of #525A97

#525A97
(82,90,151)
#4B528A
(75,82,138)
#444A7D
(68,74,125)
#3D4270
(61,66,112)
#363A63
(54,58,99)
#2F3256
(47,50,86)
#282A49
(40,42,73)
#21223C
(33,34,60)
#1A1A2F
(26,26,47)
#131222
(19,18,34)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #525A97

#525A97
(82,90,151)
#6169A0
(97,105,160)
#7078A9
(112,120,169)
#7F87B2
(127,135,178)
#8E96BB
(142,150,187)
#9DA5C4
(157,165,196)
#ACB4CD
(172,180,205)
#BBC3D6
(187,195,214)
#CAD2DF
(202,210,223)
#D9E1E8
(217,225,232)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525A97 color. Also use rgb(82,90,151) instead hex code.

Text Font Color

.myTextColor { color: #525A97; }

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

This text font color is #525A97.


Background Color

.myBgColor { background-color: #525A97; }

<div style="background-color:#525A97">Inner text</div>

This div background color is #525A97.


Border color

.myBorderColor { border: 1px solid #525A97; }

<div style="border:3px solid #525A97">Div</div>

This div border color is #525A97.


Opacity

.myOpacity80 { color: #525A97; opacity: 0.8; }

<p style="color:#525A97;opacity:0.8;">80%</p>

Text with #525A97 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 #525A97;}

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

This text has shadow with #525A97 color.

.textShadow {text-shadow: 3px 3px 1px #525A97, 3px 3px 1px red;}

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

This text has shadow with #525A97 primary color and red secondary color.


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

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

This text has shadow with #525A97 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A97 on black background.


Color preview on white background

This text has color #525A97 on white background.



Black color preview on #525A97 background

This text has black color on #525A97 background.


White color preview on #525A97 background

This text has white color on #525A97 background.