COLOR #5C6378

HEX: #5C6378 RGB: (92,99,120)

Color info

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

RGB color model

#5C6378 color RGB value is (92,99,120).

RGB: (92,99,120) (36%, 39%, 47%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 120 of 255 = 47%

92
99
120

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

Portions of RGB colors in percentages

R + G + B = 92 + 99 + 120 = 311 (100%)
R 92 of 311 ~ 29.58%
G 99 of 311 ~ 31.83%
B 120 of 311 ~ 38.59'%

%29.58
%31.83
%38.59

CMYK color model

#5C6378 color CMYK value is (23,18,0,53).

  • cyan value is 23.33%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (23,18,0,53)
C23M18Y0K53 (23%, 18%, 0%, 53%)
(0.23 / 0.18 / 0.00 / 0.53)

CMYK percentages

%23.33
%17.5
%0
%52.94

Codes

Color #5C6378 in popluar color models

5C 63 78
RGB 92 99 120
HSL 225° 13.21% 41.57%
HSB/HSV 225° 23.33% 47.06%
CMYK 23.33% 17.50% 0.00%
52.94%

Color #5C6378 in popluar number systems.

HEX 5C 63 78
Decimal 92 99 120
Binary 1011100 1100011 1111000
Octal 134 143 170

Shades and tints

Shades of #5C6378

#5C6378
(92,99,120)
#545A6E
(84,90,110)
#4C5164
(76,81,100)
#44485A
(68,72,90)
#3C3F50
(60,63,80)
#343646
(52,54,70)
#2C2D3C
(44,45,60)
#242432
(36,36,50)
#1C1B28
(28,27,40)
#14121E
(20,18,30)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #5C6378

#5C6378
(92,99,120)
#6A7184
(106,113,132)
#787F90
(120,127,144)
#868D9C
(134,141,156)
#949BA8
(148,155,168)
#A2A9B4
(162,169,180)
#B0B7C0
(176,183,192)
#BEC5CC
(190,197,204)
#CCD3D8
(204,211,216)
#DAE1E4
(218,225,228)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6378; }

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

This text font color is #5C6378.

Background Color

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

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

This div background color is #5C6378.

Border color

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

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

This div border color is #5C6378.

Opacity

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

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

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

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

This text has shadow with #5C6378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6378.

Preview

Color preview on black background

This text has color #5C6378 on black background.


Color preview on white background

This text has color #5C6378 on white background.


Black color preview on #5C6378 background

This text has black color on #5C6378 background.


White color preview on #5C6378 background

This text has white color on #5C6378 background.


Related colors

Complementary color

Complementary color for #hex is #A39C87.


I love getcolorcode.com

Triadic colors

1 #785C63 and #63785C with #5C6378 are triadic colors.

2 #78635C and #635C78 with #5C6378 are triadic colors.