#5581AB

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

Shades of Air Force Blue #5581AB

Tints of Air Force Blue #5581AB

Color information

#5581AB (or 0x5581AB) is unknown color: approx Air Force Blue. HEX triplet: 55, 81 and AB. RGB value is (85,129,171). Sum of RGB (Red+Green+Blue) = 85+129+171=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #5581AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5581AB is #AA7E54. Grayscale: #787878. Windows color (decimal): -11173461 or 11239765. OLE color: 11239765.

HSL color Cylindrical-coordinate representation of color #5581AB: hue angle of 209.3º degrees, saturation: 0.34, 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 #5581AB is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85129171-
CMYK0.500.2500.33
HSL209.3º33.86%50.2%-
HSV(B)209.3º50.29%67.06%-
XYZ18.9520.5741.5-
YUV120.63156.42102.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=22.08%
G=33.51%
B=44.42%

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
Decimal851291710.500.2500.33209.333.8650.2
Hex5581AB3219021d12232
Octal12520125362310413214262
Binary1010101100000011010101111001011001010000111010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5581AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5581AB; }

 p { color: rgb(85,129,171); }

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

<style>
 a { background-color: #5581AB; }

 a { background-color: rgb(85,129,171); }

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

<style>
 span { border-color: #5581AB; }

 span { border-color: rgb(85,129,171); }

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