COLOR #525A7C

HEX: #525A7C
RGB: (82,90,124)

Color info

#525A7C contains red, green and blue colors in about the same proportion. Web safe color of #525A7C is #666666 (or #666).

RGB color model

#525A7C color RGB value is (82,90,124).

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

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 124 of 255 = 49%

82
90
124

R + G + B ~ 39%. #525A7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 124 = 296 (100%)
R 82 of 296 ~ 27.7%
G 90 of 296 ~ 30.41%
B 124 of 296 ~ 41.89%

%27.7
%30.41
%41.89

CMYK color model

#525A7C color CMYK value is (34,27,0,51).

  • cyan value is 33.87%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(34,27,0,51)
C34M27Y0K51 
(34%,27%,0%,51%)
(0.34/0.27/0.00/0.51)	

CMYK percentages

%33.87
%27.42
%0
%51.37

Codes

Color #525A7C in popluar color models

525A7C
RGB8290124
HSL229°20.39%40.39%
HSB/HSV229°33.87%48.63%
CMYK33.87%27.42%0.00%
51.37%

Color #525A7C in popluar number systems.

HEX525A7C
Decimal8290124
Binary101001010110101111100
Octal122132174

Shades and tints

Shades of #525A7C

#525A7C
(82,90,124)
#4B5271
(75,82,113)
#444A66
(68,74,102)
#3D425B
(61,66,91)
#363A50
(54,58,80)
#2F3245
(47,50,69)
#282A3A
(40,42,58)
#21222F
(33,34,47)
#1A1A24
(26,26,36)
#131219
(19,18,25)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #525A7C

#525A7C
(82,90,124)
#616987
(97,105,135)
#707892
(112,120,146)
#7F879D
(127,135,157)
#8E96A8
(142,150,168)
#9DA5B3
(157,165,179)
#ACB4BE
(172,180,190)
#BBC3C9
(187,195,201)
#CAD2D4
(202,210,212)
#D9E1DF
(217,225,223)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525A7C; }

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

This text font color is #525A7C.


Background Color

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

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

This div background color is #525A7C.


Border color

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

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

This div border color is #525A7C.


Opacity

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

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

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

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

This text has shadow with #525A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A7C on black background.


Color preview on white background

This text has color #525A7C on white background.



Black color preview on #525A7C background

This text has black color on #525A7C background.


White color preview on #525A7C background

This text has white color on #525A7C background.