COLOR #5F56B4

HEX: #5F56B4
RGB: (95,86,180)

Color info

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

RGB color model

#5F56B4 color RGB value is (95,86,180).

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

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 180 of 255 = 71%

95
86
180

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

Portions of RGB colors in percentages

R + G + B =
95 + 86 + 180 = 361 (100%)
R 95 of 361 ~ 26.32%
G 86 of 361 ~ 23.82%
B 180 of 361 ~ 49.86%

%26.32
%23.82
%49.86

CMYK color model

#5F56B4 color CMYK value is (47,52,0,29).

  • cyan value is 47.22%
  • magenta value is 52.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(47,52,0,29)
C47M52Y0K29 
(47%,52%,0%,29%)
(0.47/0.52/0.00/0.29)	

CMYK percentages

%47.22
%52.22
%0
%29.41

Codes

Color #5F56B4 in popluar color models

5F56B4
RGB9586180
HSL246°38.52%52.16%
HSB/HSV246°52.22%70.59%
CMYK47.22%52.22%0.00%
29.41%

Color #5F56B4 in popluar number systems.

HEX5F56B4
Decimal9586180
Binary1011111101011010110100
Octal137126264

Shades and tints

Shades of #5F56B4

#5F56B4
(95,86,180)
#574FA4
(87,79,164)
#4F4894
(79,72,148)
#474184
(71,65,132)
#3F3A74
(63,58,116)
#373364
(55,51,100)
#2F2C54
(47,44,84)
#272544
(39,37,68)
#1F1E34
(31,30,52)
#171724
(23,23,36)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #5F56B4

#5F56B4
(95,86,180)
#6D65BA
(109,101,186)
#7B74C0
(123,116,192)
#8983C6
(137,131,198)
#9792CC
(151,146,204)
#A5A1D2
(165,161,210)
#B3B0D8
(179,176,216)
#C1BFDE
(193,191,222)
#CFCEE4
(207,206,228)
#DDDDEA
(221,221,234)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F56B4; }

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

This text font color is #5F56B4.


Background Color

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

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

This div background color is #5F56B4.


Border color

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

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

This div border color is #5F56B4.


Opacity

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

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

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

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

This text has shadow with #5F56B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F56B4 on black background.


Color preview on white background

This text has color #5F56B4 on white background.



Black color preview on #5F56B4 background

This text has black color on #5F56B4 background.


White color preview on #5F56B4 background

This text has white color on #5F56B4 background.