COLOR #5C77E7

HEX: #5C77E7 RGB: (92,119,231)

Color info

#5C77E7 contains mainly blue color. Web safe color of #5C77E7 is #6666FF (or #66F).

RGB color model

#5C77E7 color RGB value is (92,119,231).

RGB: (92,119,231) (36%, 47%, 91%)

RGB channels and saturation

R 92 of 255 = 36%
G 119 of 255 = 47%
B 231 of 255 = 91%

92
119
231

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

Portions of RGB colors in percentages

R + G + B = 92 + 119 + 231 = 442 (100%)
R 92 of 442 ~ 20.81%
G 119 of 442 ~ 26.92%
B 231 of 442 ~ 52.26'%

%20.81
%26.92
%52.26

CMYK color model

#5C77E7 color CMYK value is (60,48,0,9).

  • cyan value is 60.17%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (60,48,0,9)
C60M48Y0K9 (60%, 48%, 0%, 9%)
(0.60 / 0.48 / 0.00 / 0.09)

CMYK percentages

%60.17
%48.48
%0
%9.41

Codes

Color #5C77E7 in popluar color models

5C 77 E7
RGB 92 119 231
HSL 228° 74.33% 63.33%
HSB/HSV 228° 60.17% 90.59%
CMYK 60.17% 48.48% 0.00%
9.41%

Color #5C77E7 in popluar number systems.

HEX 5C 77 E7
Decimal 92 119 231
Binary 1011100 1110111 11100111
Octal 134 167 347

Shades and tints

Shades of #5C77E7

#5C77E7
(92,119,231)
#546DD2
(84,109,210)
#4C63BD
(76,99,189)
#4459A8
(68,89,168)
#3C4F93
(60,79,147)
#34457E
(52,69,126)
#2C3B69
(44,59,105)
#243154
(36,49,84)
#1C273F
(28,39,63)
#141D2A
(20,29,42)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #5C77E7

#5C77E7
(92,119,231)
#6A83E9
(106,131,233)
#788FEB
(120,143,235)
#869BED
(134,155,237)
#94A7EF
(148,167,239)
#A2B3F1
(162,179,241)
#B0BFF3
(176,191,243)
#BECBF5
(190,203,245)
#CCD7F7
(204,215,247)
#DAE3F9
(218,227,249)
#E8EFFB
(232,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C77E7 color. Also use rgb(92,119,231) instead hex code.

Text Font Color

.myTextColor { color: #5C77E7; }

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

This text font color is #5C77E7.

Background Color

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

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

This div background color is #5C77E7.

Border color

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

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

This div border color is #5C77E7.

Opacity

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

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

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

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

This text has shadow with #5C77E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C77E7.

Preview

Color preview on black background

This text has color #5C77E7 on black background.


Color preview on white background

This text has color #5C77E7 on white background.


Black color preview on #5C77E7 background

This text has black color on #5C77E7 background.


White color preview on #5C77E7 background

This text has white color on #5C77E7 background.


Related colors

Complementary color

Complementary color for #hex is #A38818.


I love getcolorcode.com

Triadic colors

1 #E75C77 and #77E75C with #5C77E7 are triadic colors.

2 #E7775C and #775CE7 with #5C77E7 are triadic colors.