COLOR #5C6F94

HEX: #5C6F94
RGB: (92,111,148)

Color info

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

RGB color model

#5C6F94 color RGB value is (92,111,148).

  • red value is 92;
  • green value is 111;
  • blue value is 148.
RGB:
(92,111,148)
(36%,44%,58%)

RGB channels and saturation

R 92 of 255 = 36%
G 111 of 255 = 44%
B 148 of 255 = 58%

92
111
148

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

Portions of RGB colors in percentages

R + G + B =
92 + 111 + 148 = 351 (100%)
R 92 of 351 ~ 26.21%
G 111 of 351 ~ 31.62%
B 148 of 351 ~ 42.17%

%26.21
%31.62
%42.17

CMYK color model

#5C6F94 color CMYK value is (38,25,0,42).

  • cyan value is 37.84%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(38,25,0,42)
C38M25Y0K42 
(38%,25%,0%,42%)
(0.38/0.25/0.00/0.42)	

CMYK percentages

%37.84
%25
%0
%41.96

Codes

Color #5C6F94 in popluar color models

5C6F94
RGB92111148
HSL220°23.33%47.06%
HSB/HSV220°37.84%58.04%
CMYK37.84%25.00%0.00%
41.96%

Color #5C6F94 in popluar number systems.

HEX5C6F94
Decimal92111148
Binary1011100110111110010100
Octal134157224

Shades and tints

Shades of #5C6F94

#5C6F94
(92,111,148)
#546587
(84,101,135)
#4C5B7A
(76,91,122)
#44516D
(68,81,109)
#3C4760
(60,71,96)
#343D53
(52,61,83)
#2C3346
(44,51,70)
#242939
(36,41,57)
#1C1F2C
(28,31,44)
#14151F
(20,21,31)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #5C6F94

#5C6F94
(92,111,148)
#6A7C9D
(106,124,157)
#7889A6
(120,137,166)
#8696AF
(134,150,175)
#94A3B8
(148,163,184)
#A2B0C1
(162,176,193)
#B0BDCA
(176,189,202)
#BECAD3
(190,202,211)
#CCD7DC
(204,215,220)
#DAE4E5
(218,228,229)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6F94 color. Also use rgb(92,111,148) instead hex code.

Text Font Color

.myTextColor { color: #5C6F94; }

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

This text font color is #5C6F94.


Background Color

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

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

This div background color is #5C6F94.


Border color

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

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

This div border color is #5C6F94.


Opacity

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

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

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

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

This text has shadow with #5C6F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6F94 on black background.


Color preview on white background

This text has color #5C6F94 on white background.



Black color preview on #5C6F94 background

This text has black color on #5C6F94 background.


White color preview on #5C6F94 background

This text has white color on #5C6F94 background.