COLOR #5C85F3

HEX: #5C85F3
RGB: (92,133,243)

Color info

#5C85F3 contains mainly blue color. Web safe color of #5C85F3 is #6699FF (or #69F).

RGB color model

#5C85F3 color RGB value is (92,133,243).

  • red value is 92;
  • green value is 133;
  • blue value is 243.
RGB:
(92,133,243)
(36%,52%,95%)

RGB channels and saturation

R 92 of 255 = 36%
G 133 of 255 = 52%
B 243 of 255 = 95%

92
133
243

R + G + B ~ 61%. #5C85F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 133 + 243 = 468 (100%)
R 92 of 468 ~ 19.66%
G 133 of 468 ~ 28.42%
B 243 of 468 ~ 51.92%

%19.66
%28.42
%51.92

CMYK color model

#5C85F3 color CMYK value is (62,45,0,5).

  • cyan value is 62.14%
  • magenta value is 45.27%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(62,45,0,5)
C62M45Y0K5 
(62%,45%,0%,5%)
(0.62/0.45/0.00/0.05)	

CMYK percentages

%62.14
%45.27
%0
%4.71

Codes

Color #5C85F3 in popluar color models

5C85F3
RGB92133243
HSL224°86.29%65.69%
HSB/HSV224°62.14%95.29%
CMYK62.14%45.27%0.00%
4.71%

Color #5C85F3 in popluar number systems.

HEX5C85F3
Decimal92133243
Binary10111001000010111110011
Octal134205363

Shades and tints

Shades of #5C85F3

#5C85F3
(92,133,243)
#5479DD
(84,121,221)
#4C6DC7
(76,109,199)
#4461B1
(68,97,177)
#3C559B
(60,85,155)
#344985
(52,73,133)
#2C3D6F
(44,61,111)
#243159
(36,49,89)
#1C2543
(28,37,67)
#14192D
(20,25,45)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #5C85F3

#5C85F3
(92,133,243)
#6A90F4
(106,144,244)
#789BF5
(120,155,245)
#86A6F6
(134,166,246)
#94B1F7
(148,177,247)
#A2BCF8
(162,188,248)
#B0C7F9
(176,199,249)
#BED2FA
(190,210,250)
#CCDDFB
(204,221,251)
#DAE8FC
(218,232,252)
#E8F3FD
(232,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C85F3 color. Also use rgb(92,133,243) instead hex code.

Text Font Color

.myTextColor { color: #5C85F3; }

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

This text font color is #5C85F3.


Background Color

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

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

This div background color is #5C85F3.


Border color

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

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

This div border color is #5C85F3.


Opacity

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

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

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

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

This text has shadow with #5C85F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C85F3 on black background.


Color preview on white background

This text has color #5C85F3 on white background.



Black color preview on #5C85F3 background

This text has black color on #5C85F3 background.


White color preview on #5C85F3 background

This text has white color on #5C85F3 background.