#518DAB

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

Shades of Air Force Blue #518DAB

Tints of Air Force Blue #518DAB

Color information

#518DAB (or 0x518DAB) is unknown color: approx Air Force Blue. HEX triplet: 51, 8D and AB. RGB value is (81,141,171). Sum of RGB (Red+Green+Blue) = 81+141+171=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #518DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518DAB is #AE7254. Grayscale: #7E7E7E. Windows color (decimal): -11432533 or 11242833. OLE color: 11242833.

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

Color convert

RGB81141171-
CMYK0.530.1800.33
HSL200º35.71%49.41%-
HSV(B)200º52.63%67.06%-
XYZ20.2723.7442.04-
YUV126.48153.1295.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=20.61%
G=35.88%
B=43.51%

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
Decimal811411710.530.1800.3320035.7149.41
Hex518DAB3512021c82431
Octal12121525365220413104461
Binary1010001100011011010101111010110010010000111001000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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