COLOR #5F56D2

HEX: #5F56D2
RGB: (95,86,210)

Color info

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

RGB color model

#5F56D2 color RGB value is (95,86,210).

  • red value is 95;
  • green value is 86;
  • blue value is 210.
RGB:
(95,86,210)
(37%,34%,82%)

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 210 of 255 = 82%

95
86
210

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

Portions of RGB colors in percentages

R + G + B =
95 + 86 + 210 = 391 (100%)
R 95 of 391 ~ 24.3%
G 86 of 391 ~ 21.99%
B 210 of 391 ~ 53.71%

%24.3
%21.99
%53.71

CMYK color model

#5F56D2 color CMYK value is (55,59,0,18).

  • cyan value is 54.76%
  • magenta value is 59.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(55,59,0,18)
C55M59Y0K18 
(55%,59%,0%,18%)
(0.55/0.59/0.00/0.18)	

CMYK percentages

%54.76
%59.05
%0
%17.65

Codes

Color #5F56D2 in popluar color models

5F56D2
RGB9586210
HSL244°57.94%58.04%
HSB/HSV244°59.05%82.35%
CMYK54.76%59.05%0.00%
17.65%

Color #5F56D2 in popluar number systems.

HEX5F56D2
Decimal9586210
Binary1011111101011011010010
Octal137126322

Shades and tints

Shades of #5F56D2

#5F56D2
(95,86,210)
#574FBF
(87,79,191)
#4F48AC
(79,72,172)
#474199
(71,65,153)
#3F3A86
(63,58,134)
#373373
(55,51,115)
#2F2C60
(47,44,96)
#27254D
(39,37,77)
#1F1E3A
(31,30,58)
#171727
(23,23,39)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #5F56D2

#5F56D2
(95,86,210)
#6D65D6
(109,101,214)
#7B74DA
(123,116,218)
#8983DE
(137,131,222)
#9792E2
(151,146,226)
#A5A1E6
(165,161,230)
#B3B0EA
(179,176,234)
#C1BFEE
(193,191,238)
#CFCEF2
(207,206,242)
#DDDDF6
(221,221,246)
#EBECFA
(235,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F56D2 color. Also use rgb(95,86,210) instead hex code.

Text Font Color

.myTextColor { color: #5F56D2; }

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

This text font color is #5F56D2.


Background Color

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

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

This div background color is #5F56D2.


Border color

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

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

This div border color is #5F56D2.


Opacity

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

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

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

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

This text has shadow with #5F56D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F56D2 on black background.


Color preview on white background

This text has color #5F56D2 on white background.



Black color preview on #5F56D2 background

This text has black color on #5F56D2 background.


White color preview on #5F56D2 background

This text has white color on #5F56D2 background.