#5480AB

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

Shades of Air Force Blue #5480AB

Tints of Air Force Blue #5480AB

Color information

#5480AB (or 0x5480AB) is unknown color: approx Air Force Blue. HEX triplet: 54, 80 and AB. RGB value is (84,128,171). Sum of RGB (Red+Green+Blue) = 84+128+171=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #5480AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5480AB is #AB7F54. Grayscale: #777777. Windows color (decimal): -11239253 or 11239508. OLE color: 11239508.

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

Color convert

RGB84128171-
CMYK0.510.2500.33
HSL209.66º34.12%50%-
HSV(B)209.66º50.88%67.06%-
XYZ18.7320.2641.45-
YUV119.75156.92102.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=21.93%
G=33.42%
B=44.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841281710.510.2500.33209.6634.1250
Hex5480AB3319021d22232
Octal12420025363310413224262
Binary1010100100000001010101111001111001010000111010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5480AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,128,171); }

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

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

 a { background-color: rgb(84,128,171); }

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

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

 span { border-color: rgb(84,128,171); }

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