COLOR #5F6FA8

HEX: #5F6FA8
RGB: (95,111,168)

Color info

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

RGB color model

#5F6FA8 color RGB value is (95,111,168).

  • red value is 95;
  • green value is 111;
  • blue value is 168.
RGB:
(95,111,168)
(37%,44%,66%)

RGB channels and saturation

R 95 of 255 = 37%
G 111 of 255 = 44%
B 168 of 255 = 66%

95
111
168

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

Portions of RGB colors in percentages

R + G + B =
95 + 111 + 168 = 374 (100%)
R 95 of 374 ~ 25.4%
G 111 of 374 ~ 29.68%
B 168 of 374 ~ 44.92%

%25.4
%29.68
%44.92

CMYK color model

#5F6FA8 color CMYK value is (43,34,0,34).

  • cyan value is 43.45%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(43,34,0,34)
C43M34Y0K34 
(43%,34%,0%,34%)
(0.43/0.34/0.00/0.34)	

CMYK percentages

%43.45
%33.93
%0
%34.12

Codes

Color #5F6FA8 in popluar color models

5F6FA8
RGB95111168
HSL227°29.55%51.57%
HSB/HSV227°43.45%65.88%
CMYK43.45%33.93%0.00%
34.12%

Color #5F6FA8 in popluar number systems.

HEX5F6FA8
Decimal95111168
Binary1011111110111110101000
Octal137157250

Shades and tints

Shades of #5F6FA8

#5F6FA8
(95,111,168)
#576599
(87,101,153)
#4F5B8A
(79,91,138)
#47517B
(71,81,123)
#3F476C
(63,71,108)
#373D5D
(55,61,93)
#2F334E
(47,51,78)
#27293F
(39,41,63)
#1F1F30
(31,31,48)
#171521
(23,21,33)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #5F6FA8

#5F6FA8
(95,111,168)
#6D7CAF
(109,124,175)
#7B89B6
(123,137,182)
#8996BD
(137,150,189)
#97A3C4
(151,163,196)
#A5B0CB
(165,176,203)
#B3BDD2
(179,189,210)
#C1CAD9
(193,202,217)
#CFD7E0
(207,215,224)
#DDE4E7
(221,228,231)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6FA8 color. Also use rgb(95,111,168) instead hex code.

Text Font Color

.myTextColor { color: #5F6FA8; }

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

This text font color is #5F6FA8.


Background Color

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

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

This div background color is #5F6FA8.


Border color

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

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

This div border color is #5F6FA8.


Opacity

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

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

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

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

This text has shadow with #5F6FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6FA8 on black background.


Color preview on white background

This text has color #5F6FA8 on white background.



Black color preview on #5F6FA8 background

This text has black color on #5F6FA8 background.


White color preview on #5F6FA8 background

This text has white color on #5F6FA8 background.