COLOR #5C6697

HEX: #5C6697
RGB: (92,102,151)

Color info

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

RGB color model

#5C6697 color RGB value is (92,102,151).

  • red value is 92;
  • green value is 102;
  • blue value is 151.
RGB:
(92,102,151)
(36%,40%,59%)

RGB channels and saturation

R 92 of 255 = 36%
G 102 of 255 = 40%
B 151 of 255 = 59%

92
102
151

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

Portions of RGB colors in percentages

R + G + B =
92 + 102 + 151 = 345 (100%)
R 92 of 345 ~ 26.67%
G 102 of 345 ~ 29.57%
B 151 of 345 ~ 43.77%

%26.67
%29.57
%43.77

CMYK color model

#5C6697 color CMYK value is (39,32,0,41).

  • cyan value is 39.07%
  • magenta value is 32.45%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(39,32,0,41)
C39M32Y0K41 
(39%,32%,0%,41%)
(0.39/0.32/0.00/0.41)	

CMYK percentages

%39.07
%32.45
%0
%40.78

Codes

Color #5C6697 in popluar color models

5C6697
RGB92102151
HSL230°24.28%47.65%
HSB/HSV230°39.07%59.22%
CMYK39.07%32.45%0.00%
40.78%

Color #5C6697 in popluar number systems.

HEX5C6697
Decimal92102151
Binary1011100110011010010111
Octal134146227

Shades and tints

Shades of #5C6697

#5C6697
(92,102,151)
#545D8A
(84,93,138)
#4C547D
(76,84,125)
#444B70
(68,75,112)
#3C4263
(60,66,99)
#343956
(52,57,86)
#2C3049
(44,48,73)
#24273C
(36,39,60)
#1C1E2F
(28,30,47)
#141522
(20,21,34)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #5C6697

#5C6697
(92,102,151)
#6A73A0
(106,115,160)
#7880A9
(120,128,169)
#868DB2
(134,141,178)
#949ABB
(148,154,187)
#A2A7C4
(162,167,196)
#B0B4CD
(176,180,205)
#BEC1D6
(190,193,214)
#CCCEDF
(204,206,223)
#DADBE8
(218,219,232)
#E8E8F1
(232,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6697 color. Also use rgb(92,102,151) instead hex code.

Text Font Color

.myTextColor { color: #5C6697; }

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

This text font color is #5C6697.


Background Color

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

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

This div background color is #5C6697.


Border color

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

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

This div border color is #5C6697.


Opacity

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

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

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

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

This text has shadow with #5C6697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6697 on black background.


Color preview on white background

This text has color #5C6697 on white background.



Black color preview on #5C6697 background

This text has black color on #5C6697 background.


White color preview on #5C6697 background

This text has white color on #5C6697 background.