COLOR #52057B

HEX: #52057B
RGB: (82,5,123)

Color info

#52057B contains mainly red and blue colors. Web safe color of #52057B is #660066 (or #606).

RGB color model

#52057B color RGB value is (82,5,123).

  • red value is 82;
  • green value is 5;
  • blue value is 123.
RGB:
(82,5,123)
(32%,2%,48%)

RGB channels and saturation

R 82 of 255 = 32%
G 5 of 255 = 2%
B 123 of 255 = 48%

82
5
123

R + G + B ~ 27%. #52057B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 5 + 123 = 210 (100%)
R 82 of 210 ~ 39.05%
G 5 of 210 ~ 2.38%
B 123 of 210 ~ 58.57%

%39.05
%58.57

CMYK color model

#52057B color CMYK value is (33,96,0,52).

  • cyan value is 33.33%
  • magenta value is 95.93%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(33,96,0,52)
C33M96Y0K52 
(33%,96%,0%,52%)
(0.33/0.96/0.00/0.52)	

CMYK percentages

%33.33
%95.93
%0
%51.76

Codes

Color #52057B in popluar color models

52057B
RGB825123
HSL279°92.19%25.10%
HSB/HSV279°95.93%48.24%
CMYK33.33%95.93%0.00%
51.76%

Color #52057B in popluar number systems.

HEX52057B
Decimal825123
Binary10100101011111011
Octal1225173

Shades and tints

Shades of #52057B

#52057B
(82,5,123)
#4B0570
(75,5,112)
#440565
(68,5,101)
#3D055A
(61,5,90)
#36054F
(54,5,79)
#2F0544
(47,5,68)
#280539
(40,5,57)
#21052E
(33,5,46)
#1A0523
(26,5,35)
#130518
(19,5,24)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #52057B

#52057B
(82,5,123)
#611B87
(97,27,135)
#703193
(112,49,147)
#7F479F
(127,71,159)
#8E5DAB
(142,93,171)
#9D73B7
(157,115,183)
#AC89C3
(172,137,195)
#BB9FCF
(187,159,207)
#CAB5DB
(202,181,219)
#D9CBE7
(217,203,231)
#E8E1F3
(232,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52057B color. Also use rgb(82,5,123) instead hex code.

Text Font Color

.myTextColor { color: #52057B; }

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

This text font color is #52057B.


Background Color

.myBgColor { background-color: #52057B; }

<div style="background-color:#52057B">Inner text</div>

This div background color is #52057B.


Border color

.myBorderColor { border: 1px solid #52057B; }

<div style="border:3px solid #52057B">Div</div>

This div border color is #52057B.


Opacity

.myOpacity80 { color: #52057B; opacity: 0.8; }

<p style="color:#52057B;opacity:0.8;">80%</p>

Text with #52057B 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 #52057B;}

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

This text has shadow with #52057B color.

.textShadow {text-shadow: 3px 3px 1px #52057B, 3px 3px 1px red;}

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

This text has shadow with #52057B primary color and red secondary color.


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

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

This text has shadow with #52057B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52057B on black background.


Color preview on white background

This text has color #52057B on white background.



Black color preview on #52057B background

This text has black color on #52057B background.


White color preview on #52057B background

This text has white color on #52057B background.