#518AAB

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

Shades of Air Force Blue #518AAB

Tints of Air Force Blue #518AAB

Color information

#518AAB (or 0x518AAB) is unknown color: approx Air Force Blue. HEX triplet: 51, 8A and AB. RGB value is (81,138,171). Sum of RGB (Red+Green+Blue) = 81+138+171=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 138 (54.30% from 255 or 35.38% 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 #518AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518AAB is #AE7554. Grayscale: #7C7C7C. Windows color (decimal): -11433301 or 11242065. OLE color: 11242065.

HSL color Cylindrical-coordinate representation of color #518AAB: hue angle of 202º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #518AAB is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81138171-
CMYK0.530.1900.33
HSL202º35.71%49.41%-
HSV(B)202º52.63%67.06%-
XYZ19.8322.8741.9-
YUV124.72154.1296.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.77%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=20.77%
G=35.38%
B=43.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811381710.530.1900.3320235.7149.41
Hex518AAB3513021ca2431
Octal12121225365230413124461
Binary1010001100010101010101111010110011010000111001010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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