#518AAA

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

Shades of Air Force Blue #518AAA

Tints of Air Force Blue #518AAA

Color information

#518AAA (or 0x518AAA) is unknown color: approx Air Force Blue. HEX triplet: 51, 8A and AA. RGB value is (81,138,170). Sum of RGB (Red+Green+Blue) = 81+138+170=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #518AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518AAA is #AE7555. Grayscale: #7C7C7C. Windows color (decimal): -11433302 or 11176529. OLE color: 11176529.

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

Color convert

RGB81138170-
CMYK0.520.1900.33
HSL201.57º35.46%49.22%-
HSV(B)201.57º52.35%66.67%-
XYZ19.7422.8341.4-
YUV124.6153.6296.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=20.82%
G=35.48%
B=43.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811381700.520.1900.33201.5735.4649.22
Hex518AAA3413021ca2331
Octal12121225264230413124361
Binary1010001100010101010101011010010011010000111001010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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