COLOR #5D88B9

HEX: #5D88B9
RGB: (93,136,185)

Color info

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

RGB color model

#5D88B9 color RGB value is (93,136,185).

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

RGB channels and saturation

R 93 of 255 = 36%
G 136 of 255 = 53%
B 185 of 255 = 73%

93
136
185

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

Portions of RGB colors in percentages

R + G + B =
93 + 136 + 185 = 414 (100%)
R 93 of 414 ~ 22.46%
G 136 of 414 ~ 32.85%
B 185 of 414 ~ 44.69%

%22.46
%32.85
%44.69

CMYK color model

#5D88B9 color CMYK value is (50,26,0,27).

  • cyan value is 49.73%
  • magenta value is 26.49%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(50,26,0,27)
C50M26Y0K27 
(50%,26%,0%,27%)
(0.50/0.26/0.00/0.27)	

CMYK percentages

%49.73
%26.49
%0
%27.45

Codes

Color #5D88B9 in popluar color models

5D88B9
RGB93136185
HSL212°39.66%54.51%
HSB/HSV212°49.73%72.55%
CMYK49.73%26.49%0.00%
27.45%

Color #5D88B9 in popluar number systems.

HEX5D88B9
Decimal93136185
Binary10111011000100010111001
Octal135210271

Shades and tints

Shades of #5D88B9

#5D88B9
(93,136,185)
#557CA9
(85,124,169)
#4D7099
(77,112,153)
#456489
(69,100,137)
#3D5879
(61,88,121)
#354C69
(53,76,105)
#2D4059
(45,64,89)
#253449
(37,52,73)
#1D2839
(29,40,57)
#151C29
(21,28,41)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #5D88B9

#5D88B9
(93,136,185)
#6B92BF
(107,146,191)
#799CC5
(121,156,197)
#87A6CB
(135,166,203)
#95B0D1
(149,176,209)
#A3BAD7
(163,186,215)
#B1C4DD
(177,196,221)
#BFCEE3
(191,206,227)
#CDD8E9
(205,216,233)
#DBE2EF
(219,226,239)
#E9ECF5
(233,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D88B9; }

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

This text font color is #5D88B9.


Background Color

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

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

This div background color is #5D88B9.


Border color

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

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

This div border color is #5D88B9.


Opacity

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

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

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

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

This text has shadow with #5D88B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D88B9 on black background.


Color preview on white background

This text has color #5D88B9 on white background.



Black color preview on #5D88B9 background

This text has black color on #5D88B9 background.


White color preview on #5D88B9 background

This text has white color on #5D88B9 background.