COLOR #5F7889

HEX: #5F7889
RGB: (95,120,137)

Color info

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

RGB color model

#5F7889 color RGB value is (95,120,137).

  • red value is 95;
  • green value is 120;
  • blue value is 137.
RGB:
(95,120,137)
(37%,47%,54%)

RGB channels and saturation

R 95 of 255 = 37%
G 120 of 255 = 47%
B 137 of 255 = 54%

95
120
137

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

Portions of RGB colors in percentages

R + G + B =
95 + 120 + 137 = 352 (100%)
R 95 of 352 ~ 26.99%
G 120 of 352 ~ 34.09%
B 137 of 352 ~ 38.92%

%26.99
%34.09
%38.92

CMYK color model

#5F7889 color CMYK value is (31,12,0,46).

  • cyan value is 30.66%
  • magenta value is 12.41%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(31,12,0,46)
C31M12Y0K46 
(31%,12%,0%,46%)
(0.31/0.12/0.00/0.46)	

CMYK percentages

%30.66
%12.41
%0
%46.27

Codes

Color #5F7889 in popluar color models

5F7889
RGB95120137
HSL204°18.10%45.49%
HSB/HSV204°30.66%53.73%
CMYK30.66%12.41%0.00%
46.27%

Color #5F7889 in popluar number systems.

HEX5F7889
Decimal95120137
Binary1011111111100010001001
Octal137170211

Shades and tints

Shades of #5F7889

#5F7889
(95,120,137)
#576E7D
(87,110,125)
#4F6471
(79,100,113)
#475A65
(71,90,101)
#3F5059
(63,80,89)
#37464D
(55,70,77)
#2F3C41
(47,60,65)
#273235
(39,50,53)
#1F2829
(31,40,41)
#171E1D
(23,30,29)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #5F7889

#5F7889
(95,120,137)
#6D8493
(109,132,147)
#7B909D
(123,144,157)
#899CA7
(137,156,167)
#97A8B1
(151,168,177)
#A5B4BB
(165,180,187)
#B3C0C5
(179,192,197)
#C1CCCF
(193,204,207)
#CFD8D9
(207,216,217)
#DDE4E3
(221,228,227)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7889 color. Also use rgb(95,120,137) instead hex code.

Text Font Color

.myTextColor { color: #5F7889; }

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

This text font color is #5F7889.


Background Color

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

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

This div background color is #5F7889.


Border color

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

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

This div border color is #5F7889.


Opacity

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

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

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

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

This text has shadow with #5F7889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7889 on black background.


Color preview on white background

This text has color #5F7889 on white background.



Black color preview on #5F7889 background

This text has black color on #5F7889 background.


White color preview on #5F7889 background

This text has white color on #5F7889 background.