COLOR #5F7EAE

HEX: #5F7EAE RGB: (95,126,174)

Color info

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

RGB color model

#5F7EAE color RGB value is (95,126,174).

RGB: (95,126,174) (37%, 49%, 68%)

RGB channels and saturation

R 95 of 255 = 37%
G 126 of 255 = 49%
B 174 of 255 = 68%

95
126
174

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

Portions of RGB colors in percentages

R + G + B = 95 + 126 + 174 = 395 (100%)
R 95 of 395 ~ 24.05%
G 126 of 395 ~ 31.9%
B 174 of 395 ~ 44.05'%

%24.05
%31.9
%44.05

CMYK color model

#5F7EAE color CMYK value is (45,28,0,32).

  • cyan value is 45.40%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (45,28,0,32)
C45M28Y0K32 (45%, 28%, 0%, 32%)
(0.45 / 0.28 / 0.00 / 0.32)

CMYK percentages

%45.4
%27.59
%0
%31.76

Codes

Color #5F7EAE in popluar color models

5F 7E AE
RGB 95 126 174
HSL 216° 32.78% 52.75%
HSB/HSV 216° 45.40% 68.24%
CMYK 45.40% 27.59% 0.00%
31.76%

Color #5F7EAE in popluar number systems.

HEX 5F 7E AE
Decimal 95 126 174
Binary 1011111 1111110 10101110
Octal 137 176 256

Shades and tints

Shades of #5F7EAE

#5F7EAE
(95,126,174)
#57739F
(87,115,159)
#4F6890
(79,104,144)
#475D81
(71,93,129)
#3F5272
(63,82,114)
#374763
(55,71,99)
#2F3C54
(47,60,84)
#273145
(39,49,69)
#1F2636
(31,38,54)
#171B27
(23,27,39)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #5F7EAE

#5F7EAE
(95,126,174)
#6D89B5
(109,137,181)
#7B94BC
(123,148,188)
#899FC3
(137,159,195)
#97AACA
(151,170,202)
#A5B5D1
(165,181,209)
#B3C0D8
(179,192,216)
#C1CBDF
(193,203,223)
#CFD6E6
(207,214,230)
#DDE1ED
(221,225,237)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7EAE; }

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

This text font color is #5F7EAE.

Background Color

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

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

This div background color is #5F7EAE.

Border color

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

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

This div border color is #5F7EAE.

Opacity

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

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

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

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

This text has shadow with #5F7EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7EAE.

Preview

Color preview on black background

This text has color #5F7EAE on black background.


Color preview on white background

This text has color #5F7EAE on white background.


Black color preview on #5F7EAE background

This text has black color on #5F7EAE background.


White color preview on #5F7EAE background

This text has white color on #5F7EAE background.


Related colors

Complementary color

Complementary color for #hex is #A08151.


I love getcolorcode.com

Triadic colors

1 #AE5F7E and #7EAE5F with #5F7EAE are triadic colors.

2 #AE7E5F and #7E5FAE with #5F7EAE are triadic colors.