COLOR #5C638D

HEX: #5C638D
RGB: (92,99,141)

Color info

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

RGB color model

#5C638D color RGB value is (92,99,141).

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

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 141 of 255 = 55%

92
99
141

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

Portions of RGB colors in percentages

R + G + B =
92 + 99 + 141 = 332 (100%)
R 92 of 332 ~ 27.71%
G 99 of 332 ~ 29.82%
B 141 of 332 ~ 42.47%

%27.71
%29.82
%42.47

CMYK color model

#5C638D color CMYK value is (35,30,0,45).

  • cyan value is 34.75%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(35,30,0,45)
C35M30Y0K45 
(35%,30%,0%,45%)
(0.35/0.30/0.00/0.45)	

CMYK percentages

%34.75
%29.79
%0
%44.71

Codes

Color #5C638D in popluar color models

5C638D
RGB9299141
HSL231°21.03%45.69%
HSB/HSV231°34.75%55.29%
CMYK34.75%29.79%0.00%
44.71%

Color #5C638D in popluar number systems.

HEX5C638D
Decimal9299141
Binary1011100110001110001101
Octal134143215

Shades and tints

Shades of #5C638D

#5C638D
(92,99,141)
#545A81
(84,90,129)
#4C5175
(76,81,117)
#444869
(68,72,105)
#3C3F5D
(60,63,93)
#343651
(52,54,81)
#2C2D45
(44,45,69)
#242439
(36,36,57)
#1C1B2D
(28,27,45)
#141221
(20,18,33)
#0C0915
(12,9,21)
#000000
(0,0,0)

Tints of #5C638D

#5C638D
(92,99,141)
#6A7197
(106,113,151)
#787FA1
(120,127,161)
#868DAB
(134,141,171)
#949BB5
(148,155,181)
#A2A9BF
(162,169,191)
#B0B7C9
(176,183,201)
#BEC5D3
(190,197,211)
#CCD3DD
(204,211,221)
#DAE1E7
(218,225,231)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C638D; }

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

This text font color is #5C638D.


Background Color

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

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

This div background color is #5C638D.


Border color

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

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

This div border color is #5C638D.


Opacity

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

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

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

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

This text has shadow with #5C638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C638D on black background.


Color preview on white background

This text has color #5C638D on white background.



Black color preview on #5C638D background

This text has black color on #5C638D background.


White color preview on #5C638D background

This text has white color on #5C638D background.