COLOR #5A888E

HEX: #5A888E RGB: (90,136,142)

Color info

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

RGB color model

#5A888E color RGB value is (90,136,142).

RGB: (90,136,142) (35%, 53%, 56%)

RGB channels and saturation

R 90 of 255 = 35%
G 136 of 255 = 53%
B 142 of 255 = 56%

90
136
142

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

Portions of RGB colors in percentages

R + G + B = 90 + 136 + 142 = 368 (100%)
R 90 of 368 ~ 24.46%
G 136 of 368 ~ 36.96%
B 142 of 368 ~ 38.59'%

%24.46
%36.96
%38.59

CMYK color model

#5A888E color CMYK value is (37,4,0,44).

  • cyan value is 36.62%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (37,4,0,44)
C37M4Y0K44 (37%, 4%, 0%, 44%)
(0.37 / 0.04 / 0.00 / 0.44)

CMYK percentages

%36.62
%4.23
%0
%44.31

Codes

Color #5A888E in popluar color models

5A 88 8E
RGB 90 136 142
HSL 187° 22.41% 45.49%
HSB/HSV 187° 36.62% 55.69%
CMYK 36.62% 4.23% 0.00%
44.31%

Color #5A888E in popluar number systems.

HEX 5A 88 8E
Decimal 90 136 142
Binary 1011010 10001000 10001110
Octal 132 210 216

Shades and tints

Shades of #5A888E

#5A888E
(90,136,142)
#527C82
(82,124,130)
#4A7076
(74,112,118)
#42646A
(66,100,106)
#3A585E
(58,88,94)
#324C52
(50,76,82)
#2A4046
(42,64,70)
#22343A
(34,52,58)
#1A282E
(26,40,46)
#121C22
(18,28,34)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #5A888E

#5A888E
(90,136,142)
#699298
(105,146,152)
#789CA2
(120,156,162)
#87A6AC
(135,166,172)
#96B0B6
(150,176,182)
#A5BAC0
(165,186,192)
#B4C4CA
(180,196,202)
#C3CED4
(195,206,212)
#D2D8DE
(210,216,222)
#E1E2E8
(225,226,232)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A888E; }

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

This text font color is #5A888E.

Background Color

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

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

This div background color is #5A888E.

Border color

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

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

This div border color is #5A888E.

Opacity

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

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

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

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

This text has shadow with #5A888E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A888E.

Preview

Color preview on black background

This text has color #5A888E on black background.


Color preview on white background

This text has color #5A888E on white background.


Black color preview on #5A888E background

This text has black color on #5A888E background.


White color preview on #5A888E background

This text has white color on #5A888E background.


Related colors

Complementary color

Complementary color for #hex is #A57771.


I love getcolorcode.com

Triadic colors

1 #8E5A88 and #888E5A with #5A888E are triadic colors.

2 #8E885A and #885A8E with #5A888E are triadic colors.