COLOR #523A85

HEX: #523A85 RGB: (82,58,133)

Color info

#523A85 contains mainly red and blue colors. Web safe color of #523A85 is #663399 (or #639).

RGB color model

#523A85 color RGB value is (82,58,133).

RGB: (82,58,133) (32%, 23%, 52%)

RGB channels and saturation

R 82 of 255 = 32%
G 58 of 255 = 23%
B 133 of 255 = 52%

82
58
133

R + G + B ~ 36%. #523A85 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 58 + 133 = 273 (100%)
R 82 of 273 ~ 30.04%
G 58 of 273 ~ 21.25%
B 133 of 273 ~ 48.72'%

%30.04
%21.25
%48.72

CMYK color model

#523A85 color CMYK value is (38,56,0,48).

  • cyan value is 38.35%
  • magenta value is 56.39%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (38,56,0,48)
C38M56Y0K48 (38%, 56%, 0%, 48%)
(0.38 / 0.56 / 0.00 / 0.48)

CMYK percentages

%38.35
%56.39
%0
%47.84

Codes

Color #523A85 in popluar color models

52 3A 85
RGB 82 58 133
HSL 259° 39.27% 37.45%
HSB/HSV 259° 56.39% 52.16%
CMYK 38.35% 56.39% 0.00%
47.84%

Color #523A85 in popluar number systems.

HEX 52 3A 85
Decimal 82 58 133
Binary 1010010 111010 10000101
Octal 122 72 205

Shades and tints

Shades of #523A85

#523A85
(82,58,133)
#4B3579
(75,53,121)
#44306D
(68,48,109)
#3D2B61
(61,43,97)
#362655
(54,38,85)
#2F2149
(47,33,73)
#281C3D
(40,28,61)
#211731
(33,23,49)
#1A1225
(26,18,37)
#130D19
(19,13,25)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #523A85

#523A85
(82,58,133)
#614B90
(97,75,144)
#705C9B
(112,92,155)
#7F6DA6
(127,109,166)
#8E7EB1
(142,126,177)
#9D8FBC
(157,143,188)
#ACA0C7
(172,160,199)
#BBB1D2
(187,177,210)
#CAC2DD
(202,194,221)
#D9D3E8
(217,211,232)
#E8E4F3
(232,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523A85 color. Also use rgb(82,58,133) instead hex code.

Text Font Color

.myTextColor { color: #523A85; }

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

This text font color is #523A85.

Background Color

.myBgColor { background-color: #523A85; }

<div style="background-color:#523A85">Inner text</div>

This div background color is #523A85.

Border color

.myBorderColor { border: 1px solid #523A85; }

<div style="border:3px solid #523A85">Div</div>

This div border color is #523A85.

Opacity

.myOpacity80 { color: #523A85; opacity: 0.8; }

<p style="color:#523A85;opacity:0.8;">80%</p>

Text with #523A85 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 #523A85;}

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

This text has shadow with #523A85 color.


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

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

This text has shadow with #523A85 primary color and red secondary color.


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

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

This text has shadow with #523A85 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #523A85.

Preview

Color preview on black background

This text has color #523A85 on black background.


Color preview on white background

This text has color #523A85 on white background.


Black color preview on #523A85 background

This text has black color on #523A85 background.


White color preview on #523A85 background

This text has white color on #523A85 background.


Related colors

Complementary color

Complementary color for #hex is #ADC57A.


I love getcolorcode.com

Triadic colors

1 #85523A and #3A8552 with #523A85 are triadic colors.

2 #853A52 and #3A5285 with #523A85 are triadic colors.