Shades of Air Force Blue #528AAA
Tints of Air Force Blue #528AAA
RGB
CMYK
RGB Variations
Color information
#528AAA (or 0x528AAA) is known color: Air Force Blue. HEX triplet: 52, 8A and AA. RGB value is (82,138,170). Sum of RGB (Red+Green+Blue) = 82+138+170=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #528AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AAA is #AD7555. Grayscale: #7C7C7C. Windows color (decimal): -11367766 or 11176530. OLE color: 11176530.
HSL color Cylindrical-coordinate representation of color #528AAA: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #528AAA is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 138 | 170 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.33 |
| HSL | 201.82º | 0.35% | 0.49% | - |
| HSV(B) | 201.82º | 0.52% | 0.67% | - |
| XYZ | 19.82 | 22.87 | 41.4 | - |
| YUV | 124.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 170 | 0.52 | 0.19 | 0 | 0.33 | 201.82 | 0.35 | 0.49 |
| Hex | 52 | 8A | AA | 34 | 13 | 0 | 21 | CA | 23 | 31 |
| Octal | 122 | 212 | 252 | 64 | 23 | 0 | 41 | 312 | 43 | 61 |
| Binary | 1010010 | 10001010 | 10101010 | 110100 | 10011 | 0 | 100001 | 11001010 | 100011 | 110001 |
Color Harmonies of #528AAA
Complementary color
Monochromatic Colors of #528AAA
Black with #528AAA
Text Example
Text Example
White with #528AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528AAA; }
p { color: rgb(82,138,170); }
H1.HeaderClassName
{
color: #528AAA;
}
.AnyTagClassName
{
color: #528AAA;
}
</style>
background-color css
<style>
a { background-color: #528AAA; }
a { background-color: rgb(82,138,170); }
div.DivClassName
{
background-color: #528AAA;
}
.BgClassName
{
background-color: #528AAA;
}
</style>
border-color css
<style>
span { border-color: #528AAA; }
span { border-color: rgb(82,138,170); }
td.TdClassName
{
border-color: #528AAA;
}
.TagClassName
{
border-color: #528AAA;
}
</style>