COLOR #5F7EAC

HEX: #5F7EAC RGB: (95,126,172)

Color info

#5F7EAC contains mainly green and blue colors. Web safe color of #5F7EAC is #666699 (or #669).

RGB color model

#5F7EAC color RGB value is (95,126,172).

RGB: (95,126,172) (37%, 49%, 67%)

RGB channels and saturation

R 95 of 255 = 37%
G 126 of 255 = 49%
B 172 of 255 = 67%

95
126
172

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

Portions of RGB colors in percentages

R + G + B = 95 + 126 + 172 = 393 (100%)
R 95 of 393 ~ 24.17%
G 126 of 393 ~ 32.06%
B 172 of 393 ~ 43.77'%

%24.17
%32.06
%43.77

CMYK color model

#5F7EAC color CMYK value is (45,27,0,33).

  • cyan value is 44.77%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (45,27,0,33)
C45M27Y0K33 (45%, 27%, 0%, 33%)
(0.45 / 0.27 / 0.00 / 0.33)

CMYK percentages

%44.77
%26.74
%0
%32.55

Codes

Color #5F7EAC in popluar color models

5F 7E AC
RGB 95 126 172
HSL 216° 31.69% 52.35%
HSB/HSV 216° 44.77% 67.45%
CMYK 44.77% 26.74% 0.00%
32.55%

Color #5F7EAC in popluar number systems.

HEX 5F 7E AC
Decimal 95 126 172
Binary 1011111 1111110 10101100
Octal 137 176 254

Shades and tints

Shades of #5F7EAC

#5F7EAC
(95,126,172)
#57739D
(87,115,157)
#4F688E
(79,104,142)
#475D7F
(71,93,127)
#3F5270
(63,82,112)
#374761
(55,71,97)
#2F3C52
(47,60,82)
#273143
(39,49,67)
#1F2634
(31,38,52)
#171B25
(23,27,37)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #5F7EAC

#5F7EAC
(95,126,172)
#6D89B3
(109,137,179)
#7B94BA
(123,148,186)
#899FC1
(137,159,193)
#97AAC8
(151,170,200)
#A5B5CF
(165,181,207)
#B3C0D6
(179,192,214)
#C1CBDD
(193,203,221)
#CFD6E4
(207,214,228)
#DDE1EB
(221,225,235)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7EAC color. Also use rgb(95,126,172) instead hex code.

Text Font Color

.myTextColor { color: #5F7EAC; }

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

This text font color is #5F7EAC.

Background Color

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

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

This div background color is #5F7EAC.

Border color

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

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

This div border color is #5F7EAC.

Opacity

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

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

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

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

This text has shadow with #5F7EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7EAC.

Preview

Color preview on black background

This text has color #5F7EAC on black background.


Color preview on white background

This text has color #5F7EAC on white background.


Black color preview on #5F7EAC background

This text has black color on #5F7EAC background.


White color preview on #5F7EAC background

This text has white color on #5F7EAC background.


Related colors

Complementary color

Complementary color for #hex is #A08153.


I love getcolorcode.com

Triadic colors

1 #AC5F7E and #7EAC5F with #5F7EAC are triadic colors.

2 #AC7E5F and #7E5FAC with #5F7EAC are triadic colors.