COLOR #5F7BAB

HEX: #5F7BAB
RGB: (95,123,171)

Color info

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

RGB color model

#5F7BAB color RGB value is (95,123,171).

  • red value is 95;
  • green value is 123;
  • blue value is 171.
RGB:
(95,123,171)
(37%,48%,67%)

RGB channels and saturation

R 95 of 255 = 37%
G 123 of 255 = 48%
B 171 of 255 = 67%

95
123
171

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

Portions of RGB colors in percentages

R + G + B =
95 + 123 + 171 = 389 (100%)
R 95 of 389 ~ 24.42%
G 123 of 389 ~ 31.62%
B 171 of 389 ~ 43.96%

%24.42
%31.62
%43.96

CMYK color model

#5F7BAB color CMYK value is (44,28,0,33).

  • cyan value is 44.44%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(44,28,0,33)
C44M28Y0K33 
(44%,28%,0%,33%)
(0.44/0.28/0.00/0.33)	

CMYK percentages

%44.44
%28.07
%0
%32.94

Codes

Color #5F7BAB in popluar color models

5F7BAB
RGB95123171
HSL218°31.15%52.16%
HSB/HSV218°44.44%67.06%
CMYK44.44%28.07%0.00%
32.94%

Color #5F7BAB in popluar number systems.

HEX5F7BAB
Decimal95123171
Binary1011111111101110101011
Octal137173253

Shades and tints

Shades of #5F7BAB

#5F7BAB
(95,123,171)
#57709C
(87,112,156)
#4F658D
(79,101,141)
#475A7E
(71,90,126)
#3F4F6F
(63,79,111)
#374460
(55,68,96)
#2F3951
(47,57,81)
#272E42
(39,46,66)
#1F2333
(31,35,51)
#171824
(23,24,36)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #5F7BAB

#5F7BAB
(95,123,171)
#6D87B2
(109,135,178)
#7B93B9
(123,147,185)
#899FC0
(137,159,192)
#97ABC7
(151,171,199)
#A5B7CE
(165,183,206)
#B3C3D5
(179,195,213)
#C1CFDC
(193,207,220)
#CFDBE3
(207,219,227)
#DDE7EA
(221,231,234)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7BAB color. Also use rgb(95,123,171) instead hex code.

Text Font Color

.myTextColor { color: #5F7BAB; }

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

This text font color is #5F7BAB.


Background Color

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

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

This div background color is #5F7BAB.


Border color

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

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

This div border color is #5F7BAB.


Opacity

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

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

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

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

This text has shadow with #5F7BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7BAB on black background.


Color preview on white background

This text has color #5F7BAB on white background.



Black color preview on #5F7BAB background

This text has black color on #5F7BAB background.


White color preview on #5F7BAB background

This text has white color on #5F7BAB background.