COLOR #5C6899

HEX: #5C6899
RGB: (92,104,153)

Color info

#5C6899 contains mainly green and blue colors. Web safe color of #5C6899 is #666699 (or #669).

RGB color model

#5C6899 color RGB value is (92,104,153).

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

RGB channels and saturation

R 92 of 255 = 36%
G 104 of 255 = 41%
B 153 of 255 = 60%

92
104
153

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

Portions of RGB colors in percentages

R + G + B =
92 + 104 + 153 = 349 (100%)
R 92 of 349 ~ 26.36%
G 104 of 349 ~ 29.8%
B 153 of 349 ~ 43.84%

%26.36
%29.8
%43.84

CMYK color model

#5C6899 color CMYK value is (40,32,0,40).

  • cyan value is 39.87%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(40,32,0,40)
C40M32Y0K40 
(40%,32%,0%,40%)
(0.40/0.32/0.00/0.40)	

CMYK percentages

%39.87
%32.03
%0
%40

Codes

Color #5C6899 in popluar color models

5C6899
RGB92104153
HSL228°24.90%48.04%
HSB/HSV228°39.87%60.00%
CMYK39.87%32.03%0.00%
40.00%

Color #5C6899 in popluar number systems.

HEX5C6899
Decimal92104153
Binary1011100110100010011001
Octal134150231

Shades and tints

Shades of #5C6899

#5C6899
(92,104,153)
#545F8C
(84,95,140)
#4C567F
(76,86,127)
#444D72
(68,77,114)
#3C4465
(60,68,101)
#343B58
(52,59,88)
#2C324B
(44,50,75)
#24293E
(36,41,62)
#1C2031
(28,32,49)
#141724
(20,23,36)
#0C0E17
(12,14,23)
#000000
(0,0,0)

Tints of #5C6899

#5C6899
(92,104,153)
#6A75A2
(106,117,162)
#7882AB
(120,130,171)
#868FB4
(134,143,180)
#949CBD
(148,156,189)
#A2A9C6
(162,169,198)
#B0B6CF
(176,182,207)
#BEC3D8
(190,195,216)
#CCD0E1
(204,208,225)
#DADDEA
(218,221,234)
#E8EAF3
(232,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6899; }

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

This text font color is #5C6899.


Background Color

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

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

This div background color is #5C6899.


Border color

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

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

This div border color is #5C6899.


Opacity

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

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

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

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

This text has shadow with #5C6899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6899 on black background.


Color preview on white background

This text has color #5C6899 on white background.



Black color preview on #5C6899 background

This text has black color on #5C6899 background.


White color preview on #5C6899 background

This text has white color on #5C6899 background.