#518AAE

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

Shades of Air Force Blue #518AAE

Tints of Air Force Blue #518AAE

Color information

#518AAE (or 0x518AAE) is unknown color: approx Air Force Blue. HEX triplet: 51, 8A and AE. RGB value is (81,138,174). Sum of RGB (Red+Green+Blue) = 81+138+174=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #518AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518AAE is #AE7551. Grayscale: #7C7C7C. Windows color (decimal): -11433298 or 11438673. OLE color: 11438673.

HSL color Cylindrical-coordinate representation of color #518AAE: hue angle of 203.23º 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 #518AAE is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81138174-
CMYK0.530.2100.32
HSL203.23º36.47%50%-
HSV(B)203.23º53.45%68.24%-
XYZ20.1222.9843.42-
YUV125.06155.6296.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=20.61%
G=35.11%
B=44.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811381740.530.2100.32203.2336.4750
Hex518AAE3515020cb2432
Octal12121225665250403134462
Binary1010001100010101010111011010110101010000011001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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