COLOR #5C6FA6

HEX: #5C6FA6 RGB: (92,111,166)

Color info

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

RGB color model

#5C6FA6 color RGB value is (92,111,166).

RGB: (92,111,166) (36%, 44%, 65%)

RGB channels and saturation

R 92 of 255 = 36%
G 111 of 255 = 44%
B 166 of 255 = 65%

92
111
166

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

Portions of RGB colors in percentages

R + G + B = 92 + 111 + 166 = 369 (100%)
R 92 of 369 ~ 24.93%
G 111 of 369 ~ 30.08%
B 166 of 369 ~ 44.99'%

%24.93
%30.08
%44.99

CMYK color model

#5C6FA6 color CMYK value is (45,33,0,35).

  • cyan value is 44.58%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (45,33,0,35)
C45M33Y0K35 (45%, 33%, 0%, 35%)
(0.45 / 0.33 / 0.00 / 0.35)

CMYK percentages

%44.58
%33.13
%0
%34.9

Codes

Color #5C6FA6 in popluar color models

5C 6F A6
RGB 92 111 166
HSL 225° 29.37% 50.59%
HSB/HSV 225° 44.58% 65.10%
CMYK 44.58% 33.13% 0.00%
34.90%

Color #5C6FA6 in popluar number systems.

HEX 5C 6F A6
Decimal 92 111 166
Binary 1011100 1101111 10100110
Octal 134 157 246

Shades and tints

Shades of #5C6FA6

#5C6FA6
(92,111,166)
#546597
(84,101,151)
#4C5B88
(76,91,136)
#445179
(68,81,121)
#3C476A
(60,71,106)
#343D5B
(52,61,91)
#2C334C
(44,51,76)
#24293D
(36,41,61)
#1C1F2E
(28,31,46)
#14151F
(20,21,31)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #5C6FA6

#5C6FA6
(92,111,166)
#6A7CAE
(106,124,174)
#7889B6
(120,137,182)
#8696BE
(134,150,190)
#94A3C6
(148,163,198)
#A2B0CE
(162,176,206)
#B0BDD6
(176,189,214)
#BECADE
(190,202,222)
#CCD7E6
(204,215,230)
#DAE4EE
(218,228,238)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6FA6 color. Also use rgb(92,111,166) instead hex code.

Text Font Color

.myTextColor { color: #5C6FA6; }

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

This text font color is #5C6FA6.

Background Color

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

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

This div background color is #5C6FA6.

Border color

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

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

This div border color is #5C6FA6.

Opacity

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

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

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

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

This text has shadow with #5C6FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6FA6.

Preview

Color preview on black background

This text has color #5C6FA6 on black background.


Color preview on white background

This text has color #5C6FA6 on white background.


Black color preview on #5C6FA6 background

This text has black color on #5C6FA6 background.


White color preview on #5C6FA6 background

This text has white color on #5C6FA6 background.


Related colors

Complementary color

Complementary color for #hex is #A39059.


I love getcolorcode.com

Triadic colors

1 #A65C6F and #6FA65C with #5C6FA6 are triadic colors.

2 #A66F5C and #6F5CA6 with #5C6FA6 are triadic colors.