COLOR #525565

HEX: #525565 RGB: (82,85,101)

Color info

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

RGB color model

#525565 color RGB value is (82,85,101).

RGB: (82,85,101) (32%, 33%, 40%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 101 of 255 = 40%

82
85
101

R + G + B ~ 35%. #525565 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 85 + 101 = 268 (100%)
R 82 of 268 ~ 30.6%
G 85 of 268 ~ 31.72%
B 101 of 268 ~ 37.69'%

%30.6
%31.72
%37.69

CMYK color model

#525565 color CMYK value is (19,16,0,60).

  • cyan value is 18.81%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (19,16,0,60)
C19M16Y0K60 (19%, 16%, 0%, 60%)
(0.19 / 0.16 / 0.00 / 0.60)

CMYK percentages

%18.81
%15.84
%0
%60.39

Codes

Color #525565 in popluar color models

52 55 65
RGB 82 85 101
HSL 231° 10.38% 35.88%
HSB/HSV 231° 18.81% 39.61%
CMYK 18.81% 15.84% 0.00%
60.39%

Color #525565 in popluar number systems.

HEX 52 55 65
Decimal 82 85 101
Binary 1010010 1010101 1100101
Octal 122 125 145

Shades and tints

Shades of #525565

#525565
(82,85,101)
#4B4E5C
(75,78,92)
#444753
(68,71,83)
#3D404A
(61,64,74)
#363941
(54,57,65)
#2F3238
(47,50,56)
#282B2F
(40,43,47)
#212426
(33,36,38)
#1A1D1D
(26,29,29)
#131614
(19,22,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #525565

#525565
(82,85,101)
#616473
(97,100,115)
#707381
(112,115,129)
#7F828F
(127,130,143)
#8E919D
(142,145,157)
#9DA0AB
(157,160,171)
#ACAFB9
(172,175,185)
#BBBEC7
(187,190,199)
#CACDD5
(202,205,213)
#D9DCE3
(217,220,227)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525565; }

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

This text font color is #525565.

Background Color

.myBgColor { background-color: #525565; }

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

This div background color is #525565.

Border color

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

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

This div border color is #525565.

Opacity

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

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

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

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

This text has shadow with #525565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525565.

Preview

Color preview on black background

This text has color #525565 on black background.


Color preview on white background

This text has color #525565 on white background.


Black color preview on #525565 background

This text has black color on #525565 background.


White color preview on #525565 background

This text has white color on #525565 background.


Related colors

Complementary color

Complementary color for #hex is #ADAA9A.


I love getcolorcode.com

Triadic colors

1 #655255 and #556552 with #525565 are triadic colors.

2 #655552 and #555265 with #525565 are triadic colors.