COLOR #5D8FA1

HEX: #5D8FA1
RGB: (93,143,161)

Color info

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

RGB color model

#5D8FA1 color RGB value is (93,143,161).

  • red value is 93;
  • green value is 143;
  • blue value is 161.
RGB:
(93,143,161)
(36%,56%,63%)

RGB channels and saturation

R 93 of 255 = 36%
G 143 of 255 = 56%
B 161 of 255 = 63%

93
143
161

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

Portions of RGB colors in percentages

R + G + B =
93 + 143 + 161 = 397 (100%)
R 93 of 397 ~ 23.43%
G 143 of 397 ~ 36.02%
B 161 of 397 ~ 40.55%

%23.43
%36.02
%40.55

CMYK color model

#5D8FA1 color CMYK value is (42,11,0,37).

  • cyan value is 42.24%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(42,11,0,37)
C42M11Y0K37 
(42%,11%,0%,37%)
(0.42/0.11/0.00/0.37)	

CMYK percentages

%42.24
%11.18
%0
%36.86

Codes

Color #5D8FA1 in popluar color models

5D8FA1
RGB93143161
HSL196°26.77%49.80%
HSB/HSV196°42.24%63.14%
CMYK42.24%11.18%0.00%
36.86%

Color #5D8FA1 in popluar number systems.

HEX5D8FA1
Decimal93143161
Binary10111011000111110100001
Octal135217241

Shades and tints

Shades of #5D8FA1

#5D8FA1
(93,143,161)
#558293
(85,130,147)
#4D7585
(77,117,133)
#456877
(69,104,119)
#3D5B69
(61,91,105)
#354E5B
(53,78,91)
#2D414D
(45,65,77)
#25343F
(37,52,63)
#1D2731
(29,39,49)
#151A23
(21,26,35)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #5D8FA1

#5D8FA1
(93,143,161)
#6B99A9
(107,153,169)
#79A3B1
(121,163,177)
#87ADB9
(135,173,185)
#95B7C1
(149,183,193)
#A3C1C9
(163,193,201)
#B1CBD1
(177,203,209)
#BFD5D9
(191,213,217)
#CDDFE1
(205,223,225)
#DBE9E9
(219,233,233)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8FA1 color. Also use rgb(93,143,161) instead hex code.

Text Font Color

.myTextColor { color: #5D8FA1; }

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

This text font color is #5D8FA1.


Background Color

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

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

This div background color is #5D8FA1.


Border color

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

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

This div border color is #5D8FA1.


Opacity

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

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

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

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

This text has shadow with #5D8FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8FA1 on black background.


Color preview on white background

This text has color #5D8FA1 on white background.



Black color preview on #5D8FA1 background

This text has black color on #5D8FA1 background.


White color preview on #5D8FA1 background

This text has white color on #5D8FA1 background.