COLOR #52556A

HEX: #52556A
RGB: (82,85,106)

Color info

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

RGB color model

#52556A color RGB value is (82,85,106).

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

RGB channels and saturation

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

82
85
106

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

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 106 = 273 (100%)
R 82 of 273 ~ 30.04%
G 85 of 273 ~ 31.14%
B 106 of 273 ~ 38.83%

%30.04
%31.14
%38.83

CMYK color model

#52556A color CMYK value is (23,20,0,58).

  • cyan value is 22.64%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(23,20,0,58)
C23M20Y0K58 
(23%,20%,0%,58%)
(0.23/0.20/0.00/0.58)	

CMYK percentages

%22.64
%19.81
%0
%58.43

Codes

Color #52556A in popluar color models

52556A
RGB8285106
HSL233°12.77%36.86%
HSB/HSV233°22.64%41.57%
CMYK22.64%19.81%0.00%
58.43%

Color #52556A in popluar number systems.

HEX52556A
Decimal8285106
Binary101001010101011101010
Octal122125152

Shades and tints

Shades of #52556A

#52556A
(82,85,106)
#4B4E61
(75,78,97)
#444758
(68,71,88)
#3D404F
(61,64,79)
#363946
(54,57,70)
#2F323D
(47,50,61)
#282B34
(40,43,52)
#21242B
(33,36,43)
#1A1D22
(26,29,34)
#131619
(19,22,25)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #52556A

#52556A
(82,85,106)
#616477
(97,100,119)
#707384
(112,115,132)
#7F8291
(127,130,145)
#8E919E
(142,145,158)
#9DA0AB
(157,160,171)
#ACAFB8
(172,175,184)
#BBBEC5
(187,190,197)
#CACDD2
(202,205,210)
#D9DCDF
(217,220,223)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52556A; }

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

This text font color is #52556A.


Background Color

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

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

This div background color is #52556A.


Border color

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

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

This div border color is #52556A.


Opacity

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

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

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

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

This text has shadow with #52556A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52556A on black background.


Color preview on white background

This text has color #52556A on white background.



Black color preview on #52556A background

This text has black color on #52556A background.


White color preview on #52556A background

This text has white color on #52556A background.