COLOR #5C5599

HEX: #5C5599
RGB: (92,85,153)

Color info

#5C5599 contains mainly blue color. Web safe color of #5C5599 is #666699 (or #669).

RGB color model

#5C5599 color RGB value is (92,85,153).

  • red value is 92;
  • green value is 85;
  • blue value is 153.
RGB:
(92,85,153)
(36%,33%,60%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 153 of 255 = 60%

92
85
153

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

Portions of RGB colors in percentages

R + G + B =
92 + 85 + 153 = 330 (100%)
R 92 of 330 ~ 27.88%
G 85 of 330 ~ 25.76%
B 153 of 330 ~ 46.36%

%27.88
%25.76
%46.36

CMYK color model

#5C5599 color CMYK value is (40,44,0,40).

  • cyan value is 39.87%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(40,44,0,40)
C40M44Y0K40 
(40%,44%,0%,40%)
(0.40/0.44/0.00/0.40)	

CMYK percentages

%39.87
%44.44
%0
%40

Codes

Color #5C5599 in popluar color models

5C5599
RGB9285153
HSL246°28.57%46.67%
HSB/HSV246°44.44%60.00%
CMYK39.87%44.44%0.00%
40.00%

Color #5C5599 in popluar number systems.

HEX5C5599
Decimal9285153
Binary1011100101010110011001
Octal134125231

Shades and tints

Shades of #5C5599

#5C5599
(92,85,153)
#544E8C
(84,78,140)
#4C477F
(76,71,127)
#444072
(68,64,114)
#3C3965
(60,57,101)
#343258
(52,50,88)
#2C2B4B
(44,43,75)
#24243E
(36,36,62)
#1C1D31
(28,29,49)
#141624
(20,22,36)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #5C5599

#5C5599
(92,85,153)
#6A64A2
(106,100,162)
#7873AB
(120,115,171)
#8682B4
(134,130,180)
#9491BD
(148,145,189)
#A2A0C6
(162,160,198)
#B0AFCF
(176,175,207)
#BEBED8
(190,190,216)
#CCCDE1
(204,205,225)
#DADCEA
(218,220,234)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5599 color. Also use rgb(92,85,153) instead hex code.

Text Font Color

.myTextColor { color: #5C5599; }

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

This text font color is #5C5599.


Background Color

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

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

This div background color is #5C5599.


Border color

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

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

This div border color is #5C5599.


Opacity

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

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

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

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

This text has shadow with #5C5599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5599 on black background.


Color preview on white background

This text has color #5C5599 on white background.



Black color preview on #5C5599 background

This text has black color on #5C5599 background.


White color preview on #5C5599 background

This text has white color on #5C5599 background.