#5089AE

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

Shades of Air Force Blue #5089AE

Tints of Air Force Blue #5089AE

Color information

#5089AE (or 0x5089AE) is unknown color: approx Air Force Blue. HEX triplet: 50, 89 and AE. RGB value is (80,137,174). Sum of RGB (Red+Green+Blue) = 80+137+174=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #5089AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5089AE is #AF7651. Grayscale: #7B7B7B. Windows color (decimal): -11499090 or 11438416. OLE color: 11438416.

HSL color Cylindrical-coordinate representation of color #5089AE: hue angle of 203.62º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5089AE is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80137174-
CMYK0.540.2100.32
HSL203.62º37.01%49.8%-
HSV(B)203.62º54.02%68.24%-
XYZ19.8922.6543.37-
YUV124.18156.1296.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.46%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=20.46%
G=35.04%
B=44.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801371740.540.2100.32203.6237.0149.8
Hex5089AE3615020cc2532
Octal12021125666250403144562
Binary1010000100010011010111011011010101010000011001100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5089AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5089AE; }

 p { color: rgb(80,137,174); }

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

<style>
 a { background-color: #5089AE; }

 a { background-color: rgb(80,137,174); }

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

<style>
 span { border-color: #5089AE; }

 span { border-color: rgb(80,137,174); }

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