#5589AD

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

Shades of Air Force Blue #5589AD

Tints of Air Force Blue #5589AD

Color information

#5589AD (or 0x5589AD) is unknown color: approx Air Force Blue. HEX triplet: 55, 89 and AD. RGB value is (85,137,173). Sum of RGB (Red+Green+Blue) = 85+137+173=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #5589AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5589AD is #AA7652. Grayscale: #7D7D7D. Windows color (decimal): -11171411 or 11372885. OLE color: 11372885.

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

Color convert

RGB85137173-
CMYK0.510.2100.32
HSL204.55º34.92%50.59%-
HSV(B)204.55º50.87%67.84%-
XYZ20.2322.8442.88-
YUV125.56154.7799.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=21.52%
G=34.68%
B=43.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851371730.510.2100.32204.5534.9250.59
Hex5589AD3315020cd2333
Octal12521125563250403154363
Binary1010101100010011010110111001110101010000011001101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5589AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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