Shades of Air Force Blue #5087AB
Tints of Air Force Blue #5087AB
RGB
CMYK
RGB Variations
Color information
#5087AB (or 0x5087AB) is known color: Air Force Blue. HEX triplet: 50, 87 and AB. RGB value is (80,135,171). Sum of RGB (Red+Green+Blue) = 80+135+171=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #5087AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5087AB is #AF7854. Grayscale: #7A7A7A. Windows color (decimal): -11499605 or 11241296. OLE color: 11241296.
HSL color Cylindrical-coordinate representation of color #5087AB: hue angle of 203.74º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5087AB is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 135 | 171 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.33 |
| HSL | 203.74º | 0.36% | 0.49% | - |
| HSV(B) | 203.74º | 0.53% | 0.67% | - |
| XYZ | 19.32 | 21.97 | 41.75 | - |
| YUV | 122.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 171 | 0.53 | 0.21 | 0 | 0.33 | 203.74 | 0.36 | 0.49 |
| Hex | 50 | 87 | AB | 35 | 15 | 0 | 21 | CC | 24 | 31 |
| Octal | 120 | 207 | 253 | 65 | 25 | 0 | 41 | 314 | 44 | 61 |
| Binary | 1010000 | 10000111 | 10101011 | 110101 | 10101 | 0 | 100001 | 11001100 | 100100 | 110001 |
Color Harmonies of #5087AB
Complementary color
Monochromatic Colors of #5087AB
Black with #5087AB
Text Example
Text Example
White with #5087AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087AB; }
p { color: rgb(80,135,171); }
H1.HeaderClassName
{
color: #5087AB;
}
.AnyTagClassName
{
color: #5087AB;
}
</style>
background-color css
<style>
a { background-color: #5087AB; }
a { background-color: rgb(80,135,171); }
div.DivClassName
{
background-color: #5087AB;
}
.BgClassName
{
background-color: #5087AB;
}
</style>
border-color css
<style>
span { border-color: #5087AB; }
span { border-color: rgb(80,135,171); }
td.TdClassName
{
border-color: #5087AB;
}
.TagClassName
{
border-color: #5087AB;
}
</style>