COLOR #5D84B9

HEX: #5D84B9
RGB: (93,132,185)

Color info

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

RGB color model

#5D84B9 color RGB value is (93,132,185).

  • red value is 93;
  • green value is 132;
  • blue value is 185.
RGB:
(93,132,185)
(36%,52%,73%)

RGB channels and saturation

R 93 of 255 = 36%
G 132 of 255 = 52%
B 185 of 255 = 73%

93
132
185

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

Portions of RGB colors in percentages

R + G + B =
93 + 132 + 185 = 410 (100%)
R 93 of 410 ~ 22.68%
G 132 of 410 ~ 32.2%
B 185 of 410 ~ 45.12%

%22.68
%32.2
%45.12

CMYK color model

#5D84B9 color CMYK value is (50,29,0,27).

  • cyan value is 49.73%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(50,29,0,27)
C50M29Y0K27 
(50%,29%,0%,27%)
(0.50/0.29/0.00/0.27)	

CMYK percentages

%49.73
%28.65
%0
%27.45

Codes

Color #5D84B9 in popluar color models

5D84B9
RGB93132185
HSL215°39.66%54.51%
HSB/HSV215°49.73%72.55%
CMYK49.73%28.65%0.00%
27.45%

Color #5D84B9 in popluar number systems.

HEX5D84B9
Decimal93132185
Binary10111011000010010111001
Octal135204271

Shades and tints

Shades of #5D84B9

#5D84B9
(93,132,185)
#5578A9
(85,120,169)
#4D6C99
(77,108,153)
#456089
(69,96,137)
#3D5479
(61,84,121)
#354869
(53,72,105)
#2D3C59
(45,60,89)
#253049
(37,48,73)
#1D2439
(29,36,57)
#151829
(21,24,41)
#0D0C19
(13,12,25)
#000000
(0,0,0)

Tints of #5D84B9

#5D84B9
(93,132,185)
#6B8FBF
(107,143,191)
#799AC5
(121,154,197)
#87A5CB
(135,165,203)
#95B0D1
(149,176,209)
#A3BBD7
(163,187,215)
#B1C6DD
(177,198,221)
#BFD1E3
(191,209,227)
#CDDCE9
(205,220,233)
#DBE7EF
(219,231,239)
#E9F2F5
(233,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D84B9 color. Also use rgb(93,132,185) instead hex code.

Text Font Color

.myTextColor { color: #5D84B9; }

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

This text font color is #5D84B9.


Background Color

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

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

This div background color is #5D84B9.


Border color

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

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

This div border color is #5D84B9.


Opacity

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

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

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

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

This text has shadow with #5D84B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D84B9 on black background.


Color preview on white background

This text has color #5D84B9 on white background.



Black color preview on #5D84B9 background

This text has black color on #5D84B9 background.


White color preview on #5D84B9 background

This text has white color on #5D84B9 background.