COLOR #52556C

HEX: #52556C
RGB: (82,85,108)

Color info

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

RGB color model

#52556C color RGB value is (82,85,108).

  • red value is 82;
  • green value is 85;
  • blue value is 108.
RGB:
(82,85,108)
(32%,33%,42%)

RGB channels and saturation

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

82
85
108

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

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 108 = 275 (100%)
R 82 of 275 ~ 29.82%
G 85 of 275 ~ 30.91%
B 108 of 275 ~ 39.27%

%29.82
%30.91
%39.27

CMYK color model

#52556C color CMYK value is (24,21,0,58).

  • cyan value is 24.07%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(24,21,0,58)
C24M21Y0K58 
(24%,21%,0%,58%)
(0.24/0.21/0.00/0.58)	

CMYK percentages

%24.07
%21.3
%0
%57.65

Codes

Color #52556C in popluar color models

52556C
RGB8285108
HSL233°13.68%37.25%
HSB/HSV233°24.07%42.35%
CMYK24.07%21.30%0.00%
57.65%

Color #52556C in popluar number systems.

HEX52556C
Decimal8285108
Binary101001010101011101100
Octal122125154

Shades and tints

Shades of #52556C

#52556C
(82,85,108)
#4B4E63
(75,78,99)
#44475A
(68,71,90)
#3D4051
(61,64,81)
#363948
(54,57,72)
#2F323F
(47,50,63)
#282B36
(40,43,54)
#21242D
(33,36,45)
#1A1D24
(26,29,36)
#13161B
(19,22,27)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #52556C

#52556C
(82,85,108)
#616479
(97,100,121)
#707386
(112,115,134)
#7F8293
(127,130,147)
#8E91A0
(142,145,160)
#9DA0AD
(157,160,173)
#ACAFBA
(172,175,186)
#BBBEC7
(187,190,199)
#CACDD4
(202,205,212)
#D9DCE1
(217,220,225)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52556C; }

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

This text font color is #52556C.


Background Color

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

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

This div background color is #52556C.


Border color

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

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

This div border color is #52556C.


Opacity

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

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

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

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

This text has shadow with #52556C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52556C on black background.


Color preview on white background

This text has color #52556C on white background.



Black color preview on #52556C background

This text has black color on #52556C background.


White color preview on #52556C background

This text has white color on #52556C background.