COLOR #525FA7

HEX: #525FA7 RGB: (82,95,167)

Color info

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

RGB color model

#525FA7 color RGB value is (82,95,167).

RGB: (82,95,167) (32%, 37%, 65%)

RGB channels and saturation

R 82 of 255 = 32%
G 95 of 255 = 37%
B 167 of 255 = 65%

82
95
167

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

Portions of RGB colors in percentages

R + G + B = 82 + 95 + 167 = 344 (100%)
R 82 of 344 ~ 23.84%
G 95 of 344 ~ 27.62%
B 167 of 344 ~ 48.55'%

%23.84
%27.62
%48.55

CMYK color model

#525FA7 color CMYK value is (51,43,0,35).

  • cyan value is 50.90%
  • magenta value is 43.11%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (51,43,0,35)
C51M43Y0K35 (51%, 43%, 0%, 35%)
(0.51 / 0.43 / 0.00 / 0.35)

CMYK percentages

%50.9
%43.11
%0
%34.51

Codes

Color #525FA7 in popluar color models

52 5F A7
RGB 82 95 167
HSL 231° 34.14% 48.82%
HSB/HSV 231° 50.90% 65.49%
CMYK 50.90% 43.11% 0.00%
34.51%

Color #525FA7 in popluar number systems.

HEX 52 5F A7
Decimal 82 95 167
Binary 1010010 1011111 10100111
Octal 122 137 247

Shades and tints

Shades of #525FA7

#525FA7
(82,95,167)
#4B5798
(75,87,152)
#444F89
(68,79,137)
#3D477A
(61,71,122)
#363F6B
(54,63,107)
#2F375C
(47,55,92)
#282F4D
(40,47,77)
#21273E
(33,39,62)
#1A1F2F
(26,31,47)
#131720
(19,23,32)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #525FA7

#525FA7
(82,95,167)
#616DAF
(97,109,175)
#707BB7
(112,123,183)
#7F89BF
(127,137,191)
#8E97C7
(142,151,199)
#9DA5CF
(157,165,207)
#ACB3D7
(172,179,215)
#BBC1DF
(187,193,223)
#CACFE7
(202,207,231)
#D9DDEF
(217,221,239)
#E8EBF7
(232,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525FA7 color. Also use rgb(82,95,167) instead hex code.

Text Font Color

.myTextColor { color: #525FA7; }

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

This text font color is #525FA7.

Background Color

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

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

This div background color is #525FA7.

Border color

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

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

This div border color is #525FA7.

Opacity

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

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

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

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

This text has shadow with #525FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525FA7.

Preview

Color preview on black background

This text has color #525FA7 on black background.


Color preview on white background

This text has color #525FA7 on white background.


Black color preview on #525FA7 background

This text has black color on #525FA7 background.


White color preview on #525FA7 background

This text has white color on #525FA7 background.


Related colors

Complementary color

Complementary color for #hex is #ADA058.


I love getcolorcode.com

Triadic colors

1 #A7525F and #5FA752 with #525FA7 are triadic colors.

2 #A75F52 and #5F52A7 with #525FA7 are triadic colors.