COLOR #5D909F

HEX: #5D909F RGB: (93,144,159)

Color info

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

RGB color model

#5D909F color RGB value is (93,144,159).

RGB: (93,144,159) (36%, 56%, 62%)

RGB channels and saturation

R 93 of 255 = 36%
G 144 of 255 = 56%
B 159 of 255 = 62%

93
144
159

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

Portions of RGB colors in percentages

R + G + B = 93 + 144 + 159 = 396 (100%)
R 93 of 396 ~ 23.48%
G 144 of 396 ~ 36.36%
B 159 of 396 ~ 40.15'%

%23.48
%36.36
%40.15

CMYK color model

#5D909F color CMYK value is (42,9,0,38).

  • cyan value is 41.51%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (42,9,0,38)
C42M9Y0K38 (42%, 9%, 0%, 38%)
(0.42 / 0.09 / 0.00 / 0.38)

CMYK percentages

%41.51
%9.43
%0
%37.65

Codes

Color #5D909F in popluar color models

5D 90 9F
RGB 93 144 159
HSL 194° 26.19% 49.41%
HSB/HSV 194° 41.51% 62.35%
CMYK 41.51% 9.43% 0.00%
37.65%

Color #5D909F in popluar number systems.

HEX 5D 90 9F
Decimal 93 144 159
Binary 1011101 10010000 10011111
Octal 135 220 237

Shades and tints

Shades of #5D909F

#5D909F
(93,144,159)
#558391
(85,131,145)
#4D7683
(77,118,131)
#456975
(69,105,117)
#3D5C67
(61,92,103)
#354F59
(53,79,89)
#2D424B
(45,66,75)
#25353D
(37,53,61)
#1D282F
(29,40,47)
#151B21
(21,27,33)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #5D909F

#5D909F
(93,144,159)
#6B9AA7
(107,154,167)
#79A4AF
(121,164,175)
#87AEB7
(135,174,183)
#95B8BF
(149,184,191)
#A3C2C7
(163,194,199)
#B1CCCF
(177,204,207)
#BFD6D7
(191,214,215)
#CDE0DF
(205,224,223)
#DBEAE7
(219,234,231)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D909F color. Also use rgb(93,144,159) instead hex code.

Text Font Color

.myTextColor { color: #5D909F; }

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

This text font color is #5D909F.

Background Color

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

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

This div background color is #5D909F.

Border color

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

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

This div border color is #5D909F.

Opacity

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

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

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

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

This text has shadow with #5D909F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D909F.

Preview

Color preview on black background

This text has color #5D909F on black background.


Color preview on white background

This text has color #5D909F on white background.


Black color preview on #5D909F background

This text has black color on #5D909F background.


White color preview on #5D909F background

This text has white color on #5D909F background.


Related colors

Complementary color

Complementary color for #hex is #A26F60.


I love getcolorcode.com

Triadic colors

1 #9F5D90 and #909F5D with #5D909F are triadic colors.

2 #9F905D and #905D9F with #5D909F are triadic colors.