Shades of Air Force Blue #5189AD
Tints of Air Force Blue #5189AD
RGB
CMYK
RGB Variations
Color information
#5189AD (or 0x5189AD) is known color: Air Force Blue. HEX triplet: 51, 89 and AD. RGB value is (81,137,173). Sum of RGB (Red+Green+Blue) = 81+137+173=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #5189AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5189AD is #AE7652. Grayscale: #7C7C7C. Windows color (decimal): -11433555 or 11372881. OLE color: 11372881.
HSL color Cylindrical-coordinate representation of color #5189AD: hue angle of 203.48º 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 #5189AD is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 137 | 173 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.32 |
| HSL | 203.48º | 0.36% | 0.5% | - |
| HSV(B) | 203.48º | 0.53% | 0.68% | - |
| XYZ | 19.88 | 22.66 | 42.86 | - |
| YUV | 124.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 173 | 0.53 | 0.21 | 0 | 0.32 | 203.48 | 0.36 | 0.5 |
| Hex | 51 | 89 | AD | 35 | 15 | 0 | 20 | CB | 24 | 32 |
| Octal | 121 | 211 | 255 | 65 | 25 | 0 | 40 | 313 | 44 | 62 |
| Binary | 1010001 | 10001001 | 10101101 | 110101 | 10101 | 0 | 100000 | 11001011 | 100100 | 110010 |
Color Harmonies of #5189AD
Complementary color
Monochromatic Colors of #5189AD
Black with #5189AD
Text Example
Text Example
White with #5189AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5189AD; }
p { color: rgb(81,137,173); }
H1.HeaderClassName
{
color: #5189AD;
}
.AnyTagClassName
{
color: #5189AD;
}
</style>
background-color css
<style>
a { background-color: #5189AD; }
a { background-color: rgb(81,137,173); }
div.DivClassName
{
background-color: #5189AD;
}
.BgClassName
{
background-color: #5189AD;
}
</style>
border-color css
<style>
span { border-color: #5189AD; }
span { border-color: rgb(81,137,173); }
td.TdClassName
{
border-color: #5189AD;
}
.TagClassName
{
border-color: #5189AD;
}
</style>