COLOR #5F9BC4

HEX: #5F9BC4
RGB: (95,155,196)

Color info

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

RGB color model

#5F9BC4 color RGB value is (95,155,196).

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

RGB channels and saturation

R 95 of 255 = 37%
G 155 of 255 = 61%
B 196 of 255 = 77%

95
155
196

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

Portions of RGB colors in percentages

R + G + B =
95 + 155 + 196 = 446 (100%)
R 95 of 446 ~ 21.3%
G 155 of 446 ~ 34.75%
B 196 of 446 ~ 43.95%

%21.3
%34.75
%43.95

CMYK color model

#5F9BC4 color CMYK value is (52,21,0,23).

  • cyan value is 51.53%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(52,21,0,23)
C52M21Y0K23 
(52%,21%,0%,23%)
(0.52/0.21/0.00/0.23)	

CMYK percentages

%51.53
%20.92
%0
%23.14

Codes

Color #5F9BC4 in popluar color models

5F9BC4
RGB95155196
HSL204°46.12%57.06%
HSB/HSV204°51.53%76.86%
CMYK51.53%20.92%0.00%
23.14%

Color #5F9BC4 in popluar number systems.

HEX5F9BC4
Decimal95155196
Binary10111111001101111000100
Octal137233304

Shades and tints

Shades of #5F9BC4

#5F9BC4
(95,155,196)
#578DB3
(87,141,179)
#4F7FA2
(79,127,162)
#477191
(71,113,145)
#3F6380
(63,99,128)
#37556F
(55,85,111)
#2F475E
(47,71,94)
#27394D
(39,57,77)
#1F2B3C
(31,43,60)
#171D2B
(23,29,43)
#0F0F1A
(15,15,26)
#000000
(0,0,0)

Tints of #5F9BC4

#5F9BC4
(95,155,196)
#6DA4C9
(109,164,201)
#7BADCE
(123,173,206)
#89B6D3
(137,182,211)
#97BFD8
(151,191,216)
#A5C8DD
(165,200,221)
#B3D1E2
(179,209,226)
#C1DAE7
(193,218,231)
#CFE3EC
(207,227,236)
#DDECF1
(221,236,241)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9BC4; }

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

This text font color is #5F9BC4.


Background Color

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

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

This div background color is #5F9BC4.


Border color

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

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

This div border color is #5F9BC4.


Opacity

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

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

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

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

This text has shadow with #5F9BC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9BC4 on black background.


Color preview on white background

This text has color #5F9BC4 on white background.



Black color preview on #5F9BC4 background

This text has black color on #5F9BC4 background.


White color preview on #5F9BC4 background

This text has white color on #5F9BC4 background.