COLOR #52556B

HEX: #52556B RGB: (82,85,107)

Color info

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

RGB color model

#52556B color RGB value is (82,85,107).

RGB: (82,85,107) (32%, 33%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 107 of 255 = 42%

82
85
107

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

Portions of RGB colors in percentages

R + G + B = 82 + 85 + 107 = 274 (100%)
R 82 of 274 ~ 29.93%
G 85 of 274 ~ 31.02%
B 107 of 274 ~ 39.05'%

%29.93
%31.02
%39.05

CMYK color model

#52556B color CMYK value is (23,21,0,58).

  • cyan value is 23.36%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (23,21,0,58)
C23M21Y0K58 (23%, 21%, 0%, 58%)
(0.23 / 0.21 / 0.00 / 0.58)

CMYK percentages

%23.36
%20.56
%0
%58.04

Codes

Color #52556B in popluar color models

52 55 6B
RGB 82 85 107
HSL 233° 13.23% 37.06%
HSB/HSV 233° 23.36% 41.96%
CMYK 23.36% 20.56% 0.00%
58.04%

Color #52556B in popluar number systems.

HEX 52 55 6B
Decimal 82 85 107
Binary 1010010 1010101 1101011
Octal 122 125 153

Shades and tints

Shades of #52556B

#52556B
(82,85,107)
#4B4E62
(75,78,98)
#444759
(68,71,89)
#3D4050
(61,64,80)
#363947
(54,57,71)
#2F323E
(47,50,62)
#282B35
(40,43,53)
#21242C
(33,36,44)
#1A1D23
(26,29,35)
#13161A
(19,22,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #52556B

#52556B
(82,85,107)
#616478
(97,100,120)
#707385
(112,115,133)
#7F8292
(127,130,146)
#8E919F
(142,145,159)
#9DA0AC
(157,160,172)
#ACAFB9
(172,175,185)
#BBBEC6
(187,190,198)
#CACDD3
(202,205,211)
#D9DCE0
(217,220,224)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52556B; }

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

This text font color is #52556B.

Background Color

.myBgColor { background-color: #52556B; }

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

This div background color is #52556B.

Border color

.myBorderColor { border: 1px solid #52556B; }

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

This div border color is #52556B.

Opacity

.myOpacity80 { color: #52556B; opacity: 0.8; }

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

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

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

This text has shadow with #52556B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52556B.

Preview

Color preview on black background

This text has color #52556B on black background.


Color preview on white background

This text has color #52556B on white background.


Black color preview on #52556B background

This text has black color on #52556B background.


White color preview on #52556B background

This text has white color on #52556B background.


Related colors

Complementary color

Complementary color for #hex is #ADAA94.


I love getcolorcode.com

Triadic colors

1 #6B5255 and #556B52 with #52556B are triadic colors.

2 #6B5552 and #55526B with #52556B are triadic colors.