COLOR #5F89C2

HEX: #5F89C2
RGB: (95,137,194)

Color info

#5F89C2 contains mainly green and blue colors. Web safe color of #5F89C2 is #6699CC (or #69C).

RGB color model

#5F89C2 color RGB value is (95,137,194).

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

RGB channels and saturation

R 95 of 255 = 37%
G 137 of 255 = 54%
B 194 of 255 = 76%

95
137
194

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

Portions of RGB colors in percentages

R + G + B =
95 + 137 + 194 = 426 (100%)
R 95 of 426 ~ 22.3%
G 137 of 426 ~ 32.16%
B 194 of 426 ~ 45.54%

%22.3
%32.16
%45.54

CMYK color model

#5F89C2 color CMYK value is (51,29,0,24).

  • cyan value is 51.03%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(51,29,0,24)
C51M29Y0K24 
(51%,29%,0%,24%)
(0.51/0.29/0.00/0.24)	

CMYK percentages

%51.03
%29.38
%0
%23.92

Codes

Color #5F89C2 in popluar color models

5F89C2
RGB95137194
HSL215°44.80%56.67%
HSB/HSV215°51.03%76.08%
CMYK51.03%29.38%0.00%
23.92%

Color #5F89C2 in popluar number systems.

HEX5F89C2
Decimal95137194
Binary10111111000100111000010
Octal137211302

Shades and tints

Shades of #5F89C2

#5F89C2
(95,137,194)
#577DB1
(87,125,177)
#4F71A0
(79,113,160)
#47658F
(71,101,143)
#3F597E
(63,89,126)
#374D6D
(55,77,109)
#2F415C
(47,65,92)
#27354B
(39,53,75)
#1F293A
(31,41,58)
#171D29
(23,29,41)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #5F89C2

#5F89C2
(95,137,194)
#6D93C7
(109,147,199)
#7B9DCC
(123,157,204)
#89A7D1
(137,167,209)
#97B1D6
(151,177,214)
#A5BBDB
(165,187,219)
#B3C5E0
(179,197,224)
#C1CFE5
(193,207,229)
#CFD9EA
(207,217,234)
#DDE3EF
(221,227,239)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F89C2; }

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

This text font color is #5F89C2.


Background Color

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

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

This div background color is #5F89C2.


Border color

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

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

This div border color is #5F89C2.


Opacity

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

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

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

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

This text has shadow with #5F89C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F89C2 on black background.


Color preview on white background

This text has color #5F89C2 on white background.



Black color preview on #5F89C2 background

This text has black color on #5F89C2 background.


White color preview on #5F89C2 background

This text has white color on #5F89C2 background.