COLOR #5593B1

HEX: #5593B1
RGB: (85,147,177)

Color info

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

RGB color model

#5593B1 color RGB value is (85,147,177).

  • red value is 85;
  • green value is 147;
  • blue value is 177.
RGB:
(85,147,177)
(33%,58%,69%)

RGB channels and saturation

R 85 of 255 = 33%
G 147 of 255 = 58%
B 177 of 255 = 69%

85
147
177

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

Portions of RGB colors in percentages

R + G + B =
85 + 147 + 177 = 409 (100%)
R 85 of 409 ~ 20.78%
G 147 of 409 ~ 35.94%
B 177 of 409 ~ 43.28%

%20.78
%35.94
%43.28

CMYK color model

#5593B1 color CMYK value is (52,17,0,31).

  • cyan value is 51.98%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(52,17,0,31)
C52M17Y0K31 
(52%,17%,0%,31%)
(0.52/0.17/0.00/0.31)	

CMYK percentages

%51.98
%16.95
%0
%30.59

Codes

Color #5593B1 in popluar color models

5593B1
RGB85147177
HSL200°37.10%51.37%
HSB/HSV200°51.98%69.41%
CMYK51.98%16.95%0.00%
30.59%

Color #5593B1 in popluar number systems.

HEX5593B1
Decimal85147177
Binary10101011001001110110001
Octal125223261

Shades and tints

Shades of #5593B1

#5593B1
(85,147,177)
#4E86A1
(78,134,161)
#477991
(71,121,145)
#406C81
(64,108,129)
#395F71
(57,95,113)
#325261
(50,82,97)
#2B4551
(43,69,81)
#243841
(36,56,65)
#1D2B31
(29,43,49)
#161E21
(22,30,33)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #5593B1

#5593B1
(85,147,177)
#649CB8
(100,156,184)
#73A5BF
(115,165,191)
#82AEC6
(130,174,198)
#91B7CD
(145,183,205)
#A0C0D4
(160,192,212)
#AFC9DB
(175,201,219)
#BED2E2
(190,210,226)
#CDDBE9
(205,219,233)
#DCE4F0
(220,228,240)
#EBEDF7
(235,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5593B1 color. Also use rgb(85,147,177) instead hex code.

Text Font Color

.myTextColor { color: #5593B1; }

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

This text font color is #5593B1.


Background Color

.myBgColor { background-color: #5593B1; }

<div style="background-color:#5593B1">Inner text</div>

This div background color is #5593B1.


Border color

.myBorderColor { border: 1px solid #5593B1; }

<div style="border:3px solid #5593B1">Div</div>

This div border color is #5593B1.


Opacity

.myOpacity80 { color: #5593B1; opacity: 0.8; }

<p style="color:#5593B1;opacity:0.8;">80%</p>

Text with #5593B1 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 #5593B1;}

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

This text has shadow with #5593B1 color.

.textShadow {text-shadow: 3px 3px 1px #5593B1, 3px 3px 1px red;}

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

This text has shadow with #5593B1 primary color and red secondary color.


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

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

This text has shadow with #5593B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5593B1 on black background.


Color preview on white background

This text has color #5593B1 on white background.



Black color preview on #5593B1 background

This text has black color on #5593B1 background.


White color preview on #5593B1 background

This text has white color on #5593B1 background.