COLOR #5F8AC4

HEX: #5F8AC4
RGB: (95,138,196)

Color info

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

RGB color model

#5F8AC4 color RGB value is (95,138,196).

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

RGB channels and saturation

R 95 of 255 = 37%
G 138 of 255 = 54%
B 196 of 255 = 77%

95
138
196

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

Portions of RGB colors in percentages

R + G + B =
95 + 138 + 196 = 429 (100%)
R 95 of 429 ~ 22.14%
G 138 of 429 ~ 32.17%
B 196 of 429 ~ 45.69%

%22.14
%32.17
%45.69

CMYK color model

#5F8AC4 color CMYK value is (52,30,0,23).

  • cyan value is 51.53%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(52,30,0,23)
C52M30Y0K23 
(52%,30%,0%,23%)
(0.52/0.30/0.00/0.23)	

CMYK percentages

%51.53
%29.59
%0
%23.14

Codes

Color #5F8AC4 in popluar color models

5F8AC4
RGB95138196
HSL214°46.12%57.06%
HSB/HSV214°51.53%76.86%
CMYK51.53%29.59%0.00%
23.14%

Color #5F8AC4 in popluar number systems.

HEX5F8AC4
Decimal95138196
Binary10111111000101011000100
Octal137212304

Shades and tints

Shades of #5F8AC4

#5F8AC4
(95,138,196)
#577EB3
(87,126,179)
#4F72A2
(79,114,162)
#476691
(71,102,145)
#3F5A80
(63,90,128)
#374E6F
(55,78,111)
#2F425E
(47,66,94)
#27364D
(39,54,77)
#1F2A3C
(31,42,60)
#171E2B
(23,30,43)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #5F8AC4

#5F8AC4
(95,138,196)
#6D94C9
(109,148,201)
#7B9ECE
(123,158,206)
#89A8D3
(137,168,211)
#97B2D8
(151,178,216)
#A5BCDD
(165,188,221)
#B3C6E2
(179,198,226)
#C1D0E7
(193,208,231)
#CFDAEC
(207,218,236)
#DDE4F1
(221,228,241)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8AC4; }

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

This text font color is #5F8AC4.


Background Color

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

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

This div background color is #5F8AC4.


Border color

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

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

This div border color is #5F8AC4.


Opacity

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

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

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

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

This text has shadow with #5F8AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8AC4 on black background.


Color preview on white background

This text has color #5F8AC4 on white background.



Black color preview on #5F8AC4 background

This text has black color on #5F8AC4 background.


White color preview on #5F8AC4 background

This text has white color on #5F8AC4 background.