COLOR #5C586B

HEX: #5C586B RGB: (92,88,107)

Color info

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

RGB color model

#5C586B color RGB value is (92,88,107).

RGB: (92,88,107) (36%, 35%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 88 of 255 = 35%
B 107 of 255 = 42%

92
88
107

R + G + B ~ 38%. #5C586B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 88 + 107 = 287 (100%)
R 92 of 287 ~ 32.06%
G 88 of 287 ~ 30.66%
B 107 of 287 ~ 37.28'%

%32.06
%30.66
%37.28

CMYK color model

#5C586B color CMYK value is (14,18,0,58).

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

CMYK: (14,18,0,58)
C14M18Y0K58 (14%, 18%, 0%, 58%)
(0.14 / 0.18 / 0.00 / 0.58)

CMYK percentages

%14.02
%17.76
%0
%58.04

Codes

Color #5C586B in popluar color models

5C 58 6B
RGB 92 88 107
HSL 253° 9.74% 38.24%
HSB/HSV 253° 17.76% 41.96%
CMYK 14.02% 17.76% 0.00%
58.04%

Color #5C586B in popluar number systems.

HEX 5C 58 6B
Decimal 92 88 107
Binary 1011100 1011000 1101011
Octal 134 130 153

Shades and tints

Shades of #5C586B

#5C586B
(92,88,107)
#545062
(84,80,98)
#4C4859
(76,72,89)
#444050
(68,64,80)
#3C3847
(60,56,71)
#34303E
(52,48,62)
#2C2835
(44,40,53)
#24202C
(36,32,44)
#1C1823
(28,24,35)
#14101A
(20,16,26)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #5C586B

#5C586B
(92,88,107)
#6A6778
(106,103,120)
#787685
(120,118,133)
#868592
(134,133,146)
#94949F
(148,148,159)
#A2A3AC
(162,163,172)
#B0B2B9
(176,178,185)
#BEC1C6
(190,193,198)
#CCD0D3
(204,208,211)
#DADFE0
(218,223,224)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C586B; }

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

This text font color is #5C586B.

Background Color

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

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

This div background color is #5C586B.

Border color

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

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

This div border color is #5C586B.

Opacity

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

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

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

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

This text has shadow with #5C586B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C586B.

Preview

Color preview on black background

This text has color #5C586B on black background.


Color preview on white background

This text has color #5C586B on white background.


Black color preview on #5C586B background

This text has black color on #5C586B background.


White color preview on #5C586B background

This text has white color on #5C586B background.


Related colors

Complementary color

Complementary color for #hex is #A3A794.


I love getcolorcode.com

Triadic colors

1 #6B5C58 and #586B5C with #5C586B are triadic colors.

2 #6B585C and #585C6B with #5C586B are triadic colors.