#518CAA

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

Shades of Air Force Blue #518CAA

Tints of Air Force Blue #518CAA

Color information

#518CAA (or 0x518CAA) is unknown color: approx Air Force Blue. HEX triplet: 51, 8C and AA. RGB value is (81,140,170). Sum of RGB (Red+Green+Blue) = 81+140+170=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #518CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518CAA is #AE7355. Grayscale: #7D7D7D. Windows color (decimal): -11432790 or 11177041. OLE color: 11177041.

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

Color convert

RGB81140170-
CMYK0.520.1800.33
HSL200.22º35.46%49.22%-
HSV(B)200.22º52.35%66.67%-
XYZ20.0323.4141.49-
YUV125.78152.9596.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.72%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=20.72%
G=35.81%
B=43.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811401700.520.1800.33200.2235.4649.22
Hex518CAA3412021c82331
Octal12121425264220413104361
Binary1010001100011001010101011010010010010000111001000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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