COLOR #5F9BD4

HEX: #5F9BD4
RGB: (95,155,212)

Color info

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

RGB color model

#5F9BD4 color RGB value is (95,155,212).

  • red value is 95;
  • green value is 155;
  • blue value is 212.
RGB:
(95,155,212)
(37%,61%,83%)

RGB channels and saturation

R 95 of 255 = 37%
G 155 of 255 = 61%
B 212 of 255 = 83%

95
155
212

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

Portions of RGB colors in percentages

R + G + B =
95 + 155 + 212 = 462 (100%)
R 95 of 462 ~ 20.56%
G 155 of 462 ~ 33.55%
B 212 of 462 ~ 45.89%

%20.56
%33.55
%45.89

CMYK color model

#5F9BD4 color CMYK value is (55,27,0,17).

  • cyan value is 55.19%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(55,27,0,17)
C55M27Y0K17 
(55%,27%,0%,17%)
(0.55/0.27/0.00/0.17)	

CMYK percentages

%55.19
%26.89
%0
%16.86

Codes

Color #5F9BD4 in popluar color models

5F9BD4
RGB95155212
HSL209°57.64%60.20%
HSB/HSV209°55.19%83.14%
CMYK55.19%26.89%0.00%
16.86%

Color #5F9BD4 in popluar number systems.

HEX5F9BD4
Decimal95155212
Binary10111111001101111010100
Octal137233324

Shades and tints

Shades of #5F9BD4

#5F9BD4
(95,155,212)
#578DC1
(87,141,193)
#4F7FAE
(79,127,174)
#47719B
(71,113,155)
#3F6388
(63,99,136)
#375575
(55,85,117)
#2F4762
(47,71,98)
#27394F
(39,57,79)
#1F2B3C
(31,43,60)
#171D29
(23,29,41)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #5F9BD4

#5F9BD4
(95,155,212)
#6DA4D7
(109,164,215)
#7BADDA
(123,173,218)
#89B6DD
(137,182,221)
#97BFE0
(151,191,224)
#A5C8E3
(165,200,227)
#B3D1E6
(179,209,230)
#C1DAE9
(193,218,233)
#CFE3EC
(207,227,236)
#DDECEF
(221,236,239)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9BD4 color. Also use rgb(95,155,212) instead hex code.

Text Font Color

.myTextColor { color: #5F9BD4; }

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

This text font color is #5F9BD4.


Background Color

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

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

This div background color is #5F9BD4.


Border color

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

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

This div border color is #5F9BD4.


Opacity

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

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

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

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

This text has shadow with #5F9BD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9BD4 on black background.


Color preview on white background

This text has color #5F9BD4 on white background.



Black color preview on #5F9BD4 background

This text has black color on #5F9BD4 background.


White color preview on #5F9BD4 background

This text has white color on #5F9BD4 background.