COLOR #5A88AE

HEX: #5A88AE RGB: (90,136,174)

Color info

#5A88AE contains mainly green and blue colors. Web safe color of #5A88AE is #669999 (or #699).

RGB color model

#5A88AE color RGB value is (90,136,174).

RGB: (90,136,174) (35%, 53%, 68%)

RGB channels and saturation

R 90 of 255 = 35%
G 136 of 255 = 53%
B 174 of 255 = 68%

90
136
174

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

Portions of RGB colors in percentages

R + G + B = 90 + 136 + 174 = 400 (100%)
R 90 of 400 ~ 22.5%
G 136 of 400 ~ 34%
B 174 of 400 ~ 43.5'%

%22.5
%34
%43.5

CMYK color model

#5A88AE color CMYK value is (48,22,0,32).

  • cyan value is 48.28%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (48,22,0,32)
C48M22Y0K32 (48%, 22%, 0%, 32%)
(0.48 / 0.22 / 0.00 / 0.32)

CMYK percentages

%48.28
%21.84
%0
%31.76

Codes

Color #5A88AE in popluar color models

5A 88 AE
RGB 90 136 174
HSL 207° 34.15% 51.76%
HSB/HSV 207° 48.28% 68.24%
CMYK 48.28% 21.84% 0.00%
31.76%

Color #5A88AE in popluar number systems.

HEX 5A 88 AE
Decimal 90 136 174
Binary 1011010 10001000 10101110
Octal 132 210 256

Shades and tints

Shades of #5A88AE

#5A88AE
(90,136,174)
#527C9F
(82,124,159)
#4A7090
(74,112,144)
#426481
(66,100,129)
#3A5872
(58,88,114)
#324C63
(50,76,99)
#2A4054
(42,64,84)
#223445
(34,52,69)
#1A2836
(26,40,54)
#121C27
(18,28,39)
#0A1018
(10,16,24)
#000000
(0,0,0)

Tints of #5A88AE

#5A88AE
(90,136,174)
#6992B5
(105,146,181)
#789CBC
(120,156,188)
#87A6C3
(135,166,195)
#96B0CA
(150,176,202)
#A5BAD1
(165,186,209)
#B4C4D8
(180,196,216)
#C3CEDF
(195,206,223)
#D2D8E6
(210,216,230)
#E1E2ED
(225,226,237)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A88AE; }

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

This text font color is #5A88AE.

Background Color

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

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

This div background color is #5A88AE.

Border color

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

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

This div border color is #5A88AE.

Opacity

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

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

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

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

This text has shadow with #5A88AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A88AE.

Preview

Color preview on black background

This text has color #5A88AE on black background.


Color preview on white background

This text has color #5A88AE on white background.


Black color preview on #5A88AE background

This text has black color on #5A88AE background.


White color preview on #5A88AE background

This text has white color on #5A88AE background.


Related colors

Complementary color

Complementary color for #hex is #A57751.


I love getcolorcode.com

Triadic colors

1 #AE5A88 and #88AE5A with #5A88AE are triadic colors.

2 #AE885A and #885AAE with #5A88AE are triadic colors.