COLOR #5C5A6A

HEX: #5C5A6A RGB: (92,90,106)

Color info

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

RGB color model

#5C5A6A color RGB value is (92,90,106).

RGB: (92,90,106) (36%, 35%, 42%)

RGB channels and saturation

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

92
90
106

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

Portions of RGB colors in percentages

R + G + B = 92 + 90 + 106 = 288 (100%)
R 92 of 288 ~ 31.94%
G 90 of 288 ~ 31.25%
B 106 of 288 ~ 36.81'%

%31.94
%31.25
%36.81

CMYK color model

#5C5A6A color CMYK value is (13,15,0,58).

  • cyan value is 13.21%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (13,15,0,58)
C13M15Y0K58 (13%, 15%, 0%, 58%)
(0.13 / 0.15 / 0.00 / 0.58)

CMYK percentages

%13.21
%15.09
%0
%58.43

Codes

Color #5C5A6A in popluar color models

5C 5A 6A
RGB 92 90 106
HSL 248° 8.16% 38.43%
HSB/HSV 248° 15.09% 41.57%
CMYK 13.21% 15.09% 0.00%
58.43%

Color #5C5A6A in popluar number systems.

HEX 5C 5A 6A
Decimal 92 90 106
Binary 1011100 1011010 1101010
Octal 134 132 152

Shades and tints

Shades of #5C5A6A

#5C5A6A
(92,90,106)
#545261
(84,82,97)
#4C4A58
(76,74,88)
#44424F
(68,66,79)
#3C3A46
(60,58,70)
#34323D
(52,50,61)
#2C2A34
(44,42,52)
#24222B
(36,34,43)
#1C1A22
(28,26,34)
#141219
(20,18,25)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #5C5A6A

#5C5A6A
(92,90,106)
#6A6977
(106,105,119)
#787884
(120,120,132)
#868791
(134,135,145)
#94969E
(148,150,158)
#A2A5AB
(162,165,171)
#B0B4B8
(176,180,184)
#BEC3C5
(190,195,197)
#CCD2D2
(204,210,210)
#DAE1DF
(218,225,223)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5A6A; }

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

This text font color is #5C5A6A.

Background Color

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

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

This div background color is #5C5A6A.

Border color

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

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

This div border color is #5C5A6A.

Opacity

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

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

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

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

This text has shadow with #5C5A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5A6A.

Preview

Color preview on black background

This text has color #5C5A6A on black background.


Color preview on white background

This text has color #5C5A6A on white background.


Black color preview on #5C5A6A background

This text has black color on #5C5A6A background.


White color preview on #5C5A6A background

This text has white color on #5C5A6A background.


Related colors

Complementary color

Complementary color for #hex is #A3A595.


I love getcolorcode.com

Triadic colors

1 #6A5C5A and #5A6A5C with #5C5A6A are triadic colors.

2 #6A5A5C and #5A5C6A with #5C5A6A are triadic colors.