COLOR #525563

HEX: #525563 RGB: (82,85,99)

Color info

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

RGB color model

#525563 color RGB value is (82,85,99).

RGB: (82,85,99) (32%, 33%, 39%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 99 of 255 = 39%

82
85
99

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

Portions of RGB colors in percentages

R + G + B = 82 + 85 + 99 = 266 (100%)
R 82 of 266 ~ 30.83%
G 85 of 266 ~ 31.95%
B 99 of 266 ~ 37.22'%

%30.83
%31.95
%37.22

CMYK color model

#525563 color CMYK value is (17,14,0,61).

  • cyan value is 17.17%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (17,14,0,61)
C17M14Y0K61 (17%, 14%, 0%, 61%)
(0.17 / 0.14 / 0.00 / 0.61)

CMYK percentages

%17.17
%14.14
%0
%61.18

Codes

Color #525563 in popluar color models

52 55 63
RGB 82 85 99
HSL 229° 9.39% 35.49%
HSB/HSV 229° 17.17% 38.82%
CMYK 17.17% 14.14% 0.00%
61.18%

Color #525563 in popluar number systems.

HEX 52 55 63
Decimal 82 85 99
Binary 1010010 1010101 1100011
Octal 122 125 143

Shades and tints

Shades of #525563

#525563
(82,85,99)
#4B4E5A
(75,78,90)
#444751
(68,71,81)
#3D4048
(61,64,72)
#36393F
(54,57,63)
#2F3236
(47,50,54)
#282B2D
(40,43,45)
#212424
(33,36,36)
#1A1D1B
(26,29,27)
#131612
(19,22,18)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #525563

#525563
(82,85,99)
#616471
(97,100,113)
#70737F
(112,115,127)
#7F828D
(127,130,141)
#8E919B
(142,145,155)
#9DA0A9
(157,160,169)
#ACAFB7
(172,175,183)
#BBBEC5
(187,190,197)
#CACDD3
(202,205,211)
#D9DCE1
(217,220,225)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525563; }

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

This text font color is #525563.

Background Color

.myBgColor { background-color: #525563; }

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

This div background color is #525563.

Border color

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

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

This div border color is #525563.

Opacity

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

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

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

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

This text has shadow with #525563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525563.

Preview

Color preview on black background

This text has color #525563 on black background.


Color preview on white background

This text has color #525563 on white background.


Black color preview on #525563 background

This text has black color on #525563 background.


White color preview on #525563 background

This text has white color on #525563 background.


Related colors

Complementary color

Complementary color for #hex is #ADAA9C.


I love getcolorcode.com

Triadic colors

1 #635255 and #556352 with #525563 are triadic colors.

2 #635552 and #555263 with #525563 are triadic colors.