#5487AB

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

Shades of Air Force Blue #5487AB

Tints of Air Force Blue #5487AB

Color information

#5487AB (or 0x5487AB) is unknown color: approx Air Force Blue. HEX triplet: 54, 87 and AB. RGB value is (84,135,171). Sum of RGB (Red+Green+Blue) = 84+135+171=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #5487AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5487AB is #AB7854. Grayscale: #7B7B7B. Windows color (decimal): -11237461 or 11241300. OLE color: 11241300.

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

Color convert

RGB84135171-
CMYK0.510.2100.33
HSL204.83º34.12%50%-
HSV(B)204.83º50.88%67.06%-
XYZ19.6722.1541.77-
YUV123.85154.699.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=21.54%
G=34.62%
B=43.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841351710.510.2100.33204.8334.1250
Hex5487AB3315021cd2232
Octal12420725363250413154262
Binary1010100100001111010101111001110101010000111001101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5487AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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