COLOR #5A8D8F

HEX: #5A8D8F RGB: (90,141,143)

Color info

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

RGB color model

#5A8D8F color RGB value is (90,141,143).

RGB: (90,141,143) (35%, 55%, 56%)

RGB channels and saturation

R 90 of 255 = 35%
G 141 of 255 = 55%
B 143 of 255 = 56%

90
141
143

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

Portions of RGB colors in percentages

R + G + B = 90 + 141 + 143 = 374 (100%)
R 90 of 374 ~ 24.06%
G 141 of 374 ~ 37.7%
B 143 of 374 ~ 38.24'%

%24.06
%37.7
%38.24

CMYK color model

#5A8D8F color CMYK value is (37,1,0,44).

  • cyan value is 37.06%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (37,1,0,44)
C37M1Y0K44 (37%, 1%, 0%, 44%)
(0.37 / 0.01 / 0.00 / 0.44)

CMYK percentages

%37.06
%1.4
%0
%43.92

Codes

Color #5A8D8F in popluar color models

5A 8D 8F
RGB 90 141 143
HSL 182° 22.75% 45.69%
HSB/HSV 182° 37.06% 56.08%
CMYK 37.06% 1.40% 0.00%
43.92%

Color #5A8D8F in popluar number systems.

HEX 5A 8D 8F
Decimal 90 141 143
Binary 1011010 10001101 10001111
Octal 132 215 217

Shades and tints

Shades of #5A8D8F

#5A8D8F
(90,141,143)
#528182
(82,129,130)
#4A7575
(74,117,117)
#426968
(66,105,104)
#3A5D5B
(58,93,91)
#32514E
(50,81,78)
#2A4541
(42,69,65)
#223934
(34,57,52)
#1A2D27
(26,45,39)
#12211A
(18,33,26)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #5A8D8F

#5A8D8F
(90,141,143)
#699799
(105,151,153)
#78A1A3
(120,161,163)
#87ABAD
(135,171,173)
#96B5B7
(150,181,183)
#A5BFC1
(165,191,193)
#B4C9CB
(180,201,203)
#C3D3D5
(195,211,213)
#D2DDDF
(210,221,223)
#E1E7E9
(225,231,233)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8D8F color. Also use rgb(90,141,143) instead hex code.

Text Font Color

.myTextColor { color: #5A8D8F; }

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

This text font color is #5A8D8F.

Background Color

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

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

This div background color is #5A8D8F.

Border color

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

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

This div border color is #5A8D8F.

Opacity

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

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

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

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

This text has shadow with #5A8D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8D8F.

Preview

Color preview on black background

This text has color #5A8D8F on black background.


Color preview on white background

This text has color #5A8D8F on white background.


Black color preview on #5A8D8F background

This text has black color on #5A8D8F background.


White color preview on #5A8D8F background

This text has white color on #5A8D8F background.


Related colors

Complementary color

Complementary color for #hex is #A57270.


I love getcolorcode.com

Triadic colors

1 #8F5A8D and #8D8F5A with #5A8D8F are triadic colors.

2 #8F8D5A and #8D5A8F with #5A8D8F are triadic colors.