COLOR #5D9199

HEX: #5D9199
RGB: (93,145,153)

Color info

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

RGB color model

#5D9199 color RGB value is (93,145,153).

  • red value is 93;
  • green value is 145;
  • blue value is 153.
RGB:
(93,145,153)
(36%,57%,60%)

RGB channels and saturation

R 93 of 255 = 36%
G 145 of 255 = 57%
B 153 of 255 = 60%

93
145
153

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

Portions of RGB colors in percentages

R + G + B =
93 + 145 + 153 = 391 (100%)
R 93 of 391 ~ 23.79%
G 145 of 391 ~ 37.08%
B 153 of 391 ~ 39.13%

%23.79
%37.08
%39.13

CMYK color model

#5D9199 color CMYK value is (39,5,0,40).

  • cyan value is 39.22%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(39,5,0,40)
C39M5Y0K40 
(39%,5%,0%,40%)
(0.39/0.05/0.00/0.40)	

CMYK percentages

%39.22
%5.23
%0
%40

Codes

Color #5D9199 in popluar color models

5D9199
RGB93145153
HSL188°24.39%48.24%
HSB/HSV188°39.22%60.00%
CMYK39.22%5.23%0.00%
40.00%

Color #5D9199 in popluar number systems.

HEX5D9199
Decimal93145153
Binary10111011001000110011001
Octal135221231

Shades and tints

Shades of #5D9199

#5D9199
(93,145,153)
#55848C
(85,132,140)
#4D777F
(77,119,127)
#456A72
(69,106,114)
#3D5D65
(61,93,101)
#355058
(53,80,88)
#2D434B
(45,67,75)
#25363E
(37,54,62)
#1D2931
(29,41,49)
#151C24
(21,28,36)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #5D9199

#5D9199
(93,145,153)
#6B9BA2
(107,155,162)
#79A5AB
(121,165,171)
#87AFB4
(135,175,180)
#95B9BD
(149,185,189)
#A3C3C6
(163,195,198)
#B1CDCF
(177,205,207)
#BFD7D8
(191,215,216)
#CDE1E1
(205,225,225)
#DBEBEA
(219,235,234)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9199 color. Also use rgb(93,145,153) instead hex code.

Text Font Color

.myTextColor { color: #5D9199; }

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

This text font color is #5D9199.


Background Color

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

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

This div background color is #5D9199.


Border color

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

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

This div border color is #5D9199.


Opacity

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

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

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

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

This text has shadow with #5D9199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9199 on black background.


Color preview on white background

This text has color #5D9199 on white background.



Black color preview on #5D9199 background

This text has black color on #5D9199 background.


White color preview on #5D9199 background

This text has white color on #5D9199 background.