COLOR #52359D

HEX: #52359D
RGB: (82,53,157)

Color info

#52359D contains mainly blue color. Web safe color of #52359D is #663399 (or #639).

RGB color model

#52359D color RGB value is (82,53,157).

  • red value is 82;
  • green value is 53;
  • blue value is 157.
RGB:
(82,53,157)
(32%,21%,62%)

RGB channels and saturation

R 82 of 255 = 32%
G 53 of 255 = 21%
B 157 of 255 = 62%

82
53
157

R + G + B ~ 38%. #52359D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 53 + 157 = 292 (100%)
R 82 of 292 ~ 28.08%
G 53 of 292 ~ 18.15%
B 157 of 292 ~ 53.77%

%28.08
%18.15
%53.77

CMYK color model

#52359D color CMYK value is (48,66,0,38).

  • cyan value is 47.77%
  • magenta value is 66.24%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(48,66,0,38)
C48M66Y0K38 
(48%,66%,0%,38%)
(0.48/0.66/0.00/0.38)	

CMYK percentages

%47.77
%66.24
%0
%38.43

Codes

Color #52359D in popluar color models

52359D
RGB8253157
HSL257°49.52%41.18%
HSB/HSV257°66.24%61.57%
CMYK47.77%66.24%0.00%
38.43%

Color #52359D in popluar number systems.

HEX52359D
Decimal8253157
Binary101001011010110011101
Octal12265235

Shades and tints

Shades of #52359D

#52359D
(82,53,157)
#4B318F
(75,49,143)
#442D81
(68,45,129)
#3D2973
(61,41,115)
#362565
(54,37,101)
#2F2157
(47,33,87)
#281D49
(40,29,73)
#21193B
(33,25,59)
#1A152D
(26,21,45)
#13111F
(19,17,31)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #52359D

#52359D
(82,53,157)
#6147A5
(97,71,165)
#7059AD
(112,89,173)
#7F6BB5
(127,107,181)
#8E7DBD
(142,125,189)
#9D8FC5
(157,143,197)
#ACA1CD
(172,161,205)
#BBB3D5
(187,179,213)
#CAC5DD
(202,197,221)
#D9D7E5
(217,215,229)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52359D color. Also use rgb(82,53,157) instead hex code.

Text Font Color

.myTextColor { color: #52359D; }

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

This text font color is #52359D.


Background Color

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

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

This div background color is #52359D.


Border color

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

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

This div border color is #52359D.


Opacity

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

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

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

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

This text has shadow with #52359D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52359D on black background.


Color preview on white background

This text has color #52359D on white background.



Black color preview on #52359D background

This text has black color on #52359D background.


White color preview on #52359D background

This text has white color on #52359D background.