COLOR #5C83D8

HEX: #5C83D8
RGB: (92,131,216)

Color info

#5C83D8 contains mainly blue color. Web safe color of #5C83D8 is #6699CC (or #69C).

RGB color model

#5C83D8 color RGB value is (92,131,216).

  • red value is 92;
  • green value is 131;
  • blue value is 216.
RGB:
(92,131,216)
(36%,51%,85%)

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 216 of 255 = 85%

92
131
216

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

Portions of RGB colors in percentages

R + G + B =
92 + 131 + 216 = 439 (100%)
R 92 of 439 ~ 20.96%
G 131 of 439 ~ 29.84%
B 216 of 439 ~ 49.2%

%20.96
%29.84
%49.2

CMYK color model

#5C83D8 color CMYK value is (57,39,0,15).

  • cyan value is 57.41%
  • magenta value is 39.35%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(57,39,0,15)
C57M39Y0K15 
(57%,39%,0%,15%)
(0.57/0.39/0.00/0.15)	

CMYK percentages

%57.41
%39.35
%0
%15.29

Codes

Color #5C83D8 in popluar color models

5C83D8
RGB92131216
HSL221°61.39%60.39%
HSB/HSV221°57.41%84.71%
CMYK57.41%39.35%0.00%
15.29%

Color #5C83D8 in popluar number systems.

HEX5C83D8
Decimal92131216
Binary10111001000001111011000
Octal134203330

Shades and tints

Shades of #5C83D8

#5C83D8
(92,131,216)
#5478C5
(84,120,197)
#4C6DB2
(76,109,178)
#44629F
(68,98,159)
#3C578C
(60,87,140)
#344C79
(52,76,121)
#2C4166
(44,65,102)
#243653
(36,54,83)
#1C2B40
(28,43,64)
#14202D
(20,32,45)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #5C83D8

#5C83D8
(92,131,216)
#6A8EDB
(106,142,219)
#7899DE
(120,153,222)
#86A4E1
(134,164,225)
#94AFE4
(148,175,228)
#A2BAE7
(162,186,231)
#B0C5EA
(176,197,234)
#BED0ED
(190,208,237)
#CCDBF0
(204,219,240)
#DAE6F3
(218,230,243)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C83D8 color. Also use rgb(92,131,216) instead hex code.

Text Font Color

.myTextColor { color: #5C83D8; }

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

This text font color is #5C83D8.


Background Color

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

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

This div background color is #5C83D8.


Border color

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

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

This div border color is #5C83D8.


Opacity

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

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

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

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

This text has shadow with #5C83D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C83D8 on black background.


Color preview on white background

This text has color #5C83D8 on white background.



Black color preview on #5C83D8 background

This text has black color on #5C83D8 background.


White color preview on #5C83D8 background

This text has white color on #5C83D8 background.