COLOR #5C6D90

HEX: #5C6D90
RGB: (92,109,144)

Color info

#5C6D90 contains red, green and blue colors in about the same proportion. Web safe color of #5C6D90 is #666699 (or #669).

RGB color model

#5C6D90 color RGB value is (92,109,144).

  • red value is 92;
  • green value is 109;
  • blue value is 144.
RGB:
(92,109,144)
(36%,43%,56%)

RGB channels and saturation

R 92 of 255 = 36%
G 109 of 255 = 43%
B 144 of 255 = 56%

92
109
144

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

Portions of RGB colors in percentages

R + G + B =
92 + 109 + 144 = 345 (100%)
R 92 of 345 ~ 26.67%
G 109 of 345 ~ 31.59%
B 144 of 345 ~ 41.74%

%26.67
%31.59
%41.74

CMYK color model

#5C6D90 color CMYK value is (36,24,0,44).

  • cyan value is 36.11%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(36,24,0,44)
C36M24Y0K44 
(36%,24%,0%,44%)
(0.36/0.24/0.00/0.44)	

CMYK percentages

%36.11
%24.31
%0
%43.53

Codes

Color #5C6D90 in popluar color models

5C6D90
RGB92109144
HSL220°22.03%46.27%
HSB/HSV220°36.11%56.47%
CMYK36.11%24.31%0.00%
43.53%

Color #5C6D90 in popluar number systems.

HEX5C6D90
Decimal92109144
Binary1011100110110110010000
Octal134155220

Shades and tints

Shades of #5C6D90

#5C6D90
(92,109,144)
#546483
(84,100,131)
#4C5B76
(76,91,118)
#445269
(68,82,105)
#3C495C
(60,73,92)
#34404F
(52,64,79)
#2C3742
(44,55,66)
#242E35
(36,46,53)
#1C2528
(28,37,40)
#141C1B
(20,28,27)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #5C6D90

#5C6D90
(92,109,144)
#6A7A9A
(106,122,154)
#7887A4
(120,135,164)
#8694AE
(134,148,174)
#94A1B8
(148,161,184)
#A2AEC2
(162,174,194)
#B0BBCC
(176,187,204)
#BEC8D6
(190,200,214)
#CCD5E0
(204,213,224)
#DAE2EA
(218,226,234)
#E8EFF4
(232,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6D90 color. Also use rgb(92,109,144) instead hex code.

Text Font Color

.myTextColor { color: #5C6D90; }

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

This text font color is #5C6D90.


Background Color

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

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

This div background color is #5C6D90.


Border color

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

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

This div border color is #5C6D90.


Opacity

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

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

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

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

This text has shadow with #5C6D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6D90 on black background.


Color preview on white background

This text has color #5C6D90 on white background.



Black color preview on #5C6D90 background

This text has black color on #5C6D90 background.


White color preview on #5C6D90 background

This text has white color on #5C6D90 background.