COLOR #523BF6

HEX: #523BF6
RGB: (82,59,246)

Color info

#523BF6 contains mainly blue color. Web safe color of #523BF6 is #6633FF (or #63F).

RGB color model

#523BF6 color RGB value is (82,59,246).

  • red value is 82;
  • green value is 59;
  • blue value is 246.
RGB:
(82,59,246)
(32%,23%,96%)

RGB channels and saturation

R 82 of 255 = 32%
G 59 of 255 = 23%
B 246 of 255 = 96%

82
59
246

R + G + B ~ 50%. #523BF6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 59 + 246 = 387 (100%)
R 82 of 387 ~ 21.19%
G 59 of 387 ~ 15.25%
B 246 of 387 ~ 63.57%

%21.19
%15.25
%63.57

CMYK color model

#523BF6 color CMYK value is (67,76,0,4).

  • cyan value is 66.67%
  • magenta value is 76.02%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(67,76,0,4)
C67M76Y0K4 
(67%,76%,0%,4%)
(0.67/0.76/0.00/0.04)	

CMYK percentages

%66.67
%76.02
%0
%3.53

Codes

Color #523BF6 in popluar color models

523BF6
RGB8259246
HSL247°91.22%59.80%
HSB/HSV247°76.02%96.47%
CMYK66.67%76.02%0.00%
3.53%

Color #523BF6 in popluar number systems.

HEX523BF6
Decimal8259246
Binary101001011101111110110
Octal12273366

Shades and tints

Shades of #523BF6

#523BF6
(82,59,246)
#4B36E0
(75,54,224)
#4431CA
(68,49,202)
#3D2CB4
(61,44,180)
#36279E
(54,39,158)
#2F2288
(47,34,136)
#281D72
(40,29,114)
#21185C
(33,24,92)
#1A1346
(26,19,70)
#130E30
(19,14,48)
#0C091A
(12,9,26)
#000000
(0,0,0)

Tints of #523BF6

#523BF6
(82,59,246)
#614CF6
(97,76,246)
#705DF6
(112,93,246)
#7F6EF6
(127,110,246)
#8E7FF6
(142,127,246)
#9D90F6
(157,144,246)
#ACA1F6
(172,161,246)
#BBB2F6
(187,178,246)
#CAC3F6
(202,195,246)
#D9D4F6
(217,212,246)
#E8E5F6
(232,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523BF6 color. Also use rgb(82,59,246) instead hex code.

Text Font Color

.myTextColor { color: #523BF6; }

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

This text font color is #523BF6.


Background Color

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

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

This div background color is #523BF6.


Border color

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

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

This div border color is #523BF6.


Opacity

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

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

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

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

This text has shadow with #523BF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523BF6 on black background.


Color preview on white background

This text has color #523BF6 on white background.



Black color preview on #523BF6 background

This text has black color on #523BF6 background.


White color preview on #523BF6 background

This text has white color on #523BF6 background.