COLOR #5D96B0

HEX: #5D96B0
RGB: (93,150,176)

Color info

#5D96B0 contains mainly green and blue colors. Web safe color of #5D96B0 is #669999 (or #699).

RGB color model

#5D96B0 color RGB value is (93,150,176).

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

RGB channels and saturation

R 93 of 255 = 36%
G 150 of 255 = 59%
B 176 of 255 = 69%

93
150
176

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

Portions of RGB colors in percentages

R + G + B =
93 + 150 + 176 = 419 (100%)
R 93 of 419 ~ 22.2%
G 150 of 419 ~ 35.8%
B 176 of 419 ~ 42%

%22.2
%35.8
%42

CMYK color model

#5D96B0 color CMYK value is (47,15,0,31).

  • cyan value is 47.16%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(47,15,0,31)
C47M15Y0K31 
(47%,15%,0%,31%)
(0.47/0.15/0.00/0.31)	

CMYK percentages

%47.16
%14.77
%0
%30.98

Codes

Color #5D96B0 in popluar color models

5D96B0
RGB93150176
HSL199°34.44%52.75%
HSB/HSV199°47.16%69.02%
CMYK47.16%14.77%0.00%
30.98%

Color #5D96B0 in popluar number systems.

HEX5D96B0
Decimal93150176
Binary10111011001011010110000
Octal135226260

Shades and tints

Shades of #5D96B0

#5D96B0
(93,150,176)
#5589A0
(85,137,160)
#4D7C90
(77,124,144)
#456F80
(69,111,128)
#3D6270
(61,98,112)
#355560
(53,85,96)
#2D4850
(45,72,80)
#253B40
(37,59,64)
#1D2E30
(29,46,48)
#152120
(21,33,32)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #5D96B0

#5D96B0
(93,150,176)
#6B9FB7
(107,159,183)
#79A8BE
(121,168,190)
#87B1C5
(135,177,197)
#95BACC
(149,186,204)
#A3C3D3
(163,195,211)
#B1CCDA
(177,204,218)
#BFD5E1
(191,213,225)
#CDDEE8
(205,222,232)
#DBE7EF
(219,231,239)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D96B0; }

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

This text font color is #5D96B0.


Background Color

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

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

This div background color is #5D96B0.


Border color

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

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

This div border color is #5D96B0.


Opacity

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

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

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

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

This text has shadow with #5D96B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D96B0 on black background.


Color preview on white background

This text has color #5D96B0 on white background.



Black color preview on #5D96B0 background

This text has black color on #5D96B0 background.


White color preview on #5D96B0 background

This text has white color on #5D96B0 background.