COLOR #5F6991

HEX: #5F6991
RGB: (95,105,145)

Color info

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

RGB color model

#5F6991 color RGB value is (95,105,145).

  • red value is 95;
  • green value is 105;
  • blue value is 145.
RGB:
(95,105,145)
(37%,41%,57%)

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 145 of 255 = 57%

95
105
145

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

Portions of RGB colors in percentages

R + G + B =
95 + 105 + 145 = 345 (100%)
R 95 of 345 ~ 27.54%
G 105 of 345 ~ 30.43%
B 145 of 345 ~ 42.03%

%27.54
%30.43
%42.03

CMYK color model

#5F6991 color CMYK value is (34,28,0,43).

  • cyan value is 34.48%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(34,28,0,43)
C34M28Y0K43 
(34%,28%,0%,43%)
(0.34/0.28/0.00/0.43)	

CMYK percentages

%34.48
%27.59
%0
%43.14

Codes

Color #5F6991 in popluar color models

5F6991
RGB95105145
HSL228°20.83%47.06%
HSB/HSV228°34.48%56.86%
CMYK34.48%27.59%0.00%
43.14%

Color #5F6991 in popluar number systems.

HEX5F6991
Decimal95105145
Binary1011111110100110010001
Octal137151221

Shades and tints

Shades of #5F6991

#5F6991
(95,105,145)
#576084
(87,96,132)
#4F5777
(79,87,119)
#474E6A
(71,78,106)
#3F455D
(63,69,93)
#373C50
(55,60,80)
#2F3343
(47,51,67)
#272A36
(39,42,54)
#1F2129
(31,33,41)
#17181C
(23,24,28)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #5F6991

#5F6991
(95,105,145)
#6D769B
(109,118,155)
#7B83A5
(123,131,165)
#8990AF
(137,144,175)
#979DB9
(151,157,185)
#A5AAC3
(165,170,195)
#B3B7CD
(179,183,205)
#C1C4D7
(193,196,215)
#CFD1E1
(207,209,225)
#DDDEEB
(221,222,235)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6991 color. Also use rgb(95,105,145) instead hex code.

Text Font Color

.myTextColor { color: #5F6991; }

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

This text font color is #5F6991.


Background Color

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

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

This div background color is #5F6991.


Border color

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

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

This div border color is #5F6991.


Opacity

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

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

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

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

This text has shadow with #5F6991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6991 on black background.


Color preview on white background

This text has color #5F6991 on white background.



Black color preview on #5F6991 background

This text has black color on #5F6991 background.


White color preview on #5F6991 background

This text has white color on #5F6991 background.