COLOR #5C61C3

HEX: #5C61C3
RGB: (92,97,195)

Color info

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

RGB color model

#5C61C3 color RGB value is (92,97,195).

  • red value is 92;
  • green value is 97;
  • blue value is 195.
RGB:
(92,97,195)
(36%,38%,76%)

RGB channels and saturation

R 92 of 255 = 36%
G 97 of 255 = 38%
B 195 of 255 = 76%

92
97
195

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

Portions of RGB colors in percentages

R + G + B =
92 + 97 + 195 = 384 (100%)
R 92 of 384 ~ 23.96%
G 97 of 384 ~ 25.26%
B 195 of 384 ~ 50.78%

%23.96
%25.26
%50.78

CMYK color model

#5C61C3 color CMYK value is (53,50,0,24).

  • cyan value is 52.82%
  • magenta value is 50.26%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(53,50,0,24)
C53M50Y0K24 
(53%,50%,0%,24%)
(0.53/0.50/0.00/0.24)	

CMYK percentages

%52.82
%50.26
%0
%23.53

Codes

Color #5C61C3 in popluar color models

5C61C3
RGB9297195
HSL237°46.19%56.27%
HSB/HSV237°52.82%76.47%
CMYK52.82%50.26%0.00%
23.53%

Color #5C61C3 in popluar number systems.

HEX5C61C3
Decimal9297195
Binary1011100110000111000011
Octal134141303

Shades and tints

Shades of #5C61C3

#5C61C3
(92,97,195)
#5459B2
(84,89,178)
#4C51A1
(76,81,161)
#444990
(68,73,144)
#3C417F
(60,65,127)
#34396E
(52,57,110)
#2C315D
(44,49,93)
#24294C
(36,41,76)
#1C213B
(28,33,59)
#14192A
(20,25,42)
#0C1119
(12,17,25)
#000000
(0,0,0)

Tints of #5C61C3

#5C61C3
(92,97,195)
#6A6FC8
(106,111,200)
#787DCD
(120,125,205)
#868BD2
(134,139,210)
#9499D7
(148,153,215)
#A2A7DC
(162,167,220)
#B0B5E1
(176,181,225)
#BEC3E6
(190,195,230)
#CCD1EB
(204,209,235)
#DADFF0
(218,223,240)
#E8EDF5
(232,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C61C3 color. Also use rgb(92,97,195) instead hex code.

Text Font Color

.myTextColor { color: #5C61C3; }

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

This text font color is #5C61C3.


Background Color

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

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

This div background color is #5C61C3.


Border color

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

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

This div border color is #5C61C3.


Opacity

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

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

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

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

This text has shadow with #5C61C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C61C3 on black background.


Color preview on white background

This text has color #5C61C3 on white background.



Black color preview on #5C61C3 background

This text has black color on #5C61C3 background.


White color preview on #5C61C3 background

This text has white color on #5C61C3 background.