COLOR #5D83B7

HEX: #5D83B7
RGB: (93,131,183)

Color info

#5D83B7 contains mainly green and blue colors. Web safe color of #5D83B7 is #6699CC (or #69C).

RGB color model

#5D83B7 color RGB value is (93,131,183).

  • red value is 93;
  • green value is 131;
  • blue value is 183.
RGB:
(93,131,183)
(36%,51%,72%)

RGB channels and saturation

R 93 of 255 = 36%
G 131 of 255 = 51%
B 183 of 255 = 72%

93
131
183

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

Portions of RGB colors in percentages

R + G + B =
93 + 131 + 183 = 407 (100%)
R 93 of 407 ~ 22.85%
G 131 of 407 ~ 32.19%
B 183 of 407 ~ 44.96%

%22.85
%32.19
%44.96

CMYK color model

#5D83B7 color CMYK value is (49,28,0,28).

  • cyan value is 49.18%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(49,28,0,28)
C49M28Y0K28 
(49%,28%,0%,28%)
(0.49/0.28/0.00/0.28)	

CMYK percentages

%49.18
%28.42
%0
%28.24

Codes

Color #5D83B7 in popluar color models

5D83B7
RGB93131183
HSL215°38.46%54.12%
HSB/HSV215°49.18%71.76%
CMYK49.18%28.42%0.00%
28.24%

Color #5D83B7 in popluar number systems.

HEX5D83B7
Decimal93131183
Binary10111011000001110110111
Octal135203267

Shades and tints

Shades of #5D83B7

#5D83B7
(93,131,183)
#5578A7
(85,120,167)
#4D6D97
(77,109,151)
#456287
(69,98,135)
#3D5777
(61,87,119)
#354C67
(53,76,103)
#2D4157
(45,65,87)
#253647
(37,54,71)
#1D2B37
(29,43,55)
#152027
(21,32,39)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #5D83B7

#5D83B7
(93,131,183)
#6B8EBD
(107,142,189)
#7999C3
(121,153,195)
#87A4C9
(135,164,201)
#95AFCF
(149,175,207)
#A3BAD5
(163,186,213)
#B1C5DB
(177,197,219)
#BFD0E1
(191,208,225)
#CDDBE7
(205,219,231)
#DBE6ED
(219,230,237)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D83B7 color. Also use rgb(93,131,183) instead hex code.

Text Font Color

.myTextColor { color: #5D83B7; }

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

This text font color is #5D83B7.


Background Color

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

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

This div background color is #5D83B7.


Border color

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

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

This div border color is #5D83B7.


Opacity

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

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

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

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

This text has shadow with #5D83B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D83B7 on black background.


Color preview on white background

This text has color #5D83B7 on white background.



Black color preview on #5D83B7 background

This text has black color on #5D83B7 background.


White color preview on #5D83B7 background

This text has white color on #5D83B7 background.