COLOR #5C506B

HEX: #5C506B RGB: (92,80,107)

Color info

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

RGB color model

#5C506B color RGB value is (92,80,107).

RGB: (92,80,107) (36%, 31%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 80 of 255 = 31%
B 107 of 255 = 42%

92
80
107

R + G + B ~ 36%. #5C506B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 80 + 107 = 279 (100%)
R 92 of 279 ~ 32.97%
G 80 of 279 ~ 28.67%
B 107 of 279 ~ 38.35'%

%32.97
%28.67
%38.35

CMYK color model

#5C506B color CMYK value is (14,25,0,58).

  • cyan value is 14.02%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (14,25,0,58)
C14M25Y0K58 (14%, 25%, 0%, 58%)
(0.14 / 0.25 / 0.00 / 0.58)

CMYK percentages

%14.02
%25.23
%0
%58.04

Codes

Color #5C506B in popluar color models

5C 50 6B
RGB 92 80 107
HSL 267° 14.44% 36.67%
HSB/HSV 267° 25.23% 41.96%
CMYK 14.02% 25.23% 0.00%
58.04%

Color #5C506B in popluar number systems.

HEX 5C 50 6B
Decimal 92 80 107
Binary 1011100 1010000 1101011
Octal 134 120 153

Shades and tints

Shades of #5C506B

#5C506B
(92,80,107)
#544962
(84,73,98)
#4C4259
(76,66,89)
#443B50
(68,59,80)
#3C3447
(60,52,71)
#342D3E
(52,45,62)
#2C2635
(44,38,53)
#241F2C
(36,31,44)
#1C1823
(28,24,35)
#14111A
(20,17,26)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #5C506B

#5C506B
(92,80,107)
#6A5F78
(106,95,120)
#786E85
(120,110,133)
#867D92
(134,125,146)
#948C9F
(148,140,159)
#A29BAC
(162,155,172)
#B0AAB9
(176,170,185)
#BEB9C6
(190,185,198)
#CCC8D3
(204,200,211)
#DAD7E0
(218,215,224)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C506B color. Also use rgb(92,80,107) instead hex code.

Text Font Color

.myTextColor { color: #5C506B; }

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

This text font color is #5C506B.

Background Color

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

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

This div background color is #5C506B.

Border color

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

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

This div border color is #5C506B.

Opacity

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

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

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

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

This text has shadow with #5C506B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C506B.

Preview

Color preview on black background

This text has color #5C506B on black background.


Color preview on white background

This text has color #5C506B on white background.


Black color preview on #5C506B background

This text has black color on #5C506B background.


White color preview on #5C506B background

This text has white color on #5C506B background.


Related colors

Complementary color

Complementary color for #hex is #A3AF94.


I love getcolorcode.com

Triadic colors

1 #6B5C50 and #506B5C with #5C506B are triadic colors.

2 #6B505C and #505C6B with #5C506B are triadic colors.