#518DAD

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

Shades of Air Force Blue #518DAD

Tints of Air Force Blue #518DAD

Color information

#518DAD (or 0x518DAD) is unknown color: approx Air Force Blue. HEX triplet: 51, 8D and AD. RGB value is (81,141,173). Sum of RGB (Red+Green+Blue) = 81+141+173=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #518DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518DAD is #AE7252. Grayscale: #7E7E7E. Windows color (decimal): -11432531 or 11373905. OLE color: 11373905.

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

Color convert

RGB81141173-
CMYK0.530.1800.32
HSL200.87º36.22%49.8%-
HSV(B)200.87º53.18%67.84%-
XYZ20.4623.8243.05-
YUV126.71154.1295.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.51%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=20.51%
G=35.70%
B=43.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811411730.530.1800.32200.8736.2249.8
Hex518DAD3512020c92432
Octal12121525565220403114462
Binary1010001100011011010110111010110010010000011001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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