COLOR #5F78B9

HEX: #5F78B9
RGB: (95,120,185)

Color info

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

RGB color model

#5F78B9 color RGB value is (95,120,185).

  • red value is 95;
  • green value is 120;
  • blue value is 185.
RGB:
(95,120,185)
(37%,47%,73%)

RGB channels and saturation

R 95 of 255 = 37%
G 120 of 255 = 47%
B 185 of 255 = 73%

95
120
185

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

Portions of RGB colors in percentages

R + G + B =
95 + 120 + 185 = 400 (100%)
R 95 of 400 ~ 23.75%
G 120 of 400 ~ 30%
B 185 of 400 ~ 46.25%

%23.75
%30
%46.25

CMYK color model

#5F78B9 color CMYK value is (49,35,0,27).

  • cyan value is 48.65%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(49,35,0,27)
C49M35Y0K27 
(49%,35%,0%,27%)
(0.49/0.35/0.00/0.27)	

CMYK percentages

%48.65
%35.14
%0
%27.45

Codes

Color #5F78B9 in popluar color models

5F78B9
RGB95120185
HSL223°39.13%54.90%
HSB/HSV223°48.65%72.55%
CMYK48.65%35.14%0.00%
27.45%

Color #5F78B9 in popluar number systems.

HEX5F78B9
Decimal95120185
Binary1011111111100010111001
Octal137170271

Shades and tints

Shades of #5F78B9

#5F78B9
(95,120,185)
#576EA9
(87,110,169)
#4F6499
(79,100,153)
#475A89
(71,90,137)
#3F5079
(63,80,121)
#374669
(55,70,105)
#2F3C59
(47,60,89)
#273249
(39,50,73)
#1F2839
(31,40,57)
#171E29
(23,30,41)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #5F78B9

#5F78B9
(95,120,185)
#6D84BF
(109,132,191)
#7B90C5
(123,144,197)
#899CCB
(137,156,203)
#97A8D1
(151,168,209)
#A5B4D7
(165,180,215)
#B3C0DD
(179,192,221)
#C1CCE3
(193,204,227)
#CFD8E9
(207,216,233)
#DDE4EF
(221,228,239)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F78B9 color. Also use rgb(95,120,185) instead hex code.

Text Font Color

.myTextColor { color: #5F78B9; }

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

This text font color is #5F78B9.


Background Color

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

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

This div background color is #5F78B9.


Border color

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

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

This div border color is #5F78B9.


Opacity

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

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

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

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

This text has shadow with #5F78B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F78B9 on black background.


Color preview on white background

This text has color #5F78B9 on white background.



Black color preview on #5F78B9 background

This text has black color on #5F78B9 background.


White color preview on #5F78B9 background

This text has white color on #5F78B9 background.