COLOR #5D8BA7

HEX: #5D8BA7
RGB: (93,139,167)

Color info

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

RGB color model

#5D8BA7 color RGB value is (93,139,167).

  • red value is 93;
  • green value is 139;
  • blue value is 167.
RGB:
(93,139,167)
(36%,55%,65%)

RGB channels and saturation

R 93 of 255 = 36%
G 139 of 255 = 55%
B 167 of 255 = 65%

93
139
167

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

Portions of RGB colors in percentages

R + G + B =
93 + 139 + 167 = 399 (100%)
R 93 of 399 ~ 23.31%
G 139 of 399 ~ 34.84%
B 167 of 399 ~ 41.85%

%23.31
%34.84
%41.85

CMYK color model

#5D8BA7 color CMYK value is (44,17,0,35).

  • cyan value is 44.31%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(44,17,0,35)
C44M17Y0K35 
(44%,17%,0%,35%)
(0.44/0.17/0.00/0.35)	

CMYK percentages

%44.31
%16.77
%0
%34.51

Codes

Color #5D8BA7 in popluar color models

5D8BA7
RGB93139167
HSL203°29.60%50.98%
HSB/HSV203°44.31%65.49%
CMYK44.31%16.77%0.00%
34.51%

Color #5D8BA7 in popluar number systems.

HEX5D8BA7
Decimal93139167
Binary10111011000101110100111
Octal135213247

Shades and tints

Shades of #5D8BA7

#5D8BA7
(93,139,167)
#557F98
(85,127,152)
#4D7389
(77,115,137)
#45677A
(69,103,122)
#3D5B6B
(61,91,107)
#354F5C
(53,79,92)
#2D434D
(45,67,77)
#25373E
(37,55,62)
#1D2B2F
(29,43,47)
#151F20
(21,31,32)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #5D8BA7

#5D8BA7
(93,139,167)
#6B95AF
(107,149,175)
#799FB7
(121,159,183)
#87A9BF
(135,169,191)
#95B3C7
(149,179,199)
#A3BDCF
(163,189,207)
#B1C7D7
(177,199,215)
#BFD1DF
(191,209,223)
#CDDBE7
(205,219,231)
#DBE5EF
(219,229,239)
#E9EFF7
(233,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8BA7 color. Also use rgb(93,139,167) instead hex code.

Text Font Color

.myTextColor { color: #5D8BA7; }

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

This text font color is #5D8BA7.


Background Color

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

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

This div background color is #5D8BA7.


Border color

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

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

This div border color is #5D8BA7.


Opacity

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

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

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

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

This text has shadow with #5D8BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8BA7 on black background.


Color preview on white background

This text has color #5D8BA7 on white background.



Black color preview on #5D8BA7 background

This text has black color on #5D8BA7 background.


White color preview on #5D8BA7 background

This text has white color on #5D8BA7 background.