COLOR #5F72CD

HEX: #5F72CD
RGB: (95,114,205)

Color info

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

RGB color model

#5F72CD color RGB value is (95,114,205).

  • red value is 95;
  • green value is 114;
  • blue value is 205.
RGB:
(95,114,205)
(37%,45%,80%)

RGB channels and saturation

R 95 of 255 = 37%
G 114 of 255 = 45%
B 205 of 255 = 80%

95
114
205

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

Portions of RGB colors in percentages

R + G + B =
95 + 114 + 205 = 414 (100%)
R 95 of 414 ~ 22.95%
G 114 of 414 ~ 27.54%
B 205 of 414 ~ 49.52%

%22.95
%27.54
%49.52

CMYK color model

#5F72CD color CMYK value is (54,44,0,20).

  • cyan value is 53.66%
  • magenta value is 44.39%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(54,44,0,20)
C54M44Y0K20 
(54%,44%,0%,20%)
(0.54/0.44/0.00/0.20)	

CMYK percentages

%53.66
%44.39
%0
%19.61

Codes

Color #5F72CD in popluar color models

5F72CD
RGB95114205
HSL230°52.38%58.82%
HSB/HSV230°53.66%80.39%
CMYK53.66%44.39%0.00%
19.61%

Color #5F72CD in popluar number systems.

HEX5F72CD
Decimal95114205
Binary1011111111001011001101
Octal137162315

Shades and tints

Shades of #5F72CD

#5F72CD
(95,114,205)
#5768BB
(87,104,187)
#4F5EA9
(79,94,169)
#475497
(71,84,151)
#3F4A85
(63,74,133)
#374073
(55,64,115)
#2F3661
(47,54,97)
#272C4F
(39,44,79)
#1F223D
(31,34,61)
#17182B
(23,24,43)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #5F72CD

#5F72CD
(95,114,205)
#6D7ED1
(109,126,209)
#7B8AD5
(123,138,213)
#8996D9
(137,150,217)
#97A2DD
(151,162,221)
#A5AEE1
(165,174,225)
#B3BAE5
(179,186,229)
#C1C6E9
(193,198,233)
#CFD2ED
(207,210,237)
#DDDEF1
(221,222,241)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F72CD color. Also use rgb(95,114,205) instead hex code.

Text Font Color

.myTextColor { color: #5F72CD; }

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

This text font color is #5F72CD.


Background Color

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

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

This div background color is #5F72CD.


Border color

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

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

This div border color is #5F72CD.


Opacity

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

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

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

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

This text has shadow with #5F72CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F72CD on black background.


Color preview on white background

This text has color #5F72CD on white background.



Black color preview on #5F72CD background

This text has black color on #5F72CD background.


White color preview on #5F72CD background

This text has white color on #5F72CD background.