COLOR #5C647B

HEX: #5C647B RGB: (92,100,123)

Color info

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

RGB color model

#5C647B color RGB value is (92,100,123).

RGB: (92,100,123) (36%, 39%, 48%)

RGB channels and saturation

R 92 of 255 = 36%
G 100 of 255 = 39%
B 123 of 255 = 48%

92
100
123

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

Portions of RGB colors in percentages

R + G + B = 92 + 100 + 123 = 315 (100%)
R 92 of 315 ~ 29.21%
G 100 of 315 ~ 31.75%
B 123 of 315 ~ 39.05'%

%29.21
%31.75
%39.05

CMYK color model

#5C647B color CMYK value is (25,19,0,52).

  • cyan value is 25.20%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (25,19,0,52)
C25M19Y0K52 (25%, 19%, 0%, 52%)
(0.25 / 0.19 / 0.00 / 0.52)

CMYK percentages

%25.2
%18.7
%0
%51.76

Codes

Color #5C647B in popluar color models

5C 64 7B
RGB 92 100 123
HSL 225° 14.42% 42.16%
HSB/HSV 225° 25.20% 48.24%
CMYK 25.20% 18.70% 0.00%
51.76%

Color #5C647B in popluar number systems.

HEX 5C 64 7B
Decimal 92 100 123
Binary 1011100 1100100 1111011
Octal 134 144 173

Shades and tints

Shades of #5C647B

#5C647B
(92,100,123)
#545B70
(84,91,112)
#4C5265
(76,82,101)
#44495A
(68,73,90)
#3C404F
(60,64,79)
#343744
(52,55,68)
#2C2E39
(44,46,57)
#24252E
(36,37,46)
#1C1C23
(28,28,35)
#141318
(20,19,24)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #5C647B

#5C647B
(92,100,123)
#6A7287
(106,114,135)
#788093
(120,128,147)
#868E9F
(134,142,159)
#949CAB
(148,156,171)
#A2AAB7
(162,170,183)
#B0B8C3
(176,184,195)
#BEC6CF
(190,198,207)
#CCD4DB
(204,212,219)
#DAE2E7
(218,226,231)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C647B; }

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

This text font color is #5C647B.

Background Color

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

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

This div background color is #5C647B.

Border color

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

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

This div border color is #5C647B.

Opacity

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

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

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

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

This text has shadow with #5C647B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C647B.

Preview

Color preview on black background

This text has color #5C647B on black background.


Color preview on white background

This text has color #5C647B on white background.


Black color preview on #5C647B background

This text has black color on #5C647B background.


White color preview on #5C647B background

This text has white color on #5C647B background.


Related colors

Complementary color

Complementary color for #hex is #A39B84.


I love getcolorcode.com

Triadic colors

1 #7B5C64 and #647B5C with #5C647B are triadic colors.

2 #7B645C and #645C7B with #5C647B are triadic colors.