COLOR #52566E

HEX: #52566E
RGB: (82,86,110)

Color info

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

RGB color model

#52566E color RGB value is (82,86,110).

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

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 110 of 255 = 43%

82
86
110

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

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 110 = 278 (100%)
R 82 of 278 ~ 29.5%
G 86 of 278 ~ 30.94%
B 110 of 278 ~ 39.57%

%29.5
%30.94
%39.57

CMYK color model

#52566E color CMYK value is (25,22,0,57).

  • cyan value is 25.45%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,22,0,57)
C25M22Y0K57 
(25%,22%,0%,57%)
(0.25/0.22/0.00/0.57)	

CMYK percentages

%25.45
%21.82
%0
%56.86

Codes

Color #52566E in popluar color models

52566E
RGB8286110
HSL231°14.58%37.65%
HSB/HSV231°25.45%43.14%
CMYK25.45%21.82%0.00%
56.86%

Color #52566E in popluar number systems.

HEX52566E
Decimal8286110
Binary101001010101101101110
Octal122126156

Shades and tints

Shades of #52566E

#52566E
(82,86,110)
#4B4F64
(75,79,100)
#44485A
(68,72,90)
#3D4150
(61,65,80)
#363A46
(54,58,70)
#2F333C
(47,51,60)
#282C32
(40,44,50)
#212528
(33,37,40)
#1A1E1E
(26,30,30)
#131714
(19,23,20)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #52566E

#52566E
(82,86,110)
#61657B
(97,101,123)
#707488
(112,116,136)
#7F8395
(127,131,149)
#8E92A2
(142,146,162)
#9DA1AF
(157,161,175)
#ACB0BC
(172,176,188)
#BBBFC9
(187,191,201)
#CACED6
(202,206,214)
#D9DDE3
(217,221,227)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52566E; }

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

This text font color is #52566E.


Background Color

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

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

This div background color is #52566E.


Border color

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

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

This div border color is #52566E.


Opacity

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

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

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

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

This text has shadow with #52566E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52566E on black background.


Color preview on white background

This text has color #52566E on white background.



Black color preview on #52566E background

This text has black color on #52566E background.


White color preview on #52566E background

This text has white color on #52566E background.