COLOR #5D828D

HEX: #5D828D RGB: (93,130,141)

Color info

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

RGB color model

#5D828D color RGB value is (93,130,141).

RGB: (93,130,141) (36%, 51%, 55%)

RGB channels and saturation

R 93 of 255 = 36%
G 130 of 255 = 51%
B 141 of 255 = 55%

93
130
141

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

Portions of RGB colors in percentages

R + G + B = 93 + 130 + 141 = 364 (100%)
R 93 of 364 ~ 25.55%
G 130 of 364 ~ 35.71%
B 141 of 364 ~ 38.74'%

%25.55
%35.71
%38.74

CMYK color model

#5D828D color CMYK value is (34,8,0,45).

  • cyan value is 34.04%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (34,8,0,45)
C34M8Y0K45 (34%, 8%, 0%, 45%)
(0.34 / 0.08 / 0.00 / 0.45)

CMYK percentages

%34.04
%7.8
%0
%44.71

Codes

Color #5D828D in popluar color models

5D 82 8D
RGB 93 130 141
HSL 194° 20.51% 45.88%
HSB/HSV 194° 34.04% 55.29%
CMYK 34.04% 7.80% 0.00%
44.71%

Color #5D828D in popluar number systems.

HEX 5D 82 8D
Decimal 93 130 141
Binary 1011101 10000010 10001101
Octal 135 202 215

Shades and tints

Shades of #5D828D

#5D828D
(93,130,141)
#557781
(85,119,129)
#4D6C75
(77,108,117)
#456169
(69,97,105)
#3D565D
(61,86,93)
#354B51
(53,75,81)
#2D4045
(45,64,69)
#253539
(37,53,57)
#1D2A2D
(29,42,45)
#151F21
(21,31,33)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #5D828D

#5D828D
(93,130,141)
#6B8D97
(107,141,151)
#7998A1
(121,152,161)
#87A3AB
(135,163,171)
#95AEB5
(149,174,181)
#A3B9BF
(163,185,191)
#B1C4C9
(177,196,201)
#BFCFD3
(191,207,211)
#CDDADD
(205,218,221)
#DBE5E7
(219,229,231)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D828D; }

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

This text font color is #5D828D.

Background Color

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

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

This div background color is #5D828D.

Border color

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

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

This div border color is #5D828D.

Opacity

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

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

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

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

This text has shadow with #5D828D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D828D.

Preview

Color preview on black background

This text has color #5D828D on black background.


Color preview on white background

This text has color #5D828D on white background.


Black color preview on #5D828D background

This text has black color on #5D828D background.


White color preview on #5D828D background

This text has white color on #5D828D background.


Related colors

Complementary color

Complementary color for #hex is #A27D72.


I love getcolorcode.com

Triadic colors

1 #8D5D82 and #828D5D with #5D828D are triadic colors.

2 #8D825D and #825D8D with #5D828D are triadic colors.