COLOR #525D97

HEX: #525D97
RGB: (82,93,151)

Color info

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

RGB color model

#525D97 color RGB value is (82,93,151).

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

RGB channels and saturation

R 82 of 255 = 32%
G 93 of 255 = 36%
B 151 of 255 = 59%

82
93
151

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

Portions of RGB colors in percentages

R + G + B =
82 + 93 + 151 = 326 (100%)
R 82 of 326 ~ 25.15%
G 93 of 326 ~ 28.53%
B 151 of 326 ~ 46.32%

%25.15
%28.53
%46.32

CMYK color model

#525D97 color CMYK value is (46,38,0,41).

  • cyan value is 45.70%
  • magenta value is 38.41%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(46,38,0,41)
C46M38Y0K41 
(46%,38%,0%,41%)
(0.46/0.38/0.00/0.41)	

CMYK percentages

%45.7
%38.41
%0
%40.78

Codes

Color #525D97 in popluar color models

525D97
RGB8293151
HSL230°29.61%45.69%
HSB/HSV230°45.70%59.22%
CMYK45.70%38.41%0.00%
40.78%

Color #525D97 in popluar number systems.

HEX525D97
Decimal8293151
Binary1010010101110110010111
Octal122135227

Shades and tints

Shades of #525D97

#525D97
(82,93,151)
#4B558A
(75,85,138)
#444D7D
(68,77,125)
#3D4570
(61,69,112)
#363D63
(54,61,99)
#2F3556
(47,53,86)
#282D49
(40,45,73)
#21253C
(33,37,60)
#1A1D2F
(26,29,47)
#131522
(19,21,34)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #525D97

#525D97
(82,93,151)
#616BA0
(97,107,160)
#7079A9
(112,121,169)
#7F87B2
(127,135,178)
#8E95BB
(142,149,187)
#9DA3C4
(157,163,196)
#ACB1CD
(172,177,205)
#BBBFD6
(187,191,214)
#CACDDF
(202,205,223)
#D9DBE8
(217,219,232)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525D97; }

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

This text font color is #525D97.


Background Color

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

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

This div background color is #525D97.


Border color

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

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

This div border color is #525D97.


Opacity

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

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

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

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

This text has shadow with #525D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525D97 on black background.


Color preview on white background

This text has color #525D97 on white background.



Black color preview on #525D97 background

This text has black color on #525D97 background.


White color preview on #525D97 background

This text has white color on #525D97 background.