COLOR #52566C

HEX: #52566C RGB: (82,86,108)

Color info

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

RGB color model

#52566C color RGB value is (82,86,108).

RGB: (82,86,108) (32%, 34%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 108 of 255 = 42%

82
86
108

R + G + B ~ 36%. #52566C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 86 + 108 = 276 (100%)
R 82 of 276 ~ 29.71%
G 86 of 276 ~ 31.16%
B 108 of 276 ~ 39.13'%

%29.71
%31.16
%39.13

CMYK color model

#52566C color CMYK value is (24,20,0,58).

  • cyan value is 24.07%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (24,20,0,58)
C24M20Y0K58 (24%, 20%, 0%, 58%)
(0.24 / 0.20 / 0.00 / 0.58)

CMYK percentages

%24.07
%20.37
%0
%57.65

Codes

Color #52566C in popluar color models

52 56 6C
RGB 82 86 108
HSL 231° 13.68% 37.25%
HSB/HSV 231° 24.07% 42.35%
CMYK 24.07% 20.37% 0.00%
57.65%

Color #52566C in popluar number systems.

HEX 52 56 6C
Decimal 82 86 108
Binary 1010010 1010110 1101100
Octal 122 126 154

Shades and tints

Shades of #52566C

#52566C
(82,86,108)
#4B4F63
(75,79,99)
#44485A
(68,72,90)
#3D4151
(61,65,81)
#363A48
(54,58,72)
#2F333F
(47,51,63)
#282C36
(40,44,54)
#21252D
(33,37,45)
#1A1E24
(26,30,36)
#13171B
(19,23,27)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #52566C

#52566C
(82,86,108)
#616579
(97,101,121)
#707486
(112,116,134)
#7F8393
(127,131,147)
#8E92A0
(142,146,160)
#9DA1AD
(157,161,173)
#ACB0BA
(172,176,186)
#BBBFC7
(187,191,199)
#CACED4
(202,206,212)
#D9DDE1
(217,221,225)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52566C color. Also use rgb(82,86,108) instead hex code.

Text Font Color

.myTextColor { color: #52566C; }

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

This text font color is #52566C.

Background Color

.myBgColor { background-color: #52566C; }

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

This div background color is #52566C.

Border color

.myBorderColor { border: 1px solid #52566C; }

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

This div border color is #52566C.

Opacity

.myOpacity80 { color: #52566C; opacity: 0.8; }

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

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

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

This text has shadow with #52566C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52566C.

Preview

Color preview on black background

This text has color #52566C on black background.


Color preview on white background

This text has color #52566C on white background.


Black color preview on #52566C background

This text has black color on #52566C background.


White color preview on #52566C background

This text has white color on #52566C background.


Related colors

Complementary color

Complementary color for #hex is #ADA993.


I love getcolorcode.com

Triadic colors

1 #6C5256 and #566C52 with #52566C are triadic colors.

2 #6C5652 and #56526C with #52566C are triadic colors.