COLOR #5D8585

HEX: #5D8585
RGB: (93,133,133)

Color info

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

RGB color model

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

  • red value is 93;
  • green value is 133;
  • blue value is 133.
RGB:
(93,133,133)
(36%,52%,52%)

RGB channels and saturation

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

93
133
133

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

Portions of RGB colors in percentages

R + G + B =
93 + 133 + 133 = 359 (100%)
R 93 of 359 ~ 25.91%
G 133 of 359 ~ 37.05%
B 133 of 359 ~ 37.05%

%25.91
%37.05
%37.05

CMYK color model

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

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(30,0,0,48)
C30M0Y0K48 
(30%,0%,0%,48%)
(0.30/0.00/0.00/0.48)	

CMYK percentages

%30.08
%0
%0
%47.84

Codes

Color #5D8585 in popluar color models

5D8585
RGB93133133
HSL180°17.70%44.31%
HSB/HSV180°30.08%52.16%
CMYK30.08%0.00%0.00%
47.84%

Color #5D8585 in popluar number systems.

HEX5D8585
Decimal93133133
Binary10111011000010110000101
Octal135205205

Shades and tints

Shades of #5D8585

#5D8585
(93,133,133)
#557979
(85,121,121)
#4D6D6D
(77,109,109)
#456161
(69,97,97)
#3D5555
(61,85,85)
#354949
(53,73,73)
#2D3D3D
(45,61,61)
#253131
(37,49,49)
#1D2525
(29,37,37)
#151919
(21,25,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #5D8585

#5D8585
(93,133,133)
#6B9090
(107,144,144)
#799B9B
(121,155,155)
#87A6A6
(135,166,166)
#95B1B1
(149,177,177)
#A3BCBC
(163,188,188)
#B1C7C7
(177,199,199)
#BFD2D2
(191,210,210)
#CDDDDD
(205,221,221)
#DBE8E8
(219,232,232)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8585; }

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

This text font color is #5D8585.


Background Color

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

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

This div background color is #5D8585.


Border color

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

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

This div border color is #5D8585.


Opacity

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

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

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

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

This text has shadow with #5D8585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8585 on black background.


Color preview on white background

This text has color #5D8585 on white background.



Black color preview on #5D8585 background

This text has black color on #5D8585 background.


White color preview on #5D8585 background

This text has white color on #5D8585 background.