#518AAD

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

Shades of Air Force Blue #518AAD

Tints of Air Force Blue #518AAD

Color information

#518AAD (or 0x518AAD) is unknown color: approx Air Force Blue. HEX triplet: 51, 8A and AD. RGB value is (81,138,173). Sum of RGB (Red+Green+Blue) = 81+138+173=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #518AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518AAD is #AE7552. Grayscale: #7C7C7C. Windows color (decimal): -11433299 or 11373137. OLE color: 11373137.

HSL color Cylindrical-coordinate representation of color #518AAD: hue angle of 202.83º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #518AAD is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81138173-
CMYK0.530.2000.32
HSL202.83º36.22%49.8%-
HSV(B)202.83º53.18%67.84%-
XYZ20.0222.9442.91-
YUV124.95155.1296.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.66%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=20.66%
G=35.20%
B=44.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811381730.530.2000.32202.8336.2249.8
Hex518AAD3514020cb2432
Octal12121225565240403134462
Binary1010001100010101010110111010110100010000011001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518AAD; }

 p { color: rgb(81,138,173); }

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

<style>
 a { background-color: #518AAD; }

 a { background-color: rgb(81,138,173); }

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

<style>
 span { border-color: #518AAD; }

 span { border-color: rgb(81,138,173); }

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