Shades of Air Force Blue #5589AB
Tints of Air Force Blue #5589AB
RGB
CMYK
RGB Variations
Color information
#5589AB (or 0x5589AB) is known color: Air Force Blue. HEX triplet: 55, 89 and AB. RGB value is (85,137,171). Sum of RGB (Red+Green+Blue) = 85+137+171=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 137 (53.91% from 255 or 34.86% 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 #5589AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5589AB is #AA7654. Grayscale: #7D7D7D. Windows color (decimal): -11171413 or 11241813. OLE color: 11241813.
HSL color Cylindrical-coordinate representation of color #5589AB: hue angle of 203.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5589AB is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 137 | 171 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.33 |
| HSL | 203.72º | 0.34% | 0.5% | - |
| HSV(B) | 203.72º | 0.5% | 0.67% | - |
| XYZ | 20.04 | 22.76 | 41.87 | - |
| YUV | 125.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 171 | 0.50 | 0.20 | 0 | 0.33 | 203.72 | 0.34 | 0.5 |
| Hex | 55 | 89 | AB | 32 | 14 | 0 | 21 | CC | 22 | 32 |
| Octal | 125 | 211 | 253 | 62 | 24 | 0 | 41 | 314 | 42 | 62 |
| Binary | 1010101 | 10001001 | 10101011 | 110010 | 10100 | 0 | 100001 | 11001100 | 100010 | 110010 |
Color Harmonies of #5589AB
Complementary color
Monochromatic Colors of #5589AB
Black with #5589AB
Text Example
Text Example
White with #5589AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5589AB; }
p { color: rgb(85,137,171); }
H1.HeaderClassName
{
color: #5589AB;
}
.AnyTagClassName
{
color: #5589AB;
}
</style>
background-color css
<style>
a { background-color: #5589AB; }
a { background-color: rgb(85,137,171); }
div.DivClassName
{
background-color: #5589AB;
}
.BgClassName
{
background-color: #5589AB;
}
</style>
border-color css
<style>
span { border-color: #5589AB; }
span { border-color: rgb(85,137,171); }
td.TdClassName
{
border-color: #5589AB;
}
.TagClassName
{
border-color: #5589AB;
}
</style>