#5580aa

Color #5580AA Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5580AA

Tints of Air Force Blue #5580AA

Color information

#5580AA (or 0x5580AA) is unknown color: approx Air Force Blue. HEX triplet: 55, 80 and AA. RGB value is (85,128,170). Sum of RGB (Red+Green+Blue) = 85+128+170=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #5580AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5580AA is #AA7F55. Grayscale: #777777. Windows color (decimal): -11173718 or 11173973. OLE color: 11173973.

HSL color Cylindrical-coordinate representation of color #5580AA: hue angle of 209.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5580AA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85128170-
CMYK0.500.2500.33
HSL209.65º33.33%50%-
HSV(B)209.65º50%66.67%-
XYZ18.7220.2740.96-
YUV119.93156.25103.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=22.19%
G=33.42%
B=44.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851281700.500.2500.33209.6533.3350
Hex5580AA3219021d22132
Octal12520025262310413224162
Binary1010101100000001010101011001011001010000111010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5580aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5580aa; }

 p { color: rgb(85,128,170); }

 H1.HeaderClassName
 {
   color: #5580aa;
 }
 .AnyTagClassName
 {
   color: #5580aa;
 }
</style>
background-color css

<style>
 a { background-color: #5580aa; }

 a { background-color: rgb(85,128,170); }

 div.DivClassName
 {
   background-color: #5580aa;
 }
 .BgClassName
 {
   background-color: #5580aa;
 }
</style>
border-color css

<style>
 span { border-color: #5580aa; }

 span { border-color: rgb(85,128,170); }

 td.TdClassName
 {
   border-color: #5580aa;
 }
 .TagClassName
 {
   border-color: #5580aa;
 }
</style>