COLOR #5C5A6C

HEX: #5C5A6C
RGB: (92,90,108)

Color info

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

RGB color model

#5C5A6C color RGB value is (92,90,108).

  • red value is 92;
  • green value is 90;
  • blue value is 108.
RGB:
(92,90,108)
(36%,35%,42%)

RGB channels and saturation

R 92 of 255 = 36%
G 90 of 255 = 35%
B 108 of 255 = 42%

92
90
108

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

Portions of RGB colors in percentages

R + G + B =
92 + 90 + 108 = 290 (100%)
R 92 of 290 ~ 31.72%
G 90 of 290 ~ 31.03%
B 108 of 290 ~ 37.24%

%31.72
%31.03
%37.24

CMYK color model

#5C5A6C color CMYK value is (15,17,0,58).

  • cyan value is 14.81%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(15,17,0,58)
C15M17Y0K58 
(15%,17%,0%,58%)
(0.15/0.17/0.00/0.58)	

CMYK percentages

%14.81
%16.67
%0
%57.65

Codes

Color #5C5A6C in popluar color models

5C5A6C
RGB9290108
HSL247°9.09%38.82%
HSB/HSV247°16.67%42.35%
CMYK14.81%16.67%0.00%
57.65%

Color #5C5A6C in popluar number systems.

HEX5C5A6C
Decimal9290108
Binary101110010110101101100
Octal134132154

Shades and tints

Shades of #5C5A6C

#5C5A6C
(92,90,108)
#545263
(84,82,99)
#4C4A5A
(76,74,90)
#444251
(68,66,81)
#3C3A48
(60,58,72)
#34323F
(52,50,63)
#2C2A36
(44,42,54)
#24222D
(36,34,45)
#1C1A24
(28,26,36)
#14121B
(20,18,27)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #5C5A6C

#5C5A6C
(92,90,108)
#6A6979
(106,105,121)
#787886
(120,120,134)
#868793
(134,135,147)
#9496A0
(148,150,160)
#A2A5AD
(162,165,173)
#B0B4BA
(176,180,186)
#BEC3C7
(190,195,199)
#CCD2D4
(204,210,212)
#DAE1E1
(218,225,225)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5A6C color. Also use rgb(92,90,108) instead hex code.

Text Font Color

.myTextColor { color: #5C5A6C; }

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

This text font color is #5C5A6C.


Background Color

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

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

This div background color is #5C5A6C.


Border color

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

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

This div border color is #5C5A6C.


Opacity

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

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

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

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

This text has shadow with #5C5A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5A6C on black background.


Color preview on white background

This text has color #5C5A6C on white background.



Black color preview on #5C5A6C background

This text has black color on #5C5A6C background.


White color preview on #5C5A6C background

This text has white color on #5C5A6C background.