COLOR #5F6E98

HEX: #5F6E98
RGB: (95,110,152)

Color info

#5F6E98 contains red, green and blue colors in about the same proportion. Web safe color of #5F6E98 is #666699 (or #669).

RGB color model

#5F6E98 color RGB value is (95,110,152).

  • red value is 95;
  • green value is 110;
  • blue value is 152.
RGB:
(95,110,152)
(37%,43%,60%)

RGB channels and saturation

R 95 of 255 = 37%
G 110 of 255 = 43%
B 152 of 255 = 60%

95
110
152

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

Portions of RGB colors in percentages

R + G + B =
95 + 110 + 152 = 357 (100%)
R 95 of 357 ~ 26.61%
G 110 of 357 ~ 30.81%
B 152 of 357 ~ 42.58%

%26.61
%30.81
%42.58

CMYK color model

#5F6E98 color CMYK value is (38,28,0,40).

  • cyan value is 37.50%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(38,28,0,40)
C38M28Y0K40 
(38%,28%,0%,40%)
(0.38/0.28/0.00/0.40)	

CMYK percentages

%37.5
%27.63
%0
%40.39

Codes

Color #5F6E98 in popluar color models

5F6E98
RGB95110152
HSL224°23.08%48.43%
HSB/HSV224°37.50%59.61%
CMYK37.50%27.63%0.00%
40.39%

Color #5F6E98 in popluar number systems.

HEX5F6E98
Decimal95110152
Binary1011111110111010011000
Octal137156230

Shades and tints

Shades of #5F6E98

#5F6E98
(95,110,152)
#57648B
(87,100,139)
#4F5A7E
(79,90,126)
#475071
(71,80,113)
#3F4664
(63,70,100)
#373C57
(55,60,87)
#2F324A
(47,50,74)
#27283D
(39,40,61)
#1F1E30
(31,30,48)
#171423
(23,20,35)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #5F6E98

#5F6E98
(95,110,152)
#6D7BA1
(109,123,161)
#7B88AA
(123,136,170)
#8995B3
(137,149,179)
#97A2BC
(151,162,188)
#A5AFC5
(165,175,197)
#B3BCCE
(179,188,206)
#C1C9D7
(193,201,215)
#CFD6E0
(207,214,224)
#DDE3E9
(221,227,233)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6E98 color. Also use rgb(95,110,152) instead hex code.

Text Font Color

.myTextColor { color: #5F6E98; }

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

This text font color is #5F6E98.


Background Color

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

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

This div background color is #5F6E98.


Border color

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

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

This div border color is #5F6E98.


Opacity

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

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

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

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

This text has shadow with #5F6E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6E98 on black background.


Color preview on white background

This text has color #5F6E98 on white background.



Black color preview on #5F6E98 background

This text has black color on #5F6E98 background.


White color preview on #5F6E98 background

This text has white color on #5F6E98 background.