#518AAC

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

Shades of Air Force Blue #518AAC

Tints of Air Force Blue #518AAC

Color information

#518AAC (or 0x518AAC) is unknown color: approx Air Force Blue. HEX triplet: 51, 8A and AC. RGB value is (81,138,172). Sum of RGB (Red+Green+Blue) = 81+138+172=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #518AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518AAC is #AE7553. Grayscale: #7C7C7C. Windows color (decimal): -11433300 or 11307601. OLE color: 11307601.

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

Color convert

RGB81138172-
CMYK0.530.2000.33
HSL202.42º35.97%49.61%-
HSV(B)202.42º52.91%67.45%-
XYZ19.9322.942.4-
YUV124.83154.6296.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.72%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=20.72%
G=35.29%
B=43.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811381720.530.2000.33202.4235.9749.61
Hex518AAC3514021ca2432
Octal12121225465240413124462
Binary1010001100010101010110011010110100010000111001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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