COLOR #5F7EBD

HEX: #5F7EBD
RGB: (95,126,189)

Color info

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

RGB color model

#5F7EBD color RGB value is (95,126,189).

  • red value is 95;
  • green value is 126;
  • blue value is 189.
RGB:
(95,126,189)
(37%,49%,74%)

RGB channels and saturation

R 95 of 255 = 37%
G 126 of 255 = 49%
B 189 of 255 = 74%

95
126
189

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

Portions of RGB colors in percentages

R + G + B =
95 + 126 + 189 = 410 (100%)
R 95 of 410 ~ 23.17%
G 126 of 410 ~ 30.73%
B 189 of 410 ~ 46.1%

%23.17
%30.73
%46.1

CMYK color model

#5F7EBD color CMYK value is (50,33,0,26).

  • cyan value is 49.74%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(50,33,0,26)
C50M33Y0K26 
(50%,33%,0%,26%)
(0.50/0.33/0.00/0.26)	

CMYK percentages

%49.74
%33.33
%0
%25.88

Codes

Color #5F7EBD in popluar color models

5F7EBD
RGB95126189
HSL220°41.59%55.69%
HSB/HSV220°49.74%74.12%
CMYK49.74%33.33%0.00%
25.88%

Color #5F7EBD in popluar number systems.

HEX5F7EBD
Decimal95126189
Binary1011111111111010111101
Octal137176275

Shades and tints

Shades of #5F7EBD

#5F7EBD
(95,126,189)
#5773AC
(87,115,172)
#4F689B
(79,104,155)
#475D8A
(71,93,138)
#3F5279
(63,82,121)
#374768
(55,71,104)
#2F3C57
(47,60,87)
#273146
(39,49,70)
#1F2635
(31,38,53)
#171B24
(23,27,36)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #5F7EBD

#5F7EBD
(95,126,189)
#6D89C3
(109,137,195)
#7B94C9
(123,148,201)
#899FCF
(137,159,207)
#97AAD5
(151,170,213)
#A5B5DB
(165,181,219)
#B3C0E1
(179,192,225)
#C1CBE7
(193,203,231)
#CFD6ED
(207,214,237)
#DDE1F3
(221,225,243)
#EBECF9
(235,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7EBD color. Also use rgb(95,126,189) instead hex code.

Text Font Color

.myTextColor { color: #5F7EBD; }

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

This text font color is #5F7EBD.


Background Color

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

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

This div background color is #5F7EBD.


Border color

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

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

This div border color is #5F7EBD.


Opacity

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

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

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

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

This text has shadow with #5F7EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7EBD on black background.


Color preview on white background

This text has color #5F7EBD on white background.



Black color preview on #5F7EBD background

This text has black color on #5F7EBD background.


White color preview on #5F7EBD background

This text has white color on #5F7EBD background.