COLOR #525B87

HEX: #525B87
RGB: (82,91,135)

Color info

#525B87 contains red, green and blue colors in about the same proportion. Web safe color of #525B87 is #666699 (or #669).

RGB color model

#525B87 color RGB value is (82,91,135).

  • red value is 82;
  • green value is 91;
  • blue value is 135.
RGB:
(82,91,135)
(32%,36%,53%)

RGB channels and saturation

R 82 of 255 = 32%
G 91 of 255 = 36%
B 135 of 255 = 53%

82
91
135

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

Portions of RGB colors in percentages

R + G + B =
82 + 91 + 135 = 308 (100%)
R 82 of 308 ~ 26.62%
G 91 of 308 ~ 29.55%
B 135 of 308 ~ 43.83%

%26.62
%29.55
%43.83

CMYK color model

#525B87 color CMYK value is (39,33,0,47).

  • cyan value is 39.26%
  • magenta value is 32.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(39,33,0,47)
C39M33Y0K47 
(39%,33%,0%,47%)
(0.39/0.33/0.00/0.47)	

CMYK percentages

%39.26
%32.59
%0
%47.06

Codes

Color #525B87 in popluar color models

525B87
RGB8291135
HSL230°24.42%42.55%
HSB/HSV230°39.26%52.94%
CMYK39.26%32.59%0.00%
47.06%

Color #525B87 in popluar number systems.

HEX525B87
Decimal8291135
Binary1010010101101110000111
Octal122133207

Shades and tints

Shades of #525B87

#525B87
(82,91,135)
#4B537B
(75,83,123)
#444B6F
(68,75,111)
#3D4363
(61,67,99)
#363B57
(54,59,87)
#2F334B
(47,51,75)
#282B3F
(40,43,63)
#212333
(33,35,51)
#1A1B27
(26,27,39)
#13131B
(19,19,27)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #525B87

#525B87
(82,91,135)
#616991
(97,105,145)
#70779B
(112,119,155)
#7F85A5
(127,133,165)
#8E93AF
(142,147,175)
#9DA1B9
(157,161,185)
#ACAFC3
(172,175,195)
#BBBDCD
(187,189,205)
#CACBD7
(202,203,215)
#D9D9E1
(217,217,225)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525B87 color. Also use rgb(82,91,135) instead hex code.

Text Font Color

.myTextColor { color: #525B87; }

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

This text font color is #525B87.


Background Color

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

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

This div background color is #525B87.


Border color

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

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

This div border color is #525B87.


Opacity

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

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

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

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

This text has shadow with #525B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525B87 on black background.


Color preview on white background

This text has color #525B87 on white background.



Black color preview on #525B87 background

This text has black color on #525B87 background.


White color preview on #525B87 background

This text has white color on #525B87 background.