Shades of Air Force Blue #528EA5
Tints of Air Force Blue #528EA5
RGB
CMYK
RGB Variations
Color information
#528EA5 (or 0x528EA5) is known color: Air Force Blue. HEX triplet: 52, 8E and A5. RGB value is (82,142,165). Sum of RGB (Red+Green+Blue) = 82+142+165=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #528EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528EA5 is #AD715A. Grayscale: #7E7E7E. Windows color (decimal): -11366747 or 10849874. OLE color: 10849874.
HSL color Cylindrical-coordinate representation of color #528EA5: hue angle of 196.63º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528EA5 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 142 | 165 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.35 |
| HSL | 196.63º | 0.34% | 0.48% | - |
| HSV(B) | 196.63º | 0.5% | 0.65% | - |
| XYZ | 19.94 | 23.86 | 39.15 | - |
| YUV | 126.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 165 | 0.50 | 0.14 | 0 | 0.35 | 196.63 | 0.34 | 0.48 |
| Hex | 52 | 8E | A5 | 32 | E | 0 | 23 | C5 | 22 | 30 |
| Octal | 122 | 216 | 245 | 62 | 16 | 0 | 43 | 305 | 42 | 60 |
| Binary | 1010010 | 10001110 | 10100101 | 110010 | 1110 | 0 | 100011 | 11000101 | 100010 | 110000 |
Color Harmonies of #528EA5
Complementary color
Monochromatic Colors of #528EA5
Black with #528EA5
Text Example
Text Example
White with #528EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EA5; }
p { color: rgb(82,142,165); }
H1.HeaderClassName
{
color: #528EA5;
}
.AnyTagClassName
{
color: #528EA5;
}
</style>
background-color css
<style>
a { background-color: #528EA5; }
a { background-color: rgb(82,142,165); }
div.DivClassName
{
background-color: #528EA5;
}
.BgClassName
{
background-color: #528EA5;
}
</style>
border-color css
<style>
span { border-color: #528EA5; }
span { border-color: rgb(82,142,165); }
td.TdClassName
{
border-color: #528EA5;
}
.TagClassName
{
border-color: #528EA5;
}
</style>