COLOR #5C78C7

HEX: #5C78C7 RGB: (92,120,199)

Color info

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

RGB color model

#5C78C7 color RGB value is (92,120,199).

RGB: (92,120,199) (36%, 47%, 78%)

RGB channels and saturation

R 92 of 255 = 36%
G 120 of 255 = 47%
B 199 of 255 = 78%

92
120
199

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

Portions of RGB colors in percentages

R + G + B = 92 + 120 + 199 = 411 (100%)
R 92 of 411 ~ 22.38%
G 120 of 411 ~ 29.2%
B 199 of 411 ~ 48.42'%

%22.38
%29.2
%48.42

CMYK color model

#5C78C7 color CMYK value is (54,40,0,22).

  • cyan value is 53.77%
  • magenta value is 39.70%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (54,40,0,22)
C54M40Y0K22 (54%, 40%, 0%, 22%)
(0.54 / 0.40 / 0.00 / 0.22)

CMYK percentages

%53.77
%39.7
%0
%21.96

Codes

Color #5C78C7 in popluar color models

5C 78 C7
RGB 92 120 199
HSL 224° 48.86% 57.06%
HSB/HSV 224° 53.77% 78.04%
CMYK 53.77% 39.70% 0.00%
21.96%

Color #5C78C7 in popluar number systems.

HEX 5C 78 C7
Decimal 92 120 199
Binary 1011100 1111000 11000111
Octal 134 170 307

Shades and tints

Shades of #5C78C7

#5C78C7
(92,120,199)
#546EB5
(84,110,181)
#4C64A3
(76,100,163)
#445A91
(68,90,145)
#3C507F
(60,80,127)
#34466D
(52,70,109)
#2C3C5B
(44,60,91)
#243249
(36,50,73)
#1C2837
(28,40,55)
#141E25
(20,30,37)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #5C78C7

#5C78C7
(92,120,199)
#6A84CC
(106,132,204)
#7890D1
(120,144,209)
#869CD6
(134,156,214)
#94A8DB
(148,168,219)
#A2B4E0
(162,180,224)
#B0C0E5
(176,192,229)
#BECCEA
(190,204,234)
#CCD8EF
(204,216,239)
#DAE4F4
(218,228,244)
#E8F0F9
(232,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C78C7 color. Also use rgb(92,120,199) instead hex code.

Text Font Color

.myTextColor { color: #5C78C7; }

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

This text font color is #5C78C7.

Background Color

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

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

This div background color is #5C78C7.

Border color

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

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

This div border color is #5C78C7.

Opacity

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

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

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

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

This text has shadow with #5C78C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C78C7.

Preview

Color preview on black background

This text has color #5C78C7 on black background.


Color preview on white background

This text has color #5C78C7 on white background.


Black color preview on #5C78C7 background

This text has black color on #5C78C7 background.


White color preview on #5C78C7 background

This text has white color on #5C78C7 background.


Related colors

Complementary color

Complementary color for #hex is #A38738.


I love getcolorcode.com

Triadic colors

1 #C75C78 and #78C75C with #5C78C7 are triadic colors.

2 #C7785C and #785CC7 with #5C78C7 are triadic colors.