COLOR #52587E

HEX: #52587E
RGB: (82,88,126)

Color info

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

RGB color model

#52587E color RGB value is (82,88,126).

  • red value is 82;
  • green value is 88;
  • blue value is 126.
RGB:
(82,88,126)
(32%,35%,49%)

RGB channels and saturation

R 82 of 255 = 32%
G 88 of 255 = 35%
B 126 of 255 = 49%

82
88
126

R + G + B ~ 39%. #52587E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 88 + 126 = 296 (100%)
R 82 of 296 ~ 27.7%
G 88 of 296 ~ 29.73%
B 126 of 296 ~ 42.57%

%27.7
%29.73
%42.57

CMYK color model

#52587E color CMYK value is (35,30,0,51).

  • cyan value is 34.92%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(35,30,0,51)
C35M30Y0K51 
(35%,30%,0%,51%)
(0.35/0.30/0.00/0.51)	

CMYK percentages

%34.92
%30.16
%0
%50.59

Codes

Color #52587E in popluar color models

52587E
RGB8288126
HSL232°21.15%40.78%
HSB/HSV232°34.92%49.41%
CMYK34.92%30.16%0.00%
50.59%

Color #52587E in popluar number systems.

HEX52587E
Decimal8288126
Binary101001010110001111110
Octal122130176

Shades and tints

Shades of #52587E

#52587E
(82,88,126)
#4B5073
(75,80,115)
#444868
(68,72,104)
#3D405D
(61,64,93)
#363852
(54,56,82)
#2F3047
(47,48,71)
#28283C
(40,40,60)
#212031
(33,32,49)
#1A1826
(26,24,38)
#13101B
(19,16,27)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #52587E

#52587E
(82,88,126)
#616789
(97,103,137)
#707694
(112,118,148)
#7F859F
(127,133,159)
#8E94AA
(142,148,170)
#9DA3B5
(157,163,181)
#ACB2C0
(172,178,192)
#BBC1CB
(187,193,203)
#CAD0D6
(202,208,214)
#D9DFE1
(217,223,225)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52587E color. Also use rgb(82,88,126) instead hex code.

Text Font Color

.myTextColor { color: #52587E; }

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

This text font color is #52587E.


Background Color

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

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

This div background color is #52587E.


Border color

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

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

This div border color is #52587E.


Opacity

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

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

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

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

This text has shadow with #52587E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52587E on black background.


Color preview on white background

This text has color #52587E on white background.



Black color preview on #52587E background

This text has black color on #52587E background.


White color preview on #52587E background

This text has white color on #52587E background.