#5089AB

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

Shades of Air Force Blue #5089AB

Tints of Air Force Blue #5089AB

Color information

#5089AB (or 0x5089AB) is unknown color: approx Air Force Blue. HEX triplet: 50, 89 and AB. RGB value is (80,137,171). Sum of RGB (Red+Green+Blue) = 80+137+171=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #5089AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5089AB is #AF7654. Grayscale: #7B7B7B. Windows color (decimal): -11499093 or 11241808. OLE color: 11241808.

HSL color Cylindrical-coordinate representation of color #5089AB: hue angle of 202.42º 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 #5089AB is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80137171-
CMYK0.530.2000.33
HSL202.42º36.25%49.22%-
HSV(B)202.42º53.22%67.06%-
XYZ19.622.5441.84-
YUV123.83154.6296.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=20.62%
G=35.31%
B=44.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801371710.530.2000.33202.4236.2549.22
Hex5089AB3514021ca2431
Octal12021125365240413124461
Binary1010000100010011010101111010110100010000111001010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5089AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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