#5486AC

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

Shades of Air Force Blue #5486AC

Tints of Air Force Blue #5486AC

Color information

#5486AC (or 0x5486AC) is unknown color: approx Air Force Blue. HEX triplet: 54, 86 and AC. RGB value is (84,134,172). Sum of RGB (Red+Green+Blue) = 84+134+172=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #5486AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5486AC is #AB7953. Grayscale: #7B7B7B. Windows color (decimal): -11237716 or 11306580. OLE color: 11306580.

HSL color Cylindrical-coordinate representation of color #5486AC: hue angle of 205.91º degrees, saturation: 0.35, 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 #5486AC is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84134172-
CMYK0.510.2200.33
HSL205.91º34.65%50.2%-
HSV(B)205.91º51.16%67.45%-
XYZ19.6321.9142.22-
YUV123.38155.4499.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=21.54%
G=34.36%
B=44.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841341720.510.2200.33205.9134.6550.2
Hex5486AC3316021ce2332
Octal12420625463260413164362
Binary1010100100001101010110011001110110010000111001110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5486AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,134,172); }

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

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

 a { background-color: rgb(84,134,172); }

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

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

 span { border-color: rgb(84,134,172); }

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