COLOR #52587D

HEX: #52587D RGB: (82,88,125)

Color info

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

RGB color model

#52587D color RGB value is (82,88,125).

RGB: (82,88,125) (32%, 35%, 49%)

RGB channels and saturation

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

82
88
125

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

Portions of RGB colors in percentages

R + G + B = 82 + 88 + 125 = 295 (100%)
R 82 of 295 ~ 27.8%
G 88 of 295 ~ 29.83%
B 125 of 295 ~ 42.37'%

%27.8
%29.83
%42.37

CMYK color model

#52587D color CMYK value is (34,30,0,51).

  • cyan value is 34.40%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (34,30,0,51)
C34M30Y0K51 (34%, 30%, 0%, 51%)
(0.34 / 0.30 / 0.00 / 0.51)

CMYK percentages

%34.4
%29.6
%0
%50.98

Codes

Color #52587D in popluar color models

52 58 7D
RGB 82 88 125
HSL 232° 20.77% 40.59%
HSB/HSV 232° 34.40% 49.02%
CMYK 34.40% 29.60% 0.00%
50.98%

Color #52587D in popluar number systems.

HEX 52 58 7D
Decimal 82 88 125
Binary 1010010 1011000 1111101
Octal 122 130 175

Shades and tints

Shades of #52587D

#52587D
(82,88,125)
#4B5072
(75,80,114)
#444867
(68,72,103)
#3D405C
(61,64,92)
#363851
(54,56,81)
#2F3046
(47,48,70)
#28283B
(40,40,59)
#212030
(33,32,48)
#1A1825
(26,24,37)
#13101A
(19,16,26)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #52587D

#52587D
(82,88,125)
#616788
(97,103,136)
#707693
(112,118,147)
#7F859E
(127,133,158)
#8E94A9
(142,148,169)
#9DA3B4
(157,163,180)
#ACB2BF
(172,178,191)
#BBC1CA
(187,193,202)
#CAD0D5
(202,208,213)
#D9DFE0
(217,223,224)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52587D; }

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

This text font color is #52587D.

Background Color

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

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

This div background color is #52587D.

Border color

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

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

This div border color is #52587D.

Opacity

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

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

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

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

This text has shadow with #52587D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52587D.

Preview

Color preview on black background

This text has color #52587D on black background.


Color preview on white background

This text has color #52587D on white background.


Black color preview on #52587D background

This text has black color on #52587D background.


White color preview on #52587D background

This text has white color on #52587D background.


Related colors

Complementary color

Complementary color for #hex is #ADA782.


I love getcolorcode.com

Triadic colors

1 #7D5258 and #587D52 with #52587D are triadic colors.

2 #7D5852 and #58527D with #52587D are triadic colors.