COLOR #52556E

HEX: #52556E
RGB: (82,85,110)

Color info

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

RGB color model

#52556E color RGB value is (82,85,110).

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

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 110 of 255 = 43%

82
85
110

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

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 110 = 277 (100%)
R 82 of 277 ~ 29.6%
G 85 of 277 ~ 30.69%
B 110 of 277 ~ 39.71%

%29.6
%30.69
%39.71

CMYK color model

#52556E color CMYK value is (25,23,0,57).

  • cyan value is 25.45%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,23,0,57)
C25M23Y0K57 
(25%,23%,0%,57%)
(0.25/0.23/0.00/0.57)	

CMYK percentages

%25.45
%22.73
%0
%56.86

Codes

Color #52556E in popluar color models

52556E
RGB8285110
HSL234°14.58%37.65%
HSB/HSV234°25.45%43.14%
CMYK25.45%22.73%0.00%
56.86%

Color #52556E in popluar number systems.

HEX52556E
Decimal8285110
Binary101001010101011101110
Octal122125156

Shades and tints

Shades of #52556E

#52556E
(82,85,110)
#4B4E64
(75,78,100)
#44475A
(68,71,90)
#3D4050
(61,64,80)
#363946
(54,57,70)
#2F323C
(47,50,60)
#282B32
(40,43,50)
#212428
(33,36,40)
#1A1D1E
(26,29,30)
#131614
(19,22,20)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #52556E

#52556E
(82,85,110)
#61647B
(97,100,123)
#707388
(112,115,136)
#7F8295
(127,130,149)
#8E91A2
(142,145,162)
#9DA0AF
(157,160,175)
#ACAFBC
(172,175,188)
#BBBEC9
(187,190,201)
#CACDD6
(202,205,214)
#D9DCE3
(217,220,227)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52556E; }

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

This text font color is #52556E.


Background Color

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

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

This div background color is #52556E.


Border color

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

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

This div border color is #52556E.


Opacity

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

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

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

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

This text has shadow with #52556E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52556E on black background.


Color preview on white background

This text has color #52556E on white background.



Black color preview on #52556E background

This text has black color on #52556E background.


White color preview on #52556E background

This text has white color on #52556E background.