#518EAF

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

Shades of Air Force Blue #518EAF

Tints of Air Force Blue #518EAF

Color information

#518EAF (or 0x518EAF) is unknown color: approx Air Force Blue. HEX triplet: 51, 8E and AF. RGB value is (81,142,175). Sum of RGB (Red+Green+Blue) = 81+142+175=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #518EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518EAF is #AE7150. Grayscale: #7F7F7F. Windows color (decimal): -11432273 or 11505233. OLE color: 11505233.

HSL color Cylindrical-coordinate representation of color #518EAF: hue angle of 201.06º 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 #518EAF is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81142175-
CMYK0.540.1900.31
HSL201.06º37.01%50.2%-
HSV(B)201.06º53.71%68.63%-
XYZ20.824.1944.13-
YUV127.52154.7994.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.35%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=20.35%
G=35.68%
B=43.97%

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
Decimal811421750.540.1900.31201.0637.0150.2
Hex518EAF361301Fc92532
Octal12121625766230373114562
Binary101000110001110101011111101101001101111111001001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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