#518DAF

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

Shades of Air Force Blue #518DAF

Tints of Air Force Blue #518DAF

Color information

#518DAF (or 0x518DAF) is unknown color: approx Air Force Blue. HEX triplet: 51, 8D and AF. RGB value is (81,141,175). Sum of RGB (Red+Green+Blue) = 81+141+175=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #518DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518DAF is #AE7250. Grayscale: #7E7E7E. Windows color (decimal): -11432529 or 11504977. OLE color: 11504977.

HSL color Cylindrical-coordinate representation of color #518DAF: hue angle of 201.7º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #518DAF is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81141175-
CMYK0.540.1900.31
HSL201.7º37.01%50.2%-
HSV(B)201.7º53.71%68.63%-
XYZ20.6623.8944.08-
YUV126.94155.1295.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=20.40%
G=35.52%
B=44.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811411750.540.1900.31201.737.0150.2
Hex518DAF361301Fca2532
Octal12121525766230373124562
Binary101000110001101101011111101101001101111111001010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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