Shades of Air Force Blue #528AAE
Tints of Air Force Blue #528AAE
RGB
CMYK
RGB Variations
Color information
#528AAE (or 0x528AAE) is known color: Air Force Blue. HEX triplet: 52, 8A and AE. RGB value is (82,138,174). Sum of RGB (Red+Green+Blue) = 82+138+174=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #528AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AAE is #AD7551. Grayscale: #7D7D7D. Windows color (decimal): -11367762 or 11438674. OLE color: 11438674.
HSL color Cylindrical-coordinate representation of color #528AAE: 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 #528AAE is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 138 | 174 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.32 |
| HSL | 203.48º | 0.36% | 0.5% | - |
| HSV(B) | 203.48º | 0.53% | 0.68% | - |
| XYZ | 20.21 | 23.03 | 43.42 | - |
| YUV | 125.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 174 | 0.53 | 0.21 | 0 | 0.32 | 203.48 | 0.36 | 0.5 |
| Hex | 52 | 8A | AE | 35 | 15 | 0 | 20 | CB | 24 | 32 |
| Octal | 122 | 212 | 256 | 65 | 25 | 0 | 40 | 313 | 44 | 62 |
| Binary | 1010010 | 10001010 | 10101110 | 110101 | 10101 | 0 | 100000 | 11001011 | 100100 | 110010 |
Color Harmonies of #528AAE
Complementary color
Monochromatic Colors of #528AAE
Black with #528AAE
Text Example
Text Example
White with #528AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528AAE; }
p { color: rgb(82,138,174); }
H1.HeaderClassName
{
color: #528AAE;
}
.AnyTagClassName
{
color: #528AAE;
}
</style>
background-color css
<style>
a { background-color: #528AAE; }
a { background-color: rgb(82,138,174); }
div.DivClassName
{
background-color: #528AAE;
}
.BgClassName
{
background-color: #528AAE;
}
</style>
border-color css
<style>
span { border-color: #528AAE; }
span { border-color: rgb(82,138,174); }
td.TdClassName
{
border-color: #528AAE;
}
.TagClassName
{
border-color: #528AAE;
}
</style>