COLOR #5F7AA1

HEX: #5F7AA1 RGB: (95,122,161)

Color info

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

RGB color model

#5F7AA1 color RGB value is (95,122,161).

RGB: (95,122,161) (37%, 48%, 63%)

RGB channels and saturation

R 95 of 255 = 37%
G 122 of 255 = 48%
B 161 of 255 = 63%

95
122
161

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

Portions of RGB colors in percentages

R + G + B = 95 + 122 + 161 = 378 (100%)
R 95 of 378 ~ 25.13%
G 122 of 378 ~ 32.28%
B 161 of 378 ~ 42.59'%

%25.13
%32.28
%42.59

CMYK color model

#5F7AA1 color CMYK value is (41,24,0,37).

  • cyan value is 40.99%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (41,24,0,37) C41M24Y0K37 (41%,24%,0%,37%) (0.41/0.24/0.00/0.37) 

CMYK percentages

%40.99
%24.22
%0
%36.86

Codes

Color #5F7AA1 in popluar color models

5F 7A A1
RGB 95 122 161
HSL 215° 25.98% 50.20%
HSB/HSV 215° 40.99% 63.14%
CMYK 40.99% 24.22% 0.00%
36.86%

Color #5F7AA1 in popluar number systems.

HEX 5F 7A A1
Decimal 95 122 161
Binary 1011111 1111010 10100001
Octal 137 172 241

Shades and tints

Shades of #5F7AA1

#5F7AA1
(95,122,161)
#576F93
(87,111,147)
#4F6485
(79,100,133)
#475977
(71,89,119)
#3F4E69
(63,78,105)
#37435B
(55,67,91)
#2F384D
(47,56,77)
#272D3F
(39,45,63)
#1F2231
(31,34,49)
#171723
(23,23,35)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #5F7AA1

#5F7AA1
(95,122,161)
#6D86A9
(109,134,169)
#7B92B1
(123,146,177)
#899EB9
(137,158,185)
#97AAC1
(151,170,193)
#A5B6C9
(165,182,201)
#B3C2D1
(179,194,209)
#C1CED9
(193,206,217)
#CFDAE1
(207,218,225)
#DDE6E9
(221,230,233)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7AA1 color. Also use rgb(95,122,161) instead hex code.

Text Font Color

.myTextColor { color: #5F7AA1; }

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

This text font color is #5F7AA1.

Background Color

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

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

This div background color is #5F7AA1.

Border color

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

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

This div border color is #5F7AA1.

Opacity

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

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

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

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

This text has shadow with #5F7AA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7AA1.

Preview

Color preview on black background

This text has color #5F7AA1 on black background.


Color preview on white background

This text has color #5F7AA1 on white background.


Black color preview on #5F7AA1 background

This text has black color on #5F7AA1 background.


White color preview on #5F7AA1 background

This text has white color on #5F7AA1 background.


Related colors

Complementary color

Complementary color for #hex is #A0855E.


I love getcolorcode.com

Triadic colors

1 #A15F7A and #7AA15F with #5F7AA1 are triadic colors.

2 #A17A5F and #7A5FA1 with #5F7AA1 are triadic colors.