COLOR #5F7199

HEX: #5F7199 RGB: (95,113,153)

Color info

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

RGB color model

#5F7199 color RGB value is (95,113,153).

RGB: (95,113,153) (37%, 44%, 60%)

RGB channels and saturation

R 95 of 255 = 37%
G 113 of 255 = 44%
B 153 of 255 = 60%

95
113
153

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

Portions of RGB colors in percentages

R + G + B = 95 + 113 + 153 = 361 (100%)
R 95 of 361 ~ 26.32%
G 113 of 361 ~ 31.3%
B 153 of 361 ~ 42.38'%

%26.32
%31.3
%42.38

CMYK color model

#5F7199 color CMYK value is (38,26,0,40).

  • cyan value is 37.91%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (38,26,0,40) C38M26Y0K40 (38%,26%,0%,40%) (0.38/0.26/0.00/0.40) 

CMYK percentages

%37.91
%26.14
%0
%40

Codes

Color #5F7199 in popluar color models

5F 71 99
RGB 95 113 153
HSL 221° 23.39% 48.63%
HSB/HSV 221° 37.91% 60.00%
CMYK 37.91% 26.14% 0.00%
40.00%

Color #5F7199 in popluar number systems.

HEX 5F 71 99
Decimal 95 113 153
Binary 1011111 1110001 10011001
Octal 137 161 231

Shades and tints

Shades of #5F7199

#5F7199
(95,113,153)
#57678C
(87,103,140)
#4F5D7F
(79,93,127)
#475372
(71,83,114)
#3F4965
(63,73,101)
#373F58
(55,63,88)
#2F354B
(47,53,75)
#272B3E
(39,43,62)
#1F2131
(31,33,49)
#171724
(23,23,36)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #5F7199

#5F7199
(95,113,153)
#6D7DA2
(109,125,162)
#7B89AB
(123,137,171)
#8995B4
(137,149,180)
#97A1BD
(151,161,189)
#A5ADC6
(165,173,198)
#B3B9CF
(179,185,207)
#C1C5D8
(193,197,216)
#CFD1E1
(207,209,225)
#DDDDEA
(221,221,234)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7199 color. Also use rgb(95,113,153) instead hex code.

Text Font Color

.myTextColor { color: #5F7199; }

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

This text font color is #5F7199.

Background Color

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

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

This div background color is #5F7199.

Border color

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

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

This div border color is #5F7199.

Opacity

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

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

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

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

This text has shadow with #5F7199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7199.

Preview

Color preview on black background

This text has color #5F7199 on black background.


Color preview on white background

This text has color #5F7199 on white background.


Black color preview on #5F7199 background

This text has black color on #5F7199 background.


White color preview on #5F7199 background

This text has white color on #5F7199 background.


Related colors

Complementary color

Complementary color for #hex is #A08E66.


I love getcolorcode.com

Triadic colors

1 #995F71 and #71995F with #5F7199 are triadic colors.

2 #99715F and #715F99 with #5F7199 are triadic colors.