COLOR #5C659F

HEX: #5C659F
RGB: (92,101,159)

Color info

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

RGB color model

#5C659F color RGB value is (92,101,159).

  • red value is 92;
  • green value is 101;
  • blue value is 159.
RGB:
(92,101,159)
(36%,40%,62%)

RGB channels and saturation

R 92 of 255 = 36%
G 101 of 255 = 40%
B 159 of 255 = 62%

92
101
159

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

Portions of RGB colors in percentages

R + G + B =
92 + 101 + 159 = 352 (100%)
R 92 of 352 ~ 26.14%
G 101 of 352 ~ 28.69%
B 159 of 352 ~ 45.17%

%26.14
%28.69
%45.17

CMYK color model

#5C659F color CMYK value is (42,36,0,38).

  • cyan value is 42.14%
  • magenta value is 36.48%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(42,36,0,38)
C42M36Y0K38 
(42%,36%,0%,38%)
(0.42/0.36/0.00/0.38)	

CMYK percentages

%42.14
%36.48
%0
%37.65

Codes

Color #5C659F in popluar color models

5C659F
RGB92101159
HSL232°26.69%49.22%
HSB/HSV232°42.14%62.35%
CMYK42.14%36.48%0.00%
37.65%

Color #5C659F in popluar number systems.

HEX5C659F
Decimal92101159
Binary1011100110010110011111
Octal134145237

Shades and tints

Shades of #5C659F

#5C659F
(92,101,159)
#545C91
(84,92,145)
#4C5383
(76,83,131)
#444A75
(68,74,117)
#3C4167
(60,65,103)
#343859
(52,56,89)
#2C2F4B
(44,47,75)
#24263D
(36,38,61)
#1C1D2F
(28,29,47)
#141421
(20,20,33)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #5C659F

#5C659F
(92,101,159)
#6A73A7
(106,115,167)
#7881AF
(120,129,175)
#868FB7
(134,143,183)
#949DBF
(148,157,191)
#A2ABC7
(162,171,199)
#B0B9CF
(176,185,207)
#BEC7D7
(190,199,215)
#CCD5DF
(204,213,223)
#DAE3E7
(218,227,231)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C659F color. Also use rgb(92,101,159) instead hex code.

Text Font Color

.myTextColor { color: #5C659F; }

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

This text font color is #5C659F.


Background Color

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

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

This div background color is #5C659F.


Border color

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

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

This div border color is #5C659F.


Opacity

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

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

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

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

This text has shadow with #5C659F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C659F on black background.


Color preview on white background

This text has color #5C659F on white background.



Black color preview on #5C659F background

This text has black color on #5C659F background.


White color preview on #5C659F background

This text has white color on #5C659F background.