COLOR #5F6C92

HEX: #5F6C92
RGB: (95,108,146)

Color info

#5F6C92 contains red, green and blue colors in about the same proportion. Web safe color of #5F6C92 is #666699 (or #669).

RGB color model

#5F6C92 color RGB value is (95,108,146).

  • red value is 95;
  • green value is 108;
  • blue value is 146.
RGB:
(95,108,146)
(37%,42%,57%)

RGB channels and saturation

R 95 of 255 = 37%
G 108 of 255 = 42%
B 146 of 255 = 57%

95
108
146

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

Portions of RGB colors in percentages

R + G + B =
95 + 108 + 146 = 349 (100%)
R 95 of 349 ~ 27.22%
G 108 of 349 ~ 30.95%
B 146 of 349 ~ 41.83%

%27.22
%30.95
%41.83

CMYK color model

#5F6C92 color CMYK value is (35,26,0,43).

  • cyan value is 34.93%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(35,26,0,43)
C35M26Y0K43 
(35%,26%,0%,43%)
(0.35/0.26/0.00/0.43)	

CMYK percentages

%34.93
%26.03
%0
%42.75

Codes

Color #5F6C92 in popluar color models

5F6C92
RGB95108146
HSL225°21.16%47.25%
HSB/HSV225°34.93%57.25%
CMYK34.93%26.03%0.00%
42.75%

Color #5F6C92 in popluar number systems.

HEX5F6C92
Decimal95108146
Binary1011111110110010010010
Octal137154222

Shades and tints

Shades of #5F6C92

#5F6C92
(95,108,146)
#576385
(87,99,133)
#4F5A78
(79,90,120)
#47516B
(71,81,107)
#3F485E
(63,72,94)
#373F51
(55,63,81)
#2F3644
(47,54,68)
#272D37
(39,45,55)
#1F242A
(31,36,42)
#171B1D
(23,27,29)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #5F6C92

#5F6C92
(95,108,146)
#6D799B
(109,121,155)
#7B86A4
(123,134,164)
#8993AD
(137,147,173)
#97A0B6
(151,160,182)
#A5ADBF
(165,173,191)
#B3BAC8
(179,186,200)
#C1C7D1
(193,199,209)
#CFD4DA
(207,212,218)
#DDE1E3
(221,225,227)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6C92 color. Also use rgb(95,108,146) instead hex code.

Text Font Color

.myTextColor { color: #5F6C92; }

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

This text font color is #5F6C92.


Background Color

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

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

This div background color is #5F6C92.


Border color

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

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

This div border color is #5F6C92.


Opacity

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

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

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

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

This text has shadow with #5F6C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6C92 on black background.


Color preview on white background

This text has color #5F6C92 on white background.



Black color preview on #5F6C92 background

This text has black color on #5F6C92 background.


White color preview on #5F6C92 background

This text has white color on #5F6C92 background.