COLOR #5C648B

HEX: #5C648B RGB: (92,100,139)

Color info

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

RGB color model

#5C648B color RGB value is (92,100,139).

RGB: (92,100,139) (36%, 39%, 55%)

RGB channels and saturation

R 92 of 255 = 36%
G 100 of 255 = 39%
B 139 of 255 = 55%

92
100
139

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

Portions of RGB colors in percentages

R + G + B = 92 + 100 + 139 = 331 (100%)
R 92 of 331 ~ 27.79%
G 100 of 331 ~ 30.21%
B 139 of 331 ~ 41.99'%

%27.79
%30.21
%41.99

CMYK color model

#5C648B color CMYK value is (34,28,0,45).

  • cyan value is 33.81%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (34,28,0,45) C34M28Y0K45 (34%,28%,0%,45%) (0.34/0.28/0.00/0.45) 

CMYK percentages

%33.81
%28.06
%0
%45.49

Codes

Color #5C648B in popluar color models

5C 64 8B
RGB 92 100 139
HSL 230° 20.35% 45.29%
HSB/HSV 230° 33.81% 54.51%
CMYK 33.81% 28.06% 0.00%
45.49%

Color #5C648B in popluar number systems.

HEX 5C 64 8B
Decimal 92 100 139
Binary 1011100 1100100 10001011
Octal 134 144 213

Shades and tints

Shades of #5C648B

#5C648B
(92,100,139)
#545B7F
(84,91,127)
#4C5273
(76,82,115)
#444967
(68,73,103)
#3C405B
(60,64,91)
#34374F
(52,55,79)
#2C2E43
(44,46,67)
#242537
(36,37,55)
#1C1C2B
(28,28,43)
#14131F
(20,19,31)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #5C648B

#5C648B
(92,100,139)
#6A7295
(106,114,149)
#78809F
(120,128,159)
#868EA9
(134,142,169)
#949CB3
(148,156,179)
#A2AABD
(162,170,189)
#B0B8C7
(176,184,199)
#BEC6D1
(190,198,209)
#CCD4DB
(204,212,219)
#DAE2E5
(218,226,229)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C648B color. Also use rgb(92,100,139) instead hex code.

Text Font Color

.myTextColor { color: #5C648B; }

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

This text font color is #5C648B.

Background Color

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

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

This div background color is #5C648B.

Border color

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

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

This div border color is #5C648B.

Opacity

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

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

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

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

This text has shadow with #5C648B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C648B.

Preview

Color preview on black background

This text has color #5C648B on black background.


Color preview on white background

This text has color #5C648B on white background.


Black color preview on #5C648B background

This text has black color on #5C648B background.


White color preview on #5C648B background

This text has white color on #5C648B background.


Related colors

Complementary color

Complementary color for #hex is #A39B74.


I love getcolorcode.com

Triadic colors

1 #8B5C64 and #648B5C with #5C648B are triadic colors.

2 #8B645C and #645C8B with #5C648B are triadic colors.