COLOR #5D8583

HEX: #5D8583 RGB: (93,133,131)

Color info

#5D8583 contains red, green and blue colors in about the same proportion. Web safe color of #5D8583 is #669999 (or #699).

RGB color model

#5D8583 color RGB value is (93,133,131).

RGB: (93,133,131) (36%, 52%, 51%)

RGB channels and saturation

R 93 of 255 = 36%
G 133 of 255 = 52%
B 131 of 255 = 51%

93
133
131

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

Portions of RGB colors in percentages

R + G + B = 93 + 133 + 131 = 357 (100%)
R 93 of 357 ~ 26.05%
G 133 of 357 ~ 37.25%
B 131 of 357 ~ 36.69'%

%26.05
%37.25
%36.69

CMYK color model

#5D8583 color CMYK value is (30,0,2,48).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 1.50%
  • key color value is 47.84%

CMYK: (30,0,2,48)
C30M0Y2K48 (30%, 0%, 2%, 48%)
(0.30 / 0.00 / 0.02 / 0.48)

CMYK percentages

%30.08
%0
%1.5
%47.84

Codes

Color #5D8583 in popluar color models

5D 85 83
RGB 93 133 131
HSL 177° 17.70% 44.31%
HSB/HSV 177° 30.08% 52.16%
CMYK 30.08% 0.00% 1.50%
47.84%

Color #5D8583 in popluar number systems.

HEX 5D 85 83
Decimal 93 133 131
Binary 1011101 10000101 10000011
Octal 135 205 203

Shades and tints

Shades of #5D8583

#5D8583
(93,133,131)
#557978
(85,121,120)
#4D6D6D
(77,109,109)
#456162
(69,97,98)
#3D5557
(61,85,87)
#35494C
(53,73,76)
#2D3D41
(45,61,65)
#253136
(37,49,54)
#1D252B
(29,37,43)
#151920
(21,25,32)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #5D8583

#5D8583
(93,133,131)
#6B908E
(107,144,142)
#799B99
(121,155,153)
#87A6A4
(135,166,164)
#95B1AF
(149,177,175)
#A3BCBA
(163,188,186)
#B1C7C5
(177,199,197)
#BFD2D0
(191,210,208)
#CDDDDB
(205,221,219)
#DBE8E6
(219,232,230)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8583 color. Also use rgb(93,133,131) instead hex code.

Text Font Color

.myTextColor { color: #5D8583; }

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

This text font color is #5D8583.

Background Color

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

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

This div background color is #5D8583.

Border color

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

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

This div border color is #5D8583.

Opacity

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

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

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

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

This text has shadow with #5D8583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D8583.

Preview

Color preview on black background

This text has color #5D8583 on black background.


Color preview on white background

This text has color #5D8583 on white background.


Black color preview on #5D8583 background

This text has black color on #5D8583 background.


White color preview on #5D8583 background

This text has white color on #5D8583 background.


Related colors

Complementary color

Complementary color for #hex is #A27A7C.


I love getcolorcode.com

Triadic colors

1 #835D85 and #85835D with #5D8583 are triadic colors.

2 #83855D and #855D83 with #5D8583 are triadic colors.