COLOR #005580

HEX: #005580
RGB: (0,85,128)

Color info

#005580 contains only green and blue colors. Web safe color of #005580 is #006666 (or #066).

RGB color model

#005580 color RGB value is (0,85,128).

  • red value is 0;
  • green value is 85;
  • blue value is 128.
RGB:
(0,85,128)
(0%,33%,50%)

RGB channels and saturation

R 0 of 255 = 0%
G 85 of 255 = 33%
B 128 of 255 = 50%

0
85
128

R + G + B ~ 28%. #005580 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 85 + 128 = 213 (100%)
R 0 of 213 ~ 0%
G 85 of 213 ~ 39.91%
B 128 of 213 ~ 60.09%

%39.91
%60.09

CMYK color model

#005580 color CMYK value is (100,34,0,50).

  • cyan value is 100.00%
  • magenta value is 33.59%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(100,34,0,50)
C100M34Y0K50 
(100%,34%,0%,50%)
(1.00/0.34/0.00/0.50)	

CMYK percentages

%100
%33.59
%0
%49.8

Codes

Color #005580 in popluar color models

005580
RGB085128
HSL200°100.00%25.10%
HSB/HSV200°100.00%50.20%
CMYK100.00%33.59%0.00%
49.80%

Color #005580 in popluar number systems.

HEX005580
Decimal085128
Binary0101010110000000
Octal0125200

Shades and tints

Shades of #005580

#005580
(0,85,128)
#004E75
(0,78,117)
#00476A
(0,71,106)
#00405F
(0,64,95)
#003954
(0,57,84)
#003249
(0,50,73)
#002B3E
(0,43,62)
#002433
(0,36,51)
#001D28
(0,29,40)
#00161D
(0,22,29)
#000F12
(0,15,18)
#000000
(0,0,0)

Tints of #005580

#005580
(0,85,128)
#17648B
(23,100,139)
#2E7396
(46,115,150)
#4582A1
(69,130,161)
#5C91AC
(92,145,172)
#73A0B7
(115,160,183)
#8AAFC2
(138,175,194)
#A1BECD
(161,190,205)
#B8CDD8
(184,205,216)
#CFDCE3
(207,220,227)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005580 color. Also use rgb(0,85,128) instead hex code.

Text Font Color

.myTextColor { color: #005580; }

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

This text font color is #005580.


Background Color

.myBgColor { background-color: #005580; }

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

This div background color is #005580.


Border color

.myBorderColor { border: 1px solid #005580; }

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

This div border color is #005580.


Opacity

.myOpacity80 { color: #005580; opacity: 0.8; }

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

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

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

This text has shadow with #005580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005580 on black background.


Color preview on white background

This text has color #005580 on white background.



Black color preview on #005580 background

This text has black color on #005580 background.


White color preview on #005580 background

This text has white color on #005580 background.