COLOR #5C6487

HEX: #5C6487
RGB: (92,100,135)

Color info

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

RGB color model

#5C6487 color RGB value is (92,100,135).

  • red value is 92;
  • green value is 100;
  • blue value is 135.
RGB:
(92,100,135)
(36%,39%,53%)

RGB channels and saturation

R 92 of 255 = 36%
G 100 of 255 = 39%
B 135 of 255 = 53%

92
100
135

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

Portions of RGB colors in percentages

R + G + B =
92 + 100 + 135 = 327 (100%)
R 92 of 327 ~ 28.13%
G 100 of 327 ~ 30.58%
B 135 of 327 ~ 41.28%

%28.13
%30.58
%41.28

CMYK color model

#5C6487 color CMYK value is (32,26,0,47).

  • cyan value is 31.85%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(32,26,0,47)
C32M26Y0K47 
(32%,26%,0%,47%)
(0.32/0.26/0.00/0.47)	

CMYK percentages

%31.85
%25.93
%0
%47.06

Codes

Color #5C6487 in popluar color models

5C6487
RGB92100135
HSL229°18.94%44.51%
HSB/HSV229°31.85%52.94%
CMYK31.85%25.93%0.00%
47.06%

Color #5C6487 in popluar number systems.

HEX5C6487
Decimal92100135
Binary1011100110010010000111
Octal134144207

Shades and tints

Shades of #5C6487

#5C6487
(92,100,135)
#545B7B
(84,91,123)
#4C526F
(76,82,111)
#444963
(68,73,99)
#3C4057
(60,64,87)
#34374B
(52,55,75)
#2C2E3F
(44,46,63)
#242533
(36,37,51)
#1C1C27
(28,28,39)
#14131B
(20,19,27)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #5C6487

#5C6487
(92,100,135)
#6A7291
(106,114,145)
#78809B
(120,128,155)
#868EA5
(134,142,165)
#949CAF
(148,156,175)
#A2AAB9
(162,170,185)
#B0B8C3
(176,184,195)
#BEC6CD
(190,198,205)
#CCD4D7
(204,212,215)
#DAE2E1
(218,226,225)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6487 color. Also use rgb(92,100,135) instead hex code.

Text Font Color

.myTextColor { color: #5C6487; }

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

This text font color is #5C6487.


Background Color

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

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

This div background color is #5C6487.


Border color

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

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

This div border color is #5C6487.


Opacity

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

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

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

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

This text has shadow with #5C6487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6487 on black background.


Color preview on white background

This text has color #5C6487 on white background.



Black color preview on #5C6487 background

This text has black color on #5C6487 background.


White color preview on #5C6487 background

This text has white color on #5C6487 background.