#5580AC

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

Shades of Air Force Blue #5580AC

Tints of Air Force Blue #5580AC

Color information

#5580AC (or 0x5580AC) is unknown color: approx Air Force Blue. HEX triplet: 55, 80 and AC. RGB value is (85,128,172). Sum of RGB (Red+Green+Blue) = 85+128+172=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #5580AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5580AC is #AA7F53. Grayscale: #777777. Windows color (decimal): -11173716 or 11305045. OLE color: 11305045.

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

Color convert

RGB85128172-
CMYK0.510.2600.33
HSL210.34º34.39%50.39%-
HSV(B)210.34º50.58%67.45%-
XYZ18.9120.3541.96-
YUV120.16157.25102.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=22.08%
G=33.25%
B=44.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851281720.510.2600.33210.3434.3950.39
Hex5580AC331A021d22232
Octal12520025463320413224262
Binary1010101100000001010110011001111010010000111010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5580AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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