COLOR #5C6390

HEX: #5C6390
RGB: (92,99,144)

Color info

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

RGB color model

#5C6390 color RGB value is (92,99,144).

  • red value is 92;
  • green value is 99;
  • blue value is 144.
RGB:
(92,99,144)
(36%,39%,56%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 144 of 255 = 56%

92
99
144

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

Portions of RGB colors in percentages

R + G + B =
92 + 99 + 144 = 335 (100%)
R 92 of 335 ~ 27.46%
G 99 of 335 ~ 29.55%
B 144 of 335 ~ 42.99%

%27.46
%29.55
%42.99

CMYK color model

#5C6390 color CMYK value is (36,31,0,44).

  • cyan value is 36.11%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(36,31,0,44)
C36M31Y0K44 
(36%,31%,0%,44%)
(0.36/0.31/0.00/0.44)	

CMYK percentages

%36.11
%31.25
%0
%43.53

Codes

Color #5C6390 in popluar color models

5C6390
RGB9299144
HSL232°22.03%46.27%
HSB/HSV232°36.11%56.47%
CMYK36.11%31.25%0.00%
43.53%

Color #5C6390 in popluar number systems.

HEX5C6390
Decimal9299144
Binary1011100110001110010000
Octal134143220

Shades and tints

Shades of #5C6390

#5C6390
(92,99,144)
#545A83
(84,90,131)
#4C5176
(76,81,118)
#444869
(68,72,105)
#3C3F5C
(60,63,92)
#34364F
(52,54,79)
#2C2D42
(44,45,66)
#242435
(36,36,53)
#1C1B28
(28,27,40)
#14121B
(20,18,27)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #5C6390

#5C6390
(92,99,144)
#6A719A
(106,113,154)
#787FA4
(120,127,164)
#868DAE
(134,141,174)
#949BB8
(148,155,184)
#A2A9C2
(162,169,194)
#B0B7CC
(176,183,204)
#BEC5D6
(190,197,214)
#CCD3E0
(204,211,224)
#DAE1EA
(218,225,234)
#E8EFF4
(232,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6390 color. Also use rgb(92,99,144) instead hex code.

Text Font Color

.myTextColor { color: #5C6390; }

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

This text font color is #5C6390.


Background Color

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

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

This div background color is #5C6390.


Border color

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

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

This div border color is #5C6390.


Opacity

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

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

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

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

This text has shadow with #5C6390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6390 on black background.


Color preview on white background

This text has color #5C6390 on white background.



Black color preview on #5C6390 background

This text has black color on #5C6390 background.


White color preview on #5C6390 background

This text has white color on #5C6390 background.