Shades of Air Force Blue #528AAD
Tints of Air Force Blue #528AAD
RGB
CMYK
RGB Variations
Color information
#528AAD (or 0x528AAD) is known color: Air Force Blue. HEX triplet: 52, 8A and AD. RGB value is (82,138,173). Sum of RGB (Red+Green+Blue) = 82+138+173=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #528AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AAD is #AD7552. Grayscale: #7D7D7D. Windows color (decimal): -11367763 or 11373138. OLE color: 11373138.
HSL color Cylindrical-coordinate representation of color #528AAD: hue angle of 203.08º 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 #528AAD is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 138 | 173 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.32 |
| HSL | 203.08º | 0.36% | 0.5% | - |
| HSV(B) | 203.08º | 0.53% | 0.68% | - |
| XYZ | 20.11 | 22.99 | 42.91 | - |
| YUV | 125.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 173 | 0.53 | 0.20 | 0 | 0.32 | 203.08 | 0.36 | 0.5 |
| Hex | 52 | 8A | AD | 35 | 14 | 0 | 20 | CB | 24 | 32 |
| Octal | 122 | 212 | 255 | 65 | 24 | 0 | 40 | 313 | 44 | 62 |
| Binary | 1010010 | 10001010 | 10101101 | 110101 | 10100 | 0 | 100000 | 11001011 | 100100 | 110010 |
Color Harmonies of #528AAD
Complementary color
Monochromatic Colors of #528AAD
Black with #528AAD
Text Example
Text Example
White with #528AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528AAD; }
p { color: rgb(82,138,173); }
H1.HeaderClassName
{
color: #528AAD;
}
.AnyTagClassName
{
color: #528AAD;
}
</style>
background-color css
<style>
a { background-color: #528AAD; }
a { background-color: rgb(82,138,173); }
div.DivClassName
{
background-color: #528AAD;
}
.BgClassName
{
background-color: #528AAD;
}
</style>
border-color css
<style>
span { border-color: #528AAD; }
span { border-color: rgb(82,138,173); }
td.TdClassName
{
border-color: #528AAD;
}
.TagClassName
{
border-color: #528AAD;
}
</style>