COLOR #5F74E1

HEX: #5F74E1
RGB: (95,116,225)

Color info

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

RGB color model

#5F74E1 color RGB value is (95,116,225).

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

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 225 of 255 = 88%

95
116
225

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

Portions of RGB colors in percentages

R + G + B =
95 + 116 + 225 = 436 (100%)
R 95 of 436 ~ 21.79%
G 116 of 436 ~ 26.61%
B 225 of 436 ~ 51.61%

%21.79
%26.61
%51.61

CMYK color model

#5F74E1 color CMYK value is (58,48,0,12).

  • cyan value is 57.78%
  • magenta value is 48.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(58,48,0,12)
C58M48Y0K12 
(58%,48%,0%,12%)
(0.58/0.48/0.00/0.12)	

CMYK percentages

%57.78
%48.44
%0
%11.76

Codes

Color #5F74E1 in popluar color models

5F74E1
RGB95116225
HSL230°68.42%62.75%
HSB/HSV230°57.78%88.24%
CMYK57.78%48.44%0.00%
11.76%

Color #5F74E1 in popluar number systems.

HEX5F74E1
Decimal95116225
Binary1011111111010011100001
Octal137164341

Shades and tints

Shades of #5F74E1

#5F74E1
(95,116,225)
#576ACD
(87,106,205)
#4F60B9
(79,96,185)
#4756A5
(71,86,165)
#3F4C91
(63,76,145)
#37427D
(55,66,125)
#2F3869
(47,56,105)
#272E55
(39,46,85)
#1F2441
(31,36,65)
#171A2D
(23,26,45)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #5F74E1

#5F74E1
(95,116,225)
#6D80E3
(109,128,227)
#7B8CE5
(123,140,229)
#8998E7
(137,152,231)
#97A4E9
(151,164,233)
#A5B0EB
(165,176,235)
#B3BCED
(179,188,237)
#C1C8EF
(193,200,239)
#CFD4F1
(207,212,241)
#DDE0F3
(221,224,243)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F74E1; }

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

This text font color is #5F74E1.


Background Color

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

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

This div background color is #5F74E1.


Border color

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

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

This div border color is #5F74E1.


Opacity

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

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

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

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

This text has shadow with #5F74E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F74E1 on black background.


Color preview on white background

This text has color #5F74E1 on white background.



Black color preview on #5F74E1 background

This text has black color on #5F74E1 background.


White color preview on #5F74E1 background

This text has white color on #5F74E1 background.