COLOR #5F90BD

HEX: #5F90BD
RGB: (95,144,189)

Color info

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

RGB color model

#5F90BD color RGB value is (95,144,189).

  • red value is 95;
  • green value is 144;
  • blue value is 189.
RGB:
(95,144,189)
(37%,56%,74%)

RGB channels and saturation

R 95 of 255 = 37%
G 144 of 255 = 56%
B 189 of 255 = 74%

95
144
189

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

Portions of RGB colors in percentages

R + G + B =
95 + 144 + 189 = 428 (100%)
R 95 of 428 ~ 22.2%
G 144 of 428 ~ 33.64%
B 189 of 428 ~ 44.16%

%22.2
%33.64
%44.16

CMYK color model

#5F90BD color CMYK value is (50,24,0,26).

  • cyan value is 49.74%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(50,24,0,26)
C50M24Y0K26 
(50%,24%,0%,26%)
(0.50/0.24/0.00/0.26)	

CMYK percentages

%49.74
%23.81
%0
%25.88

Codes

Color #5F90BD in popluar color models

5F90BD
RGB95144189
HSL209°41.59%55.69%
HSB/HSV209°49.74%74.12%
CMYK49.74%23.81%0.00%
25.88%

Color #5F90BD in popluar number systems.

HEX5F90BD
Decimal95144189
Binary10111111001000010111101
Octal137220275

Shades and tints

Shades of #5F90BD

#5F90BD
(95,144,189)
#5783AC
(87,131,172)
#4F769B
(79,118,155)
#47698A
(71,105,138)
#3F5C79
(63,92,121)
#374F68
(55,79,104)
#2F4257
(47,66,87)
#273546
(39,53,70)
#1F2835
(31,40,53)
#171B24
(23,27,36)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #5F90BD

#5F90BD
(95,144,189)
#6D9AC3
(109,154,195)
#7BA4C9
(123,164,201)
#89AECF
(137,174,207)
#97B8D5
(151,184,213)
#A5C2DB
(165,194,219)
#B3CCE1
(179,204,225)
#C1D6E7
(193,214,231)
#CFE0ED
(207,224,237)
#DDEAF3
(221,234,243)
#EBF4F9
(235,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F90BD color. Also use rgb(95,144,189) instead hex code.

Text Font Color

.myTextColor { color: #5F90BD; }

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

This text font color is #5F90BD.


Background Color

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

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

This div background color is #5F90BD.


Border color

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

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

This div border color is #5F90BD.


Opacity

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

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

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

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

This text has shadow with #5F90BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F90BD on black background.


Color preview on white background

This text has color #5F90BD on white background.



Black color preview on #5F90BD background

This text has black color on #5F90BD background.


White color preview on #5F90BD background

This text has white color on #5F90BD background.