COLOR #5F52D6

HEX: #5F52D6
RGB: (95,82,214)

Color info

#5F52D6 contains mainly blue color. Web safe color of #5F52D6 is #6666CC (or #66C).

RGB color model

#5F52D6 color RGB value is (95,82,214).

  • red value is 95;
  • green value is 82;
  • blue value is 214.
RGB:
(95,82,214)
(37%,32%,84%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 214 of 255 = 84%

95
82
214

R + G + B ~ 51%. #5F52D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 82 + 214 = 391 (100%)
R 95 of 391 ~ 24.3%
G 82 of 391 ~ 20.97%
B 214 of 391 ~ 54.73%

%24.3
%20.97
%54.73

CMYK color model

#5F52D6 color CMYK value is (56,62,0,16).

  • cyan value is 55.61%
  • magenta value is 61.68%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(56,62,0,16)
C56M62Y0K16 
(56%,62%,0%,16%)
(0.56/0.62/0.00/0.16)	

CMYK percentages

%55.61
%61.68
%0
%16.08

Codes

Color #5F52D6 in popluar color models

5F52D6
RGB9582214
HSL246°61.68%58.04%
HSB/HSV246°61.68%83.92%
CMYK55.61%61.68%0.00%
16.08%

Color #5F52D6 in popluar number systems.

HEX5F52D6
Decimal9582214
Binary1011111101001011010110
Octal137122326

Shades and tints

Shades of #5F52D6

#5F52D6
(95,82,214)
#574BC3
(87,75,195)
#4F44B0
(79,68,176)
#473D9D
(71,61,157)
#3F368A
(63,54,138)
#372F77
(55,47,119)
#2F2864
(47,40,100)
#272151
(39,33,81)
#1F1A3E
(31,26,62)
#17132B
(23,19,43)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #5F52D6

#5F52D6
(95,82,214)
#6D61D9
(109,97,217)
#7B70DC
(123,112,220)
#897FDF
(137,127,223)
#978EE2
(151,142,226)
#A59DE5
(165,157,229)
#B3ACE8
(179,172,232)
#C1BBEB
(193,187,235)
#CFCAEE
(207,202,238)
#DDD9F1
(221,217,241)
#EBE8F4
(235,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F52D6 color. Also use rgb(95,82,214) instead hex code.

Text Font Color

.myTextColor { color: #5F52D6; }

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

This text font color is #5F52D6.


Background Color

.myBgColor { background-color: #5F52D6; }

<div style="background-color:#5F52D6">Inner text</div>

This div background color is #5F52D6.


Border color

.myBorderColor { border: 1px solid #5F52D6; }

<div style="border:3px solid #5F52D6">Div</div>

This div border color is #5F52D6.


Opacity

.myOpacity80 { color: #5F52D6; opacity: 0.8; }

<p style="color:#5F52D6;opacity:0.8;">80%</p>

Text with #5F52D6 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 #5F52D6;}

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

This text has shadow with #5F52D6 color.

.textShadow {text-shadow: 3px 3px 1px #5F52D6, 3px 3px 1px red;}

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

This text has shadow with #5F52D6 primary color and red secondary color.


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

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

This text has shadow with #5F52D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F52D6 on black background.


Color preview on white background

This text has color #5F52D6 on white background.



Black color preview on #5F52D6 background

This text has black color on #5F52D6 background.


White color preview on #5F52D6 background

This text has white color on #5F52D6 background.