COLOR #525C79

HEX: #525C79 RGB: (82,92,121)

Color info

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

RGB color model

#525C79 color RGB value is (82,92,121).

RGB: (82,92,121) (32%, 36%, 47%)

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 121 of 255 = 47%

82
92
121

R + G + B ~ 38%. #525C79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 92 + 121 = 295 (100%)
R 82 of 295 ~ 27.8%
G 92 of 295 ~ 31.19%
B 121 of 295 ~ 41.02'%

%27.8
%31.19
%41.02

CMYK color model

#525C79 color CMYK value is (32,24,0,53).

  • cyan value is 32.23%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (32,24,0,53)
C32M24Y0K53 (32%, 24%, 0%, 53%)
(0.32 / 0.24 / 0.00 / 0.53)

CMYK percentages

%32.23
%23.97
%0
%52.55

Codes

Color #525C79 in popluar color models

52 5C 79
RGB 82 92 121
HSL 225° 19.21% 39.80%
HSB/HSV 225° 32.23% 47.45%
CMYK 32.23% 23.97% 0.00%
52.55%

Color #525C79 in popluar number systems.

HEX 52 5C 79
Decimal 82 92 121
Binary 1010010 1011100 1111001
Octal 122 134 171

Shades and tints

Shades of #525C79

#525C79
(82,92,121)
#4B546E
(75,84,110)
#444C63
(68,76,99)
#3D4458
(61,68,88)
#363C4D
(54,60,77)
#2F3442
(47,52,66)
#282C37
(40,44,55)
#21242C
(33,36,44)
#1A1C21
(26,28,33)
#131416
(19,20,22)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #525C79

#525C79
(82,92,121)
#616A85
(97,106,133)
#707891
(112,120,145)
#7F869D
(127,134,157)
#8E94A9
(142,148,169)
#9DA2B5
(157,162,181)
#ACB0C1
(172,176,193)
#BBBECD
(187,190,205)
#CACCD9
(202,204,217)
#D9DAE5
(217,218,229)
#E8E8F1
(232,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525C79 color. Also use rgb(82,92,121) instead hex code.

Text Font Color

.myTextColor { color: #525C79; }

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

This text font color is #525C79.

Background Color

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

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

This div background color is #525C79.

Border color

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

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

This div border color is #525C79.

Opacity

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

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

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

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

This text has shadow with #525C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525C79.

Preview

Color preview on black background

This text has color #525C79 on black background.


Color preview on white background

This text has color #525C79 on white background.


Black color preview on #525C79 background

This text has black color on #525C79 background.


White color preview on #525C79 background

This text has white color on #525C79 background.


Related colors

Complementary color

Complementary color for #hex is #ADA386.


I love getcolorcode.com

Triadic colors

1 #79525C and #5C7952 with #525C79 are triadic colors.

2 #795C52 and #5C5279 with #525C79 are triadic colors.