#518DAC

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

Shades of Air Force Blue #518DAC

Tints of Air Force Blue #518DAC

Color information

#518DAC (or 0x518DAC) is unknown color: approx Air Force Blue. HEX triplet: 51, 8D and AC. RGB value is (81,141,172). Sum of RGB (Red+Green+Blue) = 81+141+172=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #518DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518DAC is #AE7253. Grayscale: #7E7E7E. Windows color (decimal): -11432532 or 11308369. OLE color: 11308369.

HSL color Cylindrical-coordinate representation of color #518DAC: hue angle of 200.44º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #518DAC is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81141172-
CMYK0.530.1800.33
HSL200.44º35.97%49.61%-
HSV(B)200.44º52.91%67.45%-
XYZ20.3623.7842.55-
YUV126.59153.6295.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.56%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=20.56%
G=35.79%
B=43.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811411720.530.1800.33200.4435.9749.61
Hex518DAC3512021c82432
Octal12121525465220413104462
Binary1010001100011011010110011010110010010000111001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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