COLOR #524CB5

HEX: #524CB5
RGB: (82,76,181)

Color info

#524CB5 contains mainly blue color. Web safe color of #524CB5 is #6633CC (or #63C).

RGB color model

#524CB5 color RGB value is (82,76,181).

  • red value is 82;
  • green value is 76;
  • blue value is 181.
RGB:
(82,76,181)
(32%,30%,71%)

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 181 of 255 = 71%

82
76
181

R + G + B ~ 44%. #524CB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 181 = 339 (100%)
R 82 of 339 ~ 24.19%
G 76 of 339 ~ 22.42%
B 181 of 339 ~ 53.39%

%24.19
%22.42
%53.39

CMYK color model

#524CB5 color CMYK value is (55,58,0,29).

  • cyan value is 54.70%
  • magenta value is 58.01%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(55,58,0,29)
C55M58Y0K29 
(55%,58%,0%,29%)
(0.55/0.58/0.00/0.29)	

CMYK percentages

%54.7
%58.01
%0
%29.02

Codes

Color #524CB5 in popluar color models

524CB5
RGB8276181
HSL243°41.50%50.39%
HSB/HSV243°58.01%70.98%
CMYK54.70%58.01%0.00%
29.02%

Color #524CB5 in popluar number systems.

HEX524CB5
Decimal8276181
Binary1010010100110010110101
Octal122114265

Shades and tints

Shades of #524CB5

#524CB5
(82,76,181)
#4B46A5
(75,70,165)
#444095
(68,64,149)
#3D3A85
(61,58,133)
#363475
(54,52,117)
#2F2E65
(47,46,101)
#282855
(40,40,85)
#212245
(33,34,69)
#1A1C35
(26,28,53)
#131625
(19,22,37)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #524CB5

#524CB5
(82,76,181)
#615CBB
(97,92,187)
#706CC1
(112,108,193)
#7F7CC7
(127,124,199)
#8E8CCD
(142,140,205)
#9D9CD3
(157,156,211)
#ACACD9
(172,172,217)
#BBBCDF
(187,188,223)
#CACCE5
(202,204,229)
#D9DCEB
(217,220,235)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524CB5 color. Also use rgb(82,76,181) instead hex code.

Text Font Color

.myTextColor { color: #524CB5; }

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

This text font color is #524CB5.


Background Color

.myBgColor { background-color: #524CB5; }

<div style="background-color:#524CB5">Inner text</div>

This div background color is #524CB5.


Border color

.myBorderColor { border: 1px solid #524CB5; }

<div style="border:3px solid #524CB5">Div</div>

This div border color is #524CB5.


Opacity

.myOpacity80 { color: #524CB5; opacity: 0.8; }

<p style="color:#524CB5;opacity:0.8;">80%</p>

Text with #524CB5 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 #524CB5;}

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

This text has shadow with #524CB5 color.

.textShadow {text-shadow: 3px 3px 1px #524CB5, 3px 3px 1px red;}

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

This text has shadow with #524CB5 primary color and red secondary color.


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

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

This text has shadow with #524CB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524CB5 on black background.


Color preview on white background

This text has color #524CB5 on white background.



Black color preview on #524CB5 background

This text has black color on #524CB5 background.


White color preview on #524CB5 background

This text has white color on #524CB5 background.