COLOR #5F6FD8

HEX: #5F6FD8
RGB: (95,111,216)

Color info

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

RGB color model

#5F6FD8 color RGB value is (95,111,216).

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

RGB channels and saturation

R 95 of 255 = 37%
G 111 of 255 = 44%
B 216 of 255 = 85%

95
111
216

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

Portions of RGB colors in percentages

R + G + B =
95 + 111 + 216 = 422 (100%)
R 95 of 422 ~ 22.51%
G 111 of 422 ~ 26.3%
B 216 of 422 ~ 51.18%

%22.51
%26.3
%51.18

CMYK color model

#5F6FD8 color CMYK value is (56,49,0,15).

  • cyan value is 56.02%
  • magenta value is 48.61%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(56,49,0,15)
C56M49Y0K15 
(56%,49%,0%,15%)
(0.56/0.49/0.00/0.15)	

CMYK percentages

%56.02
%48.61
%0
%15.29

Codes

Color #5F6FD8 in popluar color models

5F6FD8
RGB95111216
HSL232°60.80%60.98%
HSB/HSV232°56.02%84.71%
CMYK56.02%48.61%0.00%
15.29%

Color #5F6FD8 in popluar number systems.

HEX5F6FD8
Decimal95111216
Binary1011111110111111011000
Octal137157330

Shades and tints

Shades of #5F6FD8

#5F6FD8
(95,111,216)
#5765C5
(87,101,197)
#4F5BB2
(79,91,178)
#47519F
(71,81,159)
#3F478C
(63,71,140)
#373D79
(55,61,121)
#2F3366
(47,51,102)
#272953
(39,41,83)
#1F1F40
(31,31,64)
#17152D
(23,21,45)
#0F0B1A
(15,11,26)
#000000
(0,0,0)

Tints of #5F6FD8

#5F6FD8
(95,111,216)
#6D7CDB
(109,124,219)
#7B89DE
(123,137,222)
#8996E1
(137,150,225)
#97A3E4
(151,163,228)
#A5B0E7
(165,176,231)
#B3BDEA
(179,189,234)
#C1CAED
(193,202,237)
#CFD7F0
(207,215,240)
#DDE4F3
(221,228,243)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6FD8; }

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

This text font color is #5F6FD8.


Background Color

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

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

This div background color is #5F6FD8.


Border color

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

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

This div border color is #5F6FD8.


Opacity

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

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

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

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

This text has shadow with #5F6FD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6FD8 on black background.


Color preview on white background

This text has color #5F6FD8 on white background.



Black color preview on #5F6FD8 background

This text has black color on #5F6FD8 background.


White color preview on #5F6FD8 background

This text has white color on #5F6FD8 background.