COLOR #525575

HEX: #525575 RGB: (82,85,117)

Color info

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

RGB color model

#525575 color RGB value is (82,85,117).

RGB: (82,85,117) (32%, 33%, 46%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 117 of 255 = 46%

82
85
117

R + G + B ~ 37%. #525575 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 85 + 117 = 284 (100%)
R 82 of 284 ~ 28.87%
G 85 of 284 ~ 29.93%
B 117 of 284 ~ 41.2'%

%28.87
%29.93
%41.2

CMYK color model

#525575 color CMYK value is (30,27,0,54).

  • cyan value is 29.91%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (30,27,0,54)
C30M27Y0K54 (30%, 27%, 0%, 54%)
(0.30 / 0.27 / 0.00 / 0.54)

CMYK percentages

%29.91
%27.35
%0
%54.12

Codes

Color #525575 in popluar color models

52 55 75
RGB 82 85 117
HSL 235° 17.59% 39.02%
HSB/HSV 235° 29.91% 45.88%
CMYK 29.91% 27.35% 0.00%
54.12%

Color #525575 in popluar number systems.

HEX 52 55 75
Decimal 82 85 117
Binary 1010010 1010101 1110101
Octal 122 125 165

Shades and tints

Shades of #525575

#525575
(82,85,117)
#4B4E6B
(75,78,107)
#444761
(68,71,97)
#3D4057
(61,64,87)
#36394D
(54,57,77)
#2F3243
(47,50,67)
#282B39
(40,43,57)
#21242F
(33,36,47)
#1A1D25
(26,29,37)
#13161B
(19,22,27)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #525575

#525575
(82,85,117)
#616481
(97,100,129)
#70738D
(112,115,141)
#7F8299
(127,130,153)
#8E91A5
(142,145,165)
#9DA0B1
(157,160,177)
#ACAFBD
(172,175,189)
#BBBEC9
(187,190,201)
#CACDD5
(202,205,213)
#D9DCE1
(217,220,225)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525575 color. Also use rgb(82,85,117) instead hex code.

Text Font Color

.myTextColor { color: #525575; }

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

This text font color is #525575.

Background Color

.myBgColor { background-color: #525575; }

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

This div background color is #525575.

Border color

.myBorderColor { border: 1px solid #525575; }

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

This div border color is #525575.

Opacity

.myOpacity80 { color: #525575; opacity: 0.8; }

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

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

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

This text has shadow with #525575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525575.

Preview

Color preview on black background

This text has color #525575 on black background.


Color preview on white background

This text has color #525575 on white background.


Black color preview on #525575 background

This text has black color on #525575 background.


White color preview on #525575 background

This text has white color on #525575 background.


Related colors

Complementary color

Complementary color for #hex is #ADAA8A.


I love getcolorcode.com

Triadic colors

1 #755255 and #557552 with #525575 are triadic colors.

2 #755552 and #555275 with #525575 are triadic colors.