COLOR #5C5D88

HEX: #5C5D88
RGB: (92,93,136)

Color info

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

RGB color model

#5C5D88 color RGB value is (92,93,136).

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

RGB channels and saturation

R 92 of 255 = 36%
G 93 of 255 = 36%
B 136 of 255 = 53%

92
93
136

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

Portions of RGB colors in percentages

R + G + B =
92 + 93 + 136 = 321 (100%)
R 92 of 321 ~ 28.66%
G 93 of 321 ~ 28.97%
B 136 of 321 ~ 42.37%

%28.66
%28.97
%42.37

CMYK color model

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

  • cyan value is 32.35%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(32,32,0,47)
C32M32Y0K47 
(32%,32%,0%,47%)
(0.32/0.32/0.00/0.47)	

CMYK percentages

%32.35
%31.62
%0
%46.67

Codes

Color #5C5D88 in popluar color models

5C5D88
RGB9293136
HSL239°19.30%44.71%
HSB/HSV239°32.35%53.33%
CMYK32.35%31.62%0.00%
46.67%

Color #5C5D88 in popluar number systems.

HEX5C5D88
Decimal9293136
Binary1011100101110110001000
Octal134135210

Shades and tints

Shades of #5C5D88

#5C5D88
(92,93,136)
#54557C
(84,85,124)
#4C4D70
(76,77,112)
#444564
(68,69,100)
#3C3D58
(60,61,88)
#34354C
(52,53,76)
#2C2D40
(44,45,64)
#242534
(36,37,52)
#1C1D28
(28,29,40)
#14151C
(20,21,28)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #5C5D88

#5C5D88
(92,93,136)
#6A6B92
(106,107,146)
#78799C
(120,121,156)
#8687A6
(134,135,166)
#9495B0
(148,149,176)
#A2A3BA
(162,163,186)
#B0B1C4
(176,177,196)
#BEBFCE
(190,191,206)
#CCCDD8
(204,205,216)
#DADBE2
(218,219,226)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5D88; }

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

This text font color is #5C5D88.


Background Color

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

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

This div background color is #5C5D88.


Border color

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

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

This div border color is #5C5D88.


Opacity

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

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

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

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

This text has shadow with #5C5D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5D88 on black background.


Color preview on white background

This text has color #5C5D88 on white background.



Black color preview on #5C5D88 background

This text has black color on #5C5D88 background.


White color preview on #5C5D88 background

This text has white color on #5C5D88 background.