COLOR #5594AB

HEX: #5594AB RGB: (85,148,171)

Color info

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

RGB color model

#5594AB color RGB value is (85,148,171).

RGB: (85,148,171) (33%, 58%, 67%)

RGB channels and saturation

R 85 of 255 = 33%
G 148 of 255 = 58%
B 171 of 255 = 67%

85
148
171

R + G + B ~ 53%. #5594AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 148 + 171 = 404 (100%)
R 85 of 404 ~ 21.04%
G 148 of 404 ~ 36.63%
B 171 of 404 ~ 42.33'%

%21.04
%36.63
%42.33

CMYK color model

#5594AB color CMYK value is (50,13,0,33).

  • cyan value is 50.29%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (50,13,0,33)
C50M13Y0K33 (50%, 13%, 0%, 33%)
(0.50 / 0.13 / 0.00 / 0.33)

CMYK percentages

%50.29
%13.45
%0
%32.94

Codes

Color #5594AB in popluar color models

55 94 AB
RGB 85 148 171
HSL 196° 33.86% 50.20%
HSB/HSV 196° 50.29% 67.06%
CMYK 50.29% 13.45% 0.00%
32.94%

Color #5594AB in popluar number systems.

HEX 55 94 AB
Decimal 85 148 171
Binary 1010101 10010100 10101011
Octal 125 224 253

Shades and tints

Shades of #5594AB

#5594AB
(85,148,171)
#4E879C
(78,135,156)
#477A8D
(71,122,141)
#406D7E
(64,109,126)
#39606F
(57,96,111)
#325360
(50,83,96)
#2B4651
(43,70,81)
#243942
(36,57,66)
#1D2C33
(29,44,51)
#161F24
(22,31,36)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #5594AB

#5594AB
(85,148,171)
#649DB2
(100,157,178)
#73A6B9
(115,166,185)
#82AFC0
(130,175,192)
#91B8C7
(145,184,199)
#A0C1CE
(160,193,206)
#AFCAD5
(175,202,213)
#BED3DC
(190,211,220)
#CDDCE3
(205,220,227)
#DCE5EA
(220,229,234)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5594AB color. Also use rgb(85,148,171) instead hex code.

Text Font Color

.myTextColor { color: #5594AB; }

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

This text font color is #5594AB.

Background Color

.myBgColor { background-color: #5594AB; }

<div style="background-color:#5594AB">Inner text</div>

This div background color is #5594AB.

Border color

.myBorderColor { border: 1px solid #5594AB; }

<div style="border:3px solid #5594AB">Div</div>

This div border color is #5594AB.

Opacity

.myOpacity80 { color: #5594AB; opacity: 0.8; }

<p style="color:#5594AB;opacity:0.8;">80%</p>

Text with #5594AB 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 #5594AB;}

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

This text has shadow with #5594AB color.


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

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

This text has shadow with #5594AB primary color and red secondary color.


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

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

This text has shadow with #5594AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5594AB.

Preview

Color preview on black background

This text has color #5594AB on black background.


Color preview on white background

This text has color #5594AB on white background.


Black color preview on #5594AB background

This text has black color on #5594AB background.


White color preview on #5594AB background

This text has white color on #5594AB background.


Related colors

Complementary color

Complementary color for #hex is #AA6B54.


I love getcolorcode.com

Triadic colors

1 #AB5594 and #94AB55 with #5594AB are triadic colors.

2 #AB9455 and #9455AB with #5594AB are triadic colors.