COLOR #5C7BCC

HEX: #5C7BCC RGB: (92,123,204)

Color info

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

RGB color model

#5C7BCC color RGB value is (92,123,204).

RGB: (92,123,204) (36%, 48%, 80%)

RGB channels and saturation

R 92 of 255 = 36%
G 123 of 255 = 48%
B 204 of 255 = 80%

92
123
204

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

Portions of RGB colors in percentages

R + G + B = 92 + 123 + 204 = 419 (100%)
R 92 of 419 ~ 21.96%
G 123 of 419 ~ 29.36%
B 204 of 419 ~ 48.69'%

%21.96
%29.36
%48.69

CMYK color model

#5C7BCC color CMYK value is (55,40,0,20).

  • cyan value is 54.90%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (55,40,0,20) C55M40Y0K20 (55%,40%,0%,20%) (0.55/0.40/0.00/0.20) 

CMYK percentages

%54.9
%39.71
%0
%20

Codes

Color #5C7BCC in popluar color models

5C 7B CC
RGB 92 123 204
HSL 223° 52.34% 58.04%
HSB/HSV 223° 54.90% 80.00%
CMYK 54.90% 39.71% 0.00%
20.00%

Color #5C7BCC in popluar number systems.

HEX 5C 7B CC
Decimal 92 123 204
Binary 1011100 1111011 11001100
Octal 134 173 314

Shades and tints

Shades of #5C7BCC

#5C7BCC
(92,123,204)
#5470BA
(84,112,186)
#4C65A8
(76,101,168)
#445A96
(68,90,150)
#3C4F84
(60,79,132)
#344472
(52,68,114)
#2C3960
(44,57,96)
#242E4E
(36,46,78)
#1C233C
(28,35,60)
#14182A
(20,24,42)
#0C0D18
(12,13,24)
#000000
(0,0,0)

Tints of #5C7BCC

#5C7BCC
(92,123,204)
#6A87D0
(106,135,208)
#7893D4
(120,147,212)
#869FD8
(134,159,216)
#94ABDC
(148,171,220)
#A2B7E0
(162,183,224)
#B0C3E4
(176,195,228)
#BECFE8
(190,207,232)
#CCDBEC
(204,219,236)
#DAE7F0
(218,231,240)
#E8F3F4
(232,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7BCC color. Also use rgb(92,123,204) instead hex code.

Text Font Color

.myTextColor { color: #5C7BCC; }

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

This text font color is #5C7BCC.

Background Color

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

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

This div background color is #5C7BCC.

Border color

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

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

This div border color is #5C7BCC.

Opacity

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

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

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

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

This text has shadow with #5C7BCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7BCC.

Preview

Color preview on black background

This text has color #5C7BCC on black background.


Color preview on white background

This text has color #5C7BCC on white background.


Black color preview on #5C7BCC background

This text has black color on #5C7BCC background.


White color preview on #5C7BCC background

This text has white color on #5C7BCC background.


Related colors

Complementary color

Complementary color for #hex is #A38433.


I love getcolorcode.com

Triadic colors

1 #CC5C7B and #7BCC5C with #5C7BCC are triadic colors.

2 #CC7B5C and #7B5CCC with #5C7BCC are triadic colors.