Shades of Air Force Blue #5289AC
Tints of Air Force Blue #5289AC
RGB
CMYK
RGB Variations
Color information
#5289AC (or 0x5289AC) is known color: Air Force Blue. HEX triplet: 52, 89 and AC. RGB value is (82,137,172). Sum of RGB (Red+Green+Blue) = 82+137+172=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #5289AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5289AC is #AD7653. Grayscale: #7C7C7C. Windows color (decimal): -11368020 or 11307346. OLE color: 11307346.
HSL color Cylindrical-coordinate representation of color #5289AC: hue angle of 203.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5289AC is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 137 | 172 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.33 |
| HSL | 203.33º | 0.35% | 0.5% | - |
| HSV(B) | 203.33º | 0.52% | 0.67% | - |
| XYZ | 19.87 | 22.66 | 42.36 | - |
| YUV | 124.55 | 154.78 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 172 | 0.52 | 0.20 | 0 | 0.33 | 203.33 | 0.35 | 0.5 |
| Hex | 52 | 89 | AC | 34 | 14 | 0 | 21 | CB | 23 | 32 |
| Octal | 122 | 211 | 254 | 64 | 24 | 0 | 41 | 313 | 43 | 62 |
| Binary | 1010010 | 10001001 | 10101100 | 110100 | 10100 | 0 | 100001 | 11001011 | 100011 | 110010 |
Color Harmonies of #5289AC
Complementary color
Monochromatic Colors of #5289AC
Black with #5289AC
Text Example
Text Example
White with #5289AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5289AC; }
p { color: rgb(82,137,172); }
H1.HeaderClassName
{
color: #5289AC;
}
.AnyTagClassName
{
color: #5289AC;
}
</style>
background-color css
<style>
a { background-color: #5289AC; }
a { background-color: rgb(82,137,172); }
div.DivClassName
{
background-color: #5289AC;
}
.BgClassName
{
background-color: #5289AC;
}
</style>
border-color css
<style>
span { border-color: #5289AC; }
span { border-color: rgb(82,137,172); }
td.TdClassName
{
border-color: #5289AC;
}
.TagClassName
{
border-color: #5289AC;
}
</style>