COLOR #5588A7

HEX: #5588A7
RGB: (85,136,167)

Color info

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

RGB color model

#5588A7 color RGB value is (85,136,167).

  • red value is 85;
  • green value is 136;
  • blue value is 167.
RGB:
(85,136,167)
(33%,53%,65%)

RGB channels and saturation

R 85 of 255 = 33%
G 136 of 255 = 53%
B 167 of 255 = 65%

85
136
167

R + G + B ~ 50%. #5588A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 136 + 167 = 388 (100%)
R 85 of 388 ~ 21.91%
G 136 of 388 ~ 35.05%
B 167 of 388 ~ 43.04%

%21.91
%35.05
%43.04

CMYK color model

#5588A7 color CMYK value is (49,19,0,35).

  • cyan value is 49.10%
  • magenta value is 18.56%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(49,19,0,35)
C49M19Y0K35 
(49%,19%,0%,35%)
(0.49/0.19/0.00/0.35)	

CMYK percentages

%49.1
%18.56
%0
%34.51

Codes

Color #5588A7 in popluar color models

5588A7
RGB85136167
HSL203°32.54%49.41%
HSB/HSV203°49.10%65.49%
CMYK49.10%18.56%0.00%
34.51%

Color #5588A7 in popluar number systems.

HEX5588A7
Decimal85136167
Binary10101011000100010100111
Octal125210247

Shades and tints

Shades of #5588A7

#5588A7
(85,136,167)
#4E7C98
(78,124,152)
#477089
(71,112,137)
#40647A
(64,100,122)
#39586B
(57,88,107)
#324C5C
(50,76,92)
#2B404D
(43,64,77)
#24343E
(36,52,62)
#1D282F
(29,40,47)
#161C20
(22,28,32)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #5588A7

#5588A7
(85,136,167)
#6492AF
(100,146,175)
#739CB7
(115,156,183)
#82A6BF
(130,166,191)
#91B0C7
(145,176,199)
#A0BACF
(160,186,207)
#AFC4D7
(175,196,215)
#BECEDF
(190,206,223)
#CDD8E7
(205,216,231)
#DCE2EF
(220,226,239)
#EBECF7
(235,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5588A7 color. Also use rgb(85,136,167) instead hex code.

Text Font Color

.myTextColor { color: #5588A7; }

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

This text font color is #5588A7.


Background Color

.myBgColor { background-color: #5588A7; }

<div style="background-color:#5588A7">Inner text</div>

This div background color is #5588A7.


Border color

.myBorderColor { border: 1px solid #5588A7; }

<div style="border:3px solid #5588A7">Div</div>

This div border color is #5588A7.


Opacity

.myOpacity80 { color: #5588A7; opacity: 0.8; }

<p style="color:#5588A7;opacity:0.8;">80%</p>

Text with #5588A7 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 #5588A7;}

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

This text has shadow with #5588A7 color.

.textShadow {text-shadow: 3px 3px 1px #5588A7, 3px 3px 1px red;}

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

This text has shadow with #5588A7 primary color and red secondary color.


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

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

This text has shadow with #5588A7 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5588A7;
-webkit-box-shadow: 1px 1px 3px 2px #5588A7;
box-shadow:1px 1px 3px 2px #5588A7;">
Div content here</div>
This div box has shadow with color #5588A7.

Preview

Color preview on black background

This text has color #5588A7 on black background.


Color preview on white background

This text has color #5588A7 on white background.



Black color preview on #5588A7 background

This text has black color on #5588A7 background.


White color preview on #5588A7 background

This text has white color on #5588A7 background.