COLOR #5C5679

HEX: #5C5679
RGB: (92,86,121)

Color info

#5C5679 contains red, green and blue colors in about the same proportion. Web safe color of #5C5679 is #666666 (or #666).

RGB color model

#5C5679 color RGB value is (92,86,121).

  • red value is 92;
  • green value is 86;
  • blue value is 121.
RGB:
(92,86,121)
(36%,34%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 86 of 255 = 34%
B 121 of 255 = 47%

92
86
121

R + G + B ~ 39%. #5C5679 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 86 + 121 = 299 (100%)
R 92 of 299 ~ 30.77%
G 86 of 299 ~ 28.76%
B 121 of 299 ~ 40.47%

%30.77
%28.76
%40.47

CMYK color model

#5C5679 color CMYK value is (24,29,0,53).

  • cyan value is 23.97%
  • magenta value is 28.93%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(24,29,0,53)
C24M29Y0K53 
(24%,29%,0%,53%)
(0.24/0.29/0.00/0.53)	

CMYK percentages

%23.97
%28.93
%0
%52.55

Codes

Color #5C5679 in popluar color models

5C5679
RGB9286121
HSL250°16.91%40.59%
HSB/HSV250°28.93%47.45%
CMYK23.97%28.93%0.00%
52.55%

Color #5C5679 in popluar number systems.

HEX5C5679
Decimal9286121
Binary101110010101101111001
Octal134126171

Shades and tints

Shades of #5C5679

#5C5679
(92,86,121)
#544F6E
(84,79,110)
#4C4863
(76,72,99)
#444158
(68,65,88)
#3C3A4D
(60,58,77)
#343342
(52,51,66)
#2C2C37
(44,44,55)
#24252C
(36,37,44)
#1C1E21
(28,30,33)
#141716
(20,23,22)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #5C5679

#5C5679
(92,86,121)
#6A6585
(106,101,133)
#787491
(120,116,145)
#86839D
(134,131,157)
#9492A9
(148,146,169)
#A2A1B5
(162,161,181)
#B0B0C1
(176,176,193)
#BEBFCD
(190,191,205)
#CCCED9
(204,206,217)
#DADDE5
(218,221,229)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5679 color. Also use rgb(92,86,121) instead hex code.

Text Font Color

.myTextColor { color: #5C5679; }

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

This text font color is #5C5679.


Background Color

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

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

This div background color is #5C5679.


Border color

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

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

This div border color is #5C5679.


Opacity

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

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

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

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

This text has shadow with #5C5679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5679 on black background.


Color preview on white background

This text has color #5C5679 on white background.



Black color preview on #5C5679 background

This text has black color on #5C5679 background.


White color preview on #5C5679 background

This text has white color on #5C5679 background.