COLOR #5583A0

HEX: #5583A0
RGB: (85,131,160)

Color info

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

RGB color model

#5583A0 color RGB value is (85,131,160).

  • red value is 85;
  • green value is 131;
  • blue value is 160.
RGB:
(85,131,160)
(33%,51%,63%)

RGB channels and saturation

R 85 of 255 = 33%
G 131 of 255 = 51%
B 160 of 255 = 63%

85
131
160

R + G + B ~ 49%. #5583A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 131 + 160 = 376 (100%)
R 85 of 376 ~ 22.61%
G 131 of 376 ~ 34.84%
B 160 of 376 ~ 42.55%

%22.61
%34.84
%42.55

CMYK color model

#5583A0 color CMYK value is (47,18,0,37).

  • cyan value is 46.88%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(47,18,0,37)
C47M18Y0K37 
(47%,18%,0%,37%)
(0.47/0.18/0.00/0.37)	

CMYK percentages

%46.88
%18.13
%0
%37.25

Codes

Color #5583A0 in popluar color models

5583A0
RGB85131160
HSL203°30.61%48.04%
HSB/HSV203°46.88%62.75%
CMYK46.88%18.13%0.00%
37.25%

Color #5583A0 in popluar number systems.

HEX5583A0
Decimal85131160
Binary10101011000001110100000
Octal125203240

Shades and tints

Shades of #5583A0

#5583A0
(85,131,160)
#4E7892
(78,120,146)
#476D84
(71,109,132)
#406276
(64,98,118)
#395768
(57,87,104)
#324C5A
(50,76,90)
#2B414C
(43,65,76)
#24363E
(36,54,62)
#1D2B30
(29,43,48)
#162022
(22,32,34)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #5583A0

#5583A0
(85,131,160)
#648EA8
(100,142,168)
#7399B0
(115,153,176)
#82A4B8
(130,164,184)
#91AFC0
(145,175,192)
#A0BAC8
(160,186,200)
#AFC5D0
(175,197,208)
#BED0D8
(190,208,216)
#CDDBE0
(205,219,224)
#DCE6E8
(220,230,232)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5583A0 color. Also use rgb(85,131,160) instead hex code.

Text Font Color

.myTextColor { color: #5583A0; }

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

This text font color is #5583A0.


Background Color

.myBgColor { background-color: #5583A0; }

<div style="background-color:#5583A0">Inner text</div>

This div background color is #5583A0.


Border color

.myBorderColor { border: 1px solid #5583A0; }

<div style="border:3px solid #5583A0">Div</div>

This div border color is #5583A0.


Opacity

.myOpacity80 { color: #5583A0; opacity: 0.8; }

<p style="color:#5583A0;opacity:0.8;">80%</p>

Text with #5583A0 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 #5583A0;}

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

This text has shadow with #5583A0 color.

.textShadow {text-shadow: 3px 3px 1px #5583A0, 3px 3px 1px red;}

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

This text has shadow with #5583A0 primary color and red secondary color.


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

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

This text has shadow with #5583A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5583A0 on black background.


Color preview on white background

This text has color #5583A0 on white background.



Black color preview on #5583A0 background

This text has black color on #5583A0 background.


White color preview on #5583A0 background

This text has white color on #5583A0 background.