COLOR #5D95B7

HEX: #5D95B7
RGB: (93,149,183)

Color info

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

RGB color model

#5D95B7 color RGB value is (93,149,183).

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

RGB channels and saturation

R 93 of 255 = 36%
G 149 of 255 = 58%
B 183 of 255 = 72%

93
149
183

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

Portions of RGB colors in percentages

R + G + B =
93 + 149 + 183 = 425 (100%)
R 93 of 425 ~ 21.88%
G 149 of 425 ~ 35.06%
B 183 of 425 ~ 43.06%

%21.88
%35.06
%43.06

CMYK color model

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

  • cyan value is 49.18%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(49,19,0,28)
C49M19Y0K28 
(49%,19%,0%,28%)
(0.49/0.19/0.00/0.28)	

CMYK percentages

%49.18
%18.58
%0
%28.24

Codes

Color #5D95B7 in popluar color models

5D95B7
RGB93149183
HSL203°38.46%54.12%
HSB/HSV203°49.18%71.76%
CMYK49.18%18.58%0.00%
28.24%

Color #5D95B7 in popluar number systems.

HEX5D95B7
Decimal93149183
Binary10111011001010110110111
Octal135225267

Shades and tints

Shades of #5D95B7

#5D95B7
(93,149,183)
#5588A7
(85,136,167)
#4D7B97
(77,123,151)
#456E87
(69,110,135)
#3D6177
(61,97,119)
#355467
(53,84,103)
#2D4757
(45,71,87)
#253A47
(37,58,71)
#1D2D37
(29,45,55)
#152027
(21,32,39)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #5D95B7

#5D95B7
(93,149,183)
#6B9EBD
(107,158,189)
#79A7C3
(121,167,195)
#87B0C9
(135,176,201)
#95B9CF
(149,185,207)
#A3C2D5
(163,194,213)
#B1CBDB
(177,203,219)
#BFD4E1
(191,212,225)
#CDDDE7
(205,221,231)
#DBE6ED
(219,230,237)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D95B7; }

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

This text font color is #5D95B7.


Background Color

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

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

This div background color is #5D95B7.


Border color

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

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

This div border color is #5D95B7.


Opacity

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

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

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

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

This text has shadow with #5D95B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D95B7 on black background.


Color preview on white background

This text has color #5D95B7 on white background.



Black color preview on #5D95B7 background

This text has black color on #5D95B7 background.


White color preview on #5D95B7 background

This text has white color on #5D95B7 background.