Shades of Air Force Blue #528BAE
Tints of Air Force Blue #528BAE
RGB
CMYK
RGB Variations
Color information
#528BAE (or 0x528BAE) is known color: Air Force Blue. HEX triplet: 52, 8B and AE. RGB value is (82,139,174). Sum of RGB (Red+Green+Blue) = 82+139+174=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #528BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528BAE is #AD7451. Grayscale: #7D7D7D. Windows color (decimal): -11367506 or 11438930. OLE color: 11438930.
HSL color Cylindrical-coordinate representation of color #528BAE: hue angle of 202.83º 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 #528BAE is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 139 | 174 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.32 |
| HSL | 202.83º | 0.36% | 0.5% | - |
| HSV(B) | 202.83º | 0.53% | 0.68% | - |
| XYZ | 20.35 | 23.32 | 43.47 | - |
| YUV | 125.95 | 155.12 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 174 | 0.53 | 0.20 | 0 | 0.32 | 202.83 | 0.36 | 0.5 |
| Hex | 52 | 8B | AE | 35 | 14 | 0 | 20 | CB | 24 | 32 |
| Octal | 122 | 213 | 256 | 65 | 24 | 0 | 40 | 313 | 44 | 62 |
| Binary | 1010010 | 10001011 | 10101110 | 110101 | 10100 | 0 | 100000 | 11001011 | 100100 | 110010 |
Color Harmonies of #528BAE
Complementary color
Monochromatic Colors of #528BAE
Black with #528BAE
Text Example
Text Example
White with #528BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BAE; }
p { color: rgb(82,139,174); }
H1.HeaderClassName
{
color: #528BAE;
}
.AnyTagClassName
{
color: #528BAE;
}
</style>
background-color css
<style>
a { background-color: #528BAE; }
a { background-color: rgb(82,139,174); }
div.DivClassName
{
background-color: #528BAE;
}
.BgClassName
{
background-color: #528BAE;
}
</style>
border-color css
<style>
span { border-color: #528BAE; }
span { border-color: rgb(82,139,174); }
td.TdClassName
{
border-color: #528BAE;
}
.TagClassName
{
border-color: #528BAE;
}
</style>