Shades of Air Force Blue #528AAB
Tints of Air Force Blue #528AAB
RGB
CMYK
RGB Variations
Color information
#528AAB (or 0x528AAB) is known color: Air Force Blue. HEX triplet: 52, 8A and AB. RGB value is (82,138,171). Sum of RGB (Red+Green+Blue) = 82+138+171=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #528AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AAB is #AD7554. Grayscale: #7C7C7C. Windows color (decimal): -11367765 or 11242066. OLE color: 11242066.
HSL color Cylindrical-coordinate representation of color #528AAB: hue angle of 202.25º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #528AAB is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 138 | 171 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.33 |
| HSL | 202.25º | 0.35% | 0.5% | - |
| HSV(B) | 202.25º | 0.52% | 0.67% | - |
| XYZ | 19.92 | 22.91 | 41.9 | - |
| YUV | 125.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 171 | 0.52 | 0.19 | 0 | 0.33 | 202.25 | 0.35 | 0.5 |
| Hex | 52 | 8A | AB | 34 | 13 | 0 | 21 | CA | 23 | 32 |
| Octal | 122 | 212 | 253 | 64 | 23 | 0 | 41 | 312 | 43 | 62 |
| Binary | 1010010 | 10001010 | 10101011 | 110100 | 10011 | 0 | 100001 | 11001010 | 100011 | 110010 |
Color Harmonies of #528AAB
Complementary color
Monochromatic Colors of #528AAB
Black with #528AAB
Text Example
Text Example
White with #528AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528AAB; }
p { color: rgb(82,138,171); }
H1.HeaderClassName
{
color: #528AAB;
}
.AnyTagClassName
{
color: #528AAB;
}
</style>
background-color css
<style>
a { background-color: #528AAB; }
a { background-color: rgb(82,138,171); }
div.DivClassName
{
background-color: #528AAB;
}
.BgClassName
{
background-color: #528AAB;
}
</style>
border-color css
<style>
span { border-color: #528AAB; }
span { border-color: rgb(82,138,171); }
td.TdClassName
{
border-color: #528AAB;
}
.TagClassName
{
border-color: #528AAB;
}
</style>