COLOR #5F74B1

HEX: #5F74B1
RGB: (95,116,177)

Color info

#5F74B1 contains mainly blue color. Web safe color of #5F74B1 is #666699 (or #669).

RGB color model

#5F74B1 color RGB value is (95,116,177).

  • red value is 95;
  • green value is 116;
  • blue value is 177.
RGB:
(95,116,177)
(37%,45%,69%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 177 of 255 = 69%

95
116
177

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

Portions of RGB colors in percentages

R + G + B =
95 + 116 + 177 = 388 (100%)
R 95 of 388 ~ 24.48%
G 116 of 388 ~ 29.9%
B 177 of 388 ~ 45.62%

%24.48
%29.9
%45.62

CMYK color model

#5F74B1 color CMYK value is (46,34,0,31).

  • cyan value is 46.33%
  • magenta value is 34.46%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(46,34,0,31)
C46M34Y0K31 
(46%,34%,0%,31%)
(0.46/0.34/0.00/0.31)	

CMYK percentages

%46.33
%34.46
%0
%30.59

Codes

Color #5F74B1 in popluar color models

5F74B1
RGB95116177
HSL225°34.45%53.33%
HSB/HSV225°46.33%69.41%
CMYK46.33%34.46%0.00%
30.59%

Color #5F74B1 in popluar number systems.

HEX5F74B1
Decimal95116177
Binary1011111111010010110001
Octal137164261

Shades and tints

Shades of #5F74B1

#5F74B1
(95,116,177)
#576AA1
(87,106,161)
#4F6091
(79,96,145)
#475681
(71,86,129)
#3F4C71
(63,76,113)
#374261
(55,66,97)
#2F3851
(47,56,81)
#272E41
(39,46,65)
#1F2431
(31,36,49)
#171A21
(23,26,33)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #5F74B1

#5F74B1
(95,116,177)
#6D80B8
(109,128,184)
#7B8CBF
(123,140,191)
#8998C6
(137,152,198)
#97A4CD
(151,164,205)
#A5B0D4
(165,176,212)
#B3BCDB
(179,188,219)
#C1C8E2
(193,200,226)
#CFD4E9
(207,212,233)
#DDE0F0
(221,224,240)
#EBECF7
(235,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F74B1 color. Also use rgb(95,116,177) instead hex code.

Text Font Color

.myTextColor { color: #5F74B1; }

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

This text font color is #5F74B1.


Background Color

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

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

This div background color is #5F74B1.


Border color

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

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

This div border color is #5F74B1.


Opacity

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

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

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

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

This text has shadow with #5F74B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F74B1 on black background.


Color preview on white background

This text has color #5F74B1 on white background.



Black color preview on #5F74B1 background

This text has black color on #5F74B1 background.


White color preview on #5F74B1 background

This text has white color on #5F74B1 background.