COLOR #5C7CBA

HEX: #5C7CBA RGB: (92,124,186)

Color info

#5C7CBA contains mainly blue color. Web safe color of #5C7CBA is #6666CC (or #66C).

RGB color model

#5C7CBA color RGB value is (92,124,186).

RGB: (92,124,186) (36%, 49%, 73%)

RGB channels and saturation

R 92 of 255 = 36%
G 124 of 255 = 49%
B 186 of 255 = 73%

92
124
186

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

Portions of RGB colors in percentages

R + G + B = 92 + 124 + 186 = 402 (100%)
R 92 of 402 ~ 22.89%
G 124 of 402 ~ 30.85%
B 186 of 402 ~ 46.27'%

%22.89
%30.85
%46.27

CMYK color model

#5C7CBA color CMYK value is (51,33,0,27).

  • cyan value is 50.54%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (51,33,0,27)
C51M33Y0K27 (51%, 33%, 0%, 27%)
(0.51 / 0.33 / 0.00 / 0.27)

CMYK percentages

%50.54
%33.33
%0
%27.06

Codes

Color #5C7CBA in popluar color models

5C 7C BA
RGB 92 124 186
HSL 220° 40.52% 54.51%
HSB/HSV 220° 50.54% 72.94%
CMYK 50.54% 33.33% 0.00%
27.06%

Color #5C7CBA in popluar number systems.

HEX 5C 7C BA
Decimal 92 124 186
Binary 1011100 1111100 10111010
Octal 134 174 272

Shades and tints

Shades of #5C7CBA

#5C7CBA
(92,124,186)
#5471AA
(84,113,170)
#4C669A
(76,102,154)
#445B8A
(68,91,138)
#3C507A
(60,80,122)
#34456A
(52,69,106)
#2C3A5A
(44,58,90)
#242F4A
(36,47,74)
#1C243A
(28,36,58)
#14192A
(20,25,42)
#0C0E1A
(12,14,26)
#000000
(0,0,0)

Tints of #5C7CBA

#5C7CBA
(92,124,186)
#6A87C0
(106,135,192)
#7892C6
(120,146,198)
#869DCC
(134,157,204)
#94A8D2
(148,168,210)
#A2B3D8
(162,179,216)
#B0BEDE
(176,190,222)
#BEC9E4
(190,201,228)
#CCD4EA
(204,212,234)
#DADFF0
(218,223,240)
#E8EAF6
(232,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7CBA color. Also use rgb(92,124,186) instead hex code.

Text Font Color

.myTextColor { color: #5C7CBA; }

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

This text font color is #5C7CBA.

Background Color

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

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

This div background color is #5C7CBA.

Border color

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

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

This div border color is #5C7CBA.

Opacity

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

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

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

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

This text has shadow with #5C7CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7CBA.

Preview

Color preview on black background

This text has color #5C7CBA on black background.


Color preview on white background

This text has color #5C7CBA on white background.


Black color preview on #5C7CBA background

This text has black color on #5C7CBA background.


White color preview on #5C7CBA background

This text has white color on #5C7CBA background.


Related colors

Complementary color

Complementary color for #hex is #A38345.


I love getcolorcode.com

Triadic colors

1 #BA5C7C and #7CBA5C with #5C7CBA are triadic colors.

2 #BA7C5C and #7C5CBA with #5C7CBA are triadic colors.