COLOR #5C6988

HEX: #5C6988
RGB: (92,105,136)

Color info

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

RGB color model

#5C6988 color RGB value is (92,105,136).

  • red value is 92;
  • green value is 105;
  • blue value is 136.
RGB:
(92,105,136)
(36%,41%,53%)

RGB channels and saturation

R 92 of 255 = 36%
G 105 of 255 = 41%
B 136 of 255 = 53%

92
105
136

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

Portions of RGB colors in percentages

R + G + B =
92 + 105 + 136 = 333 (100%)
R 92 of 333 ~ 27.63%
G 105 of 333 ~ 31.53%
B 136 of 333 ~ 40.84%

%27.63
%31.53
%40.84

CMYK color model

#5C6988 color CMYK value is (32,23,0,47).

  • cyan value is 32.35%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(32,23,0,47)
C32M23Y0K47 
(32%,23%,0%,47%)
(0.32/0.23/0.00/0.47)	

CMYK percentages

%32.35
%22.79
%0
%46.67

Codes

Color #5C6988 in popluar color models

5C6988
RGB92105136
HSL222°19.30%44.71%
HSB/HSV222°32.35%53.33%
CMYK32.35%22.79%0.00%
46.67%

Color #5C6988 in popluar number systems.

HEX5C6988
Decimal92105136
Binary1011100110100110001000
Octal134151210

Shades and tints

Shades of #5C6988

#5C6988
(92,105,136)
#54607C
(84,96,124)
#4C5770
(76,87,112)
#444E64
(68,78,100)
#3C4558
(60,69,88)
#343C4C
(52,60,76)
#2C3340
(44,51,64)
#242A34
(36,42,52)
#1C2128
(28,33,40)
#14181C
(20,24,28)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #5C6988

#5C6988
(92,105,136)
#6A7692
(106,118,146)
#78839C
(120,131,156)
#8690A6
(134,144,166)
#949DB0
(148,157,176)
#A2AABA
(162,170,186)
#B0B7C4
(176,183,196)
#BEC4CE
(190,196,206)
#CCD1D8
(204,209,216)
#DADEE2
(218,222,226)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6988 color. Also use rgb(92,105,136) instead hex code.

Text Font Color

.myTextColor { color: #5C6988; }

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

This text font color is #5C6988.


Background Color

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

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

This div background color is #5C6988.


Border color

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

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

This div border color is #5C6988.


Opacity

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

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

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

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

This text has shadow with #5C6988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6988 on black background.


Color preview on white background

This text has color #5C6988 on white background.



Black color preview on #5C6988 background

This text has black color on #5C6988 background.


White color preview on #5C6988 background

This text has white color on #5C6988 background.