COLOR #5D96B6

HEX: #5D96B6
RGB: (93,150,182)

Color info

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

RGB color model

#5D96B6 color RGB value is (93,150,182).

  • red value is 93;
  • green value is 150;
  • blue value is 182.
RGB:
(93,150,182)
(36%,59%,71%)

RGB channels and saturation

R 93 of 255 = 36%
G 150 of 255 = 59%
B 182 of 255 = 71%

93
150
182

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

Portions of RGB colors in percentages

R + G + B =
93 + 150 + 182 = 425 (100%)
R 93 of 425 ~ 21.88%
G 150 of 425 ~ 35.29%
B 182 of 425 ~ 42.82%

%21.88
%35.29
%42.82

CMYK color model

#5D96B6 color CMYK value is (49,18,0,29).

  • cyan value is 48.90%
  • magenta value is 17.58%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(49,18,0,29)
C49M18Y0K29 
(49%,18%,0%,29%)
(0.49/0.18/0.00/0.29)	

CMYK percentages

%48.9
%17.58
%0
%28.63

Codes

Color #5D96B6 in popluar color models

5D96B6
RGB93150182
HSL202°37.87%53.92%
HSB/HSV202°48.90%71.37%
CMYK48.90%17.58%0.00%
28.63%

Color #5D96B6 in popluar number systems.

HEX5D96B6
Decimal93150182
Binary10111011001011010110110
Octal135226266

Shades and tints

Shades of #5D96B6

#5D96B6
(93,150,182)
#5589A6
(85,137,166)
#4D7C96
(77,124,150)
#456F86
(69,111,134)
#3D6276
(61,98,118)
#355566
(53,85,102)
#2D4856
(45,72,86)
#253B46
(37,59,70)
#1D2E36
(29,46,54)
#152126
(21,33,38)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #5D96B6

#5D96B6
(93,150,182)
#6B9FBC
(107,159,188)
#79A8C2
(121,168,194)
#87B1C8
(135,177,200)
#95BACE
(149,186,206)
#A3C3D4
(163,195,212)
#B1CCDA
(177,204,218)
#BFD5E0
(191,213,224)
#CDDEE6
(205,222,230)
#DBE7EC
(219,231,236)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D96B6 color. Also use rgb(93,150,182) instead hex code.

Text Font Color

.myTextColor { color: #5D96B6; }

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

This text font color is #5D96B6.


Background Color

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

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

This div background color is #5D96B6.


Border color

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

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

This div border color is #5D96B6.


Opacity

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

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

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

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

This text has shadow with #5D96B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D96B6 on black background.


Color preview on white background

This text has color #5D96B6 on white background.



Black color preview on #5D96B6 background

This text has black color on #5D96B6 background.


White color preview on #5D96B6 background

This text has white color on #5D96B6 background.