COLOR #5F8AC5

HEX: #5F8AC5 RGB: (95,138,197)

Color info

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

RGB color model

#5F8AC5 color RGB value is (95,138,197).

RGB: (95,138,197) (37%, 54%, 77%)

RGB channels and saturation

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

95
138
197

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

Portions of RGB colors in percentages

R + G + B = 95 + 138 + 197 = 430 (100%)
R 95 of 430 ~ 22.09%
G 138 of 430 ~ 32.09%
B 197 of 430 ~ 45.81'%

%22.09
%32.09
%45.81

CMYK color model

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

  • cyan value is 51.78%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (52,30,0,23)
C52M30Y0K23 (52%, 30%, 0%, 23%)
(0.52 / 0.30 / 0.00 / 0.23)

CMYK percentages

%51.78
%29.95
%0
%22.75

Codes

Color #5F8AC5 in popluar color models

5F 8A C5
RGB 95 138 197
HSL 215° 46.79% 57.25%
HSB/HSV 215° 51.78% 77.25%
CMYK 51.78% 29.95% 0.00%
22.75%

Color #5F8AC5 in popluar number systems.

HEX 5F 8A C5
Decimal 95 138 197
Binary 1011111 10001010 11000101
Octal 137 212 305

Shades and tints

Shades of #5F8AC5

#5F8AC5
(95,138,197)
#577EB4
(87,126,180)
#4F72A3
(79,114,163)
#476692
(71,102,146)
#3F5A81
(63,90,129)
#374E70
(55,78,112)
#2F425F
(47,66,95)
#27364E
(39,54,78)
#1F2A3D
(31,42,61)
#171E2C
(23,30,44)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #5F8AC5

#5F8AC5
(95,138,197)
#6D94CA
(109,148,202)
#7B9ECF
(123,158,207)
#89A8D4
(137,168,212)
#97B2D9
(151,178,217)
#A5BCDE
(165,188,222)
#B3C6E3
(179,198,227)
#C1D0E8
(193,208,232)
#CFDAED
(207,218,237)
#DDE4F2
(221,228,242)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8AC5; }

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

This text font color is #5F8AC5.

Background Color

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

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

This div background color is #5F8AC5.

Border color

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

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

This div border color is #5F8AC5.

Opacity

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

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

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

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

This text has shadow with #5F8AC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8AC5.

Preview

Color preview on black background

This text has color #5F8AC5 on black background.


Color preview on white background

This text has color #5F8AC5 on white background.


Black color preview on #5F8AC5 background

This text has black color on #5F8AC5 background.


White color preview on #5F8AC5 background

This text has white color on #5F8AC5 background.


Related colors

Complementary color

Complementary color for #hex is #A0753A.


I love getcolorcode.com

Triadic colors

1 #C55F8A and #8AC55F with #5F8AC5 are triadic colors.

2 #C58A5F and #8A5FC5 with #5F8AC5 are triadic colors.