COLOR #52596F

HEX: #52596F
RGB: (82,89,111)

Color info

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

RGB color model

#52596F color RGB value is (82,89,111).

  • red value is 82;
  • green value is 89;
  • blue value is 111.
RGB:
(82,89,111)
(32%,35%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 89 of 255 = 35%
B 111 of 255 = 44%

82
89
111

R + G + B ~ 37%. #52596F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 111 = 282 (100%)
R 82 of 282 ~ 29.08%
G 89 of 282 ~ 31.56%
B 111 of 282 ~ 39.36%

%29.08
%31.56
%39.36

CMYK color model

#52596F color CMYK value is (26,20,0,56).

  • cyan value is 26.13%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(26,20,0,56)
C26M20Y0K56 
(26%,20%,0%,56%)
(0.26/0.20/0.00/0.56)	

CMYK percentages

%26.13
%19.82
%0
%56.47

Codes

Color #52596F in popluar color models

52596F
RGB8289111
HSL226°15.03%37.84%
HSB/HSV226°26.13%43.53%
CMYK26.13%19.82%0.00%
56.47%

Color #52596F in popluar number systems.

HEX52596F
Decimal8289111
Binary101001010110011101111
Octal122131157

Shades and tints

Shades of #52596F

#52596F
(82,89,111)
#4B5165
(75,81,101)
#44495B
(68,73,91)
#3D4151
(61,65,81)
#363947
(54,57,71)
#2F313D
(47,49,61)
#282933
(40,41,51)
#212129
(33,33,41)
#1A191F
(26,25,31)
#131115
(19,17,21)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #52596F

#52596F
(82,89,111)
#61687C
(97,104,124)
#707789
(112,119,137)
#7F8696
(127,134,150)
#8E95A3
(142,149,163)
#9DA4B0
(157,164,176)
#ACB3BD
(172,179,189)
#BBC2CA
(187,194,202)
#CAD1D7
(202,209,215)
#D9E0E4
(217,224,228)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52596F color. Also use rgb(82,89,111) instead hex code.

Text Font Color

.myTextColor { color: #52596F; }

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

This text font color is #52596F.


Background Color

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

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

This div background color is #52596F.


Border color

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

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

This div border color is #52596F.


Opacity

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

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

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

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

This text has shadow with #52596F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52596F on black background.


Color preview on white background

This text has color #52596F on white background.



Black color preview on #52596F background

This text has black color on #52596F background.


White color preview on #52596F background

This text has white color on #52596F background.