COLOR #5F56D8

HEX: #5F56D8
RGB: (95,86,216)

Color info

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

RGB color model

#5F56D8 color RGB value is (95,86,216).

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

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 216 of 255 = 85%

95
86
216

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

Portions of RGB colors in percentages

R + G + B =
95 + 86 + 216 = 397 (100%)
R 95 of 397 ~ 23.93%
G 86 of 397 ~ 21.66%
B 216 of 397 ~ 54.41%

%23.93
%21.66
%54.41

CMYK color model

#5F56D8 color CMYK value is (56,60,0,15).

  • cyan value is 56.02%
  • magenta value is 60.19%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(56,60,0,15)
C56M60Y0K15 
(56%,60%,0%,15%)
(0.56/0.60/0.00/0.15)	

CMYK percentages

%56.02
%60.19
%0
%15.29

Codes

Color #5F56D8 in popluar color models

5F56D8
RGB9586216
HSL244°62.50%59.22%
HSB/HSV244°60.19%84.71%
CMYK56.02%60.19%0.00%
15.29%

Color #5F56D8 in popluar number systems.

HEX5F56D8
Decimal9586216
Binary1011111101011011011000
Octal137126330

Shades and tints

Shades of #5F56D8

#5F56D8
(95,86,216)
#574FC5
(87,79,197)
#4F48B2
(79,72,178)
#47419F
(71,65,159)
#3F3A8C
(63,58,140)
#373379
(55,51,121)
#2F2C66
(47,44,102)
#272553
(39,37,83)
#1F1E40
(31,30,64)
#17172D
(23,23,45)
#0F101A
(15,16,26)
#000000
(0,0,0)

Tints of #5F56D8

#5F56D8
(95,86,216)
#6D65DB
(109,101,219)
#7B74DE
(123,116,222)
#8983E1
(137,131,225)
#9792E4
(151,146,228)
#A5A1E7
(165,161,231)
#B3B0EA
(179,176,234)
#C1BFED
(193,191,237)
#CFCEF0
(207,206,240)
#DDDDF3
(221,221,243)
#EBECF6
(235,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F56D8; }

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

This text font color is #5F56D8.


Background Color

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

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

This div background color is #5F56D8.


Border color

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

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

This div border color is #5F56D8.


Opacity

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

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

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

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

This text has shadow with #5F56D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F56D8 on black background.


Color preview on white background

This text has color #5F56D8 on white background.



Black color preview on #5F56D8 background

This text has black color on #5F56D8 background.


White color preview on #5F56D8 background

This text has white color on #5F56D8 background.