#5289AD

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

Shades of Air Force Blue #5289AD

Tints of Air Force Blue #5289AD

Color information

#5289AD (or 0x5289AD) is unknown color: approx Air Force Blue. HEX triplet: 52, 89 and AD. RGB value is (82,137,173). Sum of RGB (Red+Green+Blue) = 82+137+173=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #5289AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5289AD is #AD7652. Grayscale: #7C7C7C. Windows color (decimal): -11368019 or 11372882. OLE color: 11372882.

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

Color convert

RGB82137173-
CMYK0.530.2100.32
HSL203.74º35.69%50%-
HSV(B)203.74º52.6%67.84%-
XYZ19.9722.742.86-
YUV124.66155.2897.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=20.92%
G=34.95%
B=44.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821371730.530.2100.32203.7435.6950
Hex5289AD3515020cc2432
Octal12221125565250403144462
Binary1010010100010011010110111010110101010000011001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5289AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5289AD; }

 p { color: rgb(82,137,173); }

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

<style>
 a { background-color: #5289AD; }

 a { background-color: rgb(82,137,173); }

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

<style>
 span { border-color: #5289AD; }

 span { border-color: rgb(82,137,173); }

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