COLOR #5A888B

HEX: #5A888B RGB: (90,136,139)

Color info

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

RGB color model

#5A888B color RGB value is (90,136,139).

RGB: (90,136,139) (35%, 53%, 55%)

RGB channels and saturation

R 90 of 255 = 35%
G 136 of 255 = 53%
B 139 of 255 = 55%

90
136
139

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

Portions of RGB colors in percentages

R + G + B = 90 + 136 + 139 = 365 (100%)
R 90 of 365 ~ 24.66%
G 136 of 365 ~ 37.26%
B 139 of 365 ~ 38.08'%

%24.66
%37.26
%38.08

CMYK color model

#5A888B color CMYK value is (35,2,0,45).

  • cyan value is 35.25%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (35,2,0,45)
C35M2Y0K45 (35%, 2%, 0%, 45%)
(0.35 / 0.02 / 0.00 / 0.45)

CMYK percentages

%35.25
%2.16
%0
%45.49

Codes

Color #5A888B in popluar color models

5A 88 8B
RGB 90 136 139
HSL 184° 21.40% 44.90%
HSB/HSV 184° 35.25% 54.51%
CMYK 35.25% 2.16% 0.00%
45.49%

Color #5A888B in popluar number systems.

HEX 5A 88 8B
Decimal 90 136 139
Binary 1011010 10001000 10001011
Octal 132 210 213

Shades and tints

Shades of #5A888B

#5A888B
(90,136,139)
#527C7F
(82,124,127)
#4A7073
(74,112,115)
#426467
(66,100,103)
#3A585B
(58,88,91)
#324C4F
(50,76,79)
#2A4043
(42,64,67)
#223437
(34,52,55)
#1A282B
(26,40,43)
#121C1F
(18,28,31)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #5A888B

#5A888B
(90,136,139)
#699295
(105,146,149)
#789C9F
(120,156,159)
#87A6A9
(135,166,169)
#96B0B3
(150,176,179)
#A5BABD
(165,186,189)
#B4C4C7
(180,196,199)
#C3CED1
(195,206,209)
#D2D8DB
(210,216,219)
#E1E2E5
(225,226,229)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A888B color. Also use rgb(90,136,139) instead hex code.

Text Font Color

.myTextColor { color: #5A888B; }

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

This text font color is #5A888B.

Background Color

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

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

This div background color is #5A888B.

Border color

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

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

This div border color is #5A888B.

Opacity

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

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

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

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

This text has shadow with #5A888B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A888B.

Preview

Color preview on black background

This text has color #5A888B on black background.


Color preview on white background

This text has color #5A888B on white background.


Black color preview on #5A888B background

This text has black color on #5A888B background.


White color preview on #5A888B background

This text has white color on #5A888B background.


Related colors

Complementary color

Complementary color for #hex is #A57774.


I love getcolorcode.com

Triadic colors

1 #8B5A88 and #888B5A with #5A888B are triadic colors.

2 #8B885A and #885A8B with #5A888B are triadic colors.