COLOR #5C61BE

HEX: #5C61BE
RGB: (92,97,190)

Color info

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

RGB color model

#5C61BE color RGB value is (92,97,190).

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

RGB channels and saturation

R 92 of 255 = 36%
G 97 of 255 = 38%
B 190 of 255 = 75%

92
97
190

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

Portions of RGB colors in percentages

R + G + B =
92 + 97 + 190 = 379 (100%)
R 92 of 379 ~ 24.27%
G 97 of 379 ~ 25.59%
B 190 of 379 ~ 50.13%

%24.27
%25.59
%50.13

CMYK color model

#5C61BE color CMYK value is (52,49,0,25).

  • cyan value is 51.58%
  • magenta value is 48.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(52,49,0,25)
C52M49Y0K25 
(52%,49%,0%,25%)
(0.52/0.49/0.00/0.25)	

CMYK percentages

%51.58
%48.95
%0
%25.49

Codes

Color #5C61BE in popluar color models

5C61BE
RGB9297190
HSL237°42.98%55.29%
HSB/HSV237°51.58%74.51%
CMYK51.58%48.95%0.00%
25.49%

Color #5C61BE in popluar number systems.

HEX5C61BE
Decimal9297190
Binary1011100110000110111110
Octal134141276

Shades and tints

Shades of #5C61BE

#5C61BE
(92,97,190)
#5459AD
(84,89,173)
#4C519C
(76,81,156)
#44498B
(68,73,139)
#3C417A
(60,65,122)
#343969
(52,57,105)
#2C3158
(44,49,88)
#242947
(36,41,71)
#1C2136
(28,33,54)
#141925
(20,25,37)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #5C61BE

#5C61BE
(92,97,190)
#6A6FC3
(106,111,195)
#787DC8
(120,125,200)
#868BCD
(134,139,205)
#9499D2
(148,153,210)
#A2A7D7
(162,167,215)
#B0B5DC
(176,181,220)
#BEC3E1
(190,195,225)
#CCD1E6
(204,209,230)
#DADFEB
(218,223,235)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C61BE; }

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

This text font color is #5C61BE.


Background Color

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

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

This div background color is #5C61BE.


Border color

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

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

This div border color is #5C61BE.


Opacity

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

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

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

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

This text has shadow with #5C61BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C61BE on black background.


Color preview on white background

This text has color #5C61BE on white background.



Black color preview on #5C61BE background

This text has black color on #5C61BE background.


White color preview on #5C61BE background

This text has white color on #5C61BE background.