COLOR #52577F

HEX: #52577F
RGB: (82,87,127)

Color info

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

RGB color model

#52577F color RGB value is (82,87,127).

  • red value is 82;
  • green value is 87;
  • blue value is 127.
RGB:
(82,87,127)
(32%,34%,50%)

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 127 of 255 = 50%

82
87
127

R + G + B ~ 39%. #52577F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 87 + 127 = 296 (100%)
R 82 of 296 ~ 27.7%
G 87 of 296 ~ 29.39%
B 127 of 296 ~ 42.91%

%27.7
%29.39
%42.91

CMYK color model

#52577F color CMYK value is (35,31,0,50).

  • cyan value is 35.43%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(35,31,0,50)
C35M31Y0K50 
(35%,31%,0%,50%)
(0.35/0.31/0.00/0.50)	

CMYK percentages

%35.43
%31.5
%0
%50.2

Codes

Color #52577F in popluar color models

52577F
RGB8287127
HSL233°21.53%40.98%
HSB/HSV233°35.43%49.80%
CMYK35.43%31.50%0.00%
50.20%

Color #52577F in popluar number systems.

HEX52577F
Decimal8287127
Binary101001010101111111111
Octal122127177

Shades and tints

Shades of #52577F

#52577F
(82,87,127)
#4B5074
(75,80,116)
#444969
(68,73,105)
#3D425E
(61,66,94)
#363B53
(54,59,83)
#2F3448
(47,52,72)
#282D3D
(40,45,61)
#212632
(33,38,50)
#1A1F27
(26,31,39)
#13181C
(19,24,28)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #52577F

#52577F
(82,87,127)
#61668A
(97,102,138)
#707595
(112,117,149)
#7F84A0
(127,132,160)
#8E93AB
(142,147,171)
#9DA2B6
(157,162,182)
#ACB1C1
(172,177,193)
#BBC0CC
(187,192,204)
#CACFD7
(202,207,215)
#D9DEE2
(217,222,226)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52577F color. Also use rgb(82,87,127) instead hex code.

Text Font Color

.myTextColor { color: #52577F; }

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

This text font color is #52577F.


Background Color

.myBgColor { background-color: #52577F; }

<div style="background-color:#52577F">Inner text</div>

This div background color is #52577F.


Border color

.myBorderColor { border: 1px solid #52577F; }

<div style="border:3px solid #52577F">Div</div>

This div border color is #52577F.


Opacity

.myOpacity80 { color: #52577F; opacity: 0.8; }

<p style="color:#52577F;opacity:0.8;">80%</p>

Text with #52577F 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 #52577F;}

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

This text has shadow with #52577F color.

.textShadow {text-shadow: 3px 3px 1px #52577F, 3px 3px 1px red;}

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

This text has shadow with #52577F primary color and red secondary color.


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

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

This text has shadow with #52577F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52577F on black background.


Color preview on white background

This text has color #52577F on white background.



Black color preview on #52577F background

This text has black color on #52577F background.


White color preview on #52577F background

This text has white color on #52577F background.