Shades of Air Force Blue #5189AC
Tints of Air Force Blue #5189AC
RGB
CMYK
RGB Variations
Color information
#5189AC (or 0x5189AC) is known color: Air Force Blue. HEX triplet: 51, 89 and AC. RGB value is (81,137,172). Sum of RGB (Red+Green+Blue) = 81+137+172=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #5189AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5189AC is #AE7653. Grayscale: #7C7C7C. Windows color (decimal): -11433556 or 11307345. OLE color: 11307345.
HSL color Cylindrical-coordinate representation of color #5189AC: hue angle of 203.08º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5189AC is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 137 | 172 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.33 |
| HSL | 203.08º | 0.36% | 0.5% | - |
| HSV(B) | 203.08º | 0.53% | 0.67% | - |
| XYZ | 19.79 | 22.62 | 42.35 | - |
| YUV | 124.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 172 | 0.53 | 0.20 | 0 | 0.33 | 203.08 | 0.36 | 0.5 |
| Hex | 51 | 89 | AC | 35 | 14 | 0 | 21 | CB | 24 | 32 |
| Octal | 121 | 211 | 254 | 65 | 24 | 0 | 41 | 313 | 44 | 62 |
| Binary | 1010001 | 10001001 | 10101100 | 110101 | 10100 | 0 | 100001 | 11001011 | 100100 | 110010 |
Color Harmonies of #5189AC
Complementary color
Monochromatic Colors of #5189AC
Black with #5189AC
Text Example
Text Example
White with #5189AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5189AC; }
p { color: rgb(81,137,172); }
H1.HeaderClassName
{
color: #5189AC;
}
.AnyTagClassName
{
color: #5189AC;
}
</style>
background-color css
<style>
a { background-color: #5189AC; }
a { background-color: rgb(81,137,172); }
div.DivClassName
{
background-color: #5189AC;
}
.BgClassName
{
background-color: #5189AC;
}
</style>
border-color css
<style>
span { border-color: #5189AC; }
span { border-color: rgb(81,137,172); }
td.TdClassName
{
border-color: #5189AC;
}
.TagClassName
{
border-color: #5189AC;
}
</style>