Shades of Air Force Blue #528CAC
Tints of Air Force Blue #528CAC
RGB
CMYK
RGB Variations
Color information
#528CAC (or 0x528CAC) is known color: Air Force Blue. HEX triplet: 52, 8C and AC. RGB value is (82,140,172). Sum of RGB (Red+Green+Blue) = 82+140+172=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #528CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528CAC is #AD7353. Grayscale: #7E7E7E. Windows color (decimal): -11367252 or 11308114. OLE color: 11308114.
HSL color Cylindrical-coordinate representation of color #528CAC: hue angle of 201.33º 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 #528CAC is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 140 | 172 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.33 |
| HSL | 201.33º | 0.35% | 0.5% | - |
| HSV(B) | 201.33º | 0.52% | 0.67% | - |
| XYZ | 20.3 | 23.53 | 42.5 | - |
| YUV | 126.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 172 | 0.52 | 0.19 | 0 | 0.33 | 201.33 | 0.35 | 0.5 |
| Hex | 52 | 8C | AC | 34 | 13 | 0 | 21 | C9 | 23 | 32 |
| Octal | 122 | 214 | 254 | 64 | 23 | 0 | 41 | 311 | 43 | 62 |
| Binary | 1010010 | 10001100 | 10101100 | 110100 | 10011 | 0 | 100001 | 11001001 | 100011 | 110010 |
Color Harmonies of #528CAC
Complementary color
Monochromatic Colors of #528CAC
Black with #528CAC
Text Example
Text Example
White with #528CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CAC; }
p { color: rgb(82,140,172); }
H1.HeaderClassName
{
color: #528CAC;
}
.AnyTagClassName
{
color: #528CAC;
}
</style>
background-color css
<style>
a { background-color: #528CAC; }
a { background-color: rgb(82,140,172); }
div.DivClassName
{
background-color: #528CAC;
}
.BgClassName
{
background-color: #528CAC;
}
</style>
border-color css
<style>
span { border-color: #528CAC; }
span { border-color: rgb(82,140,172); }
td.TdClassName
{
border-color: #528CAC;
}
.TagClassName
{
border-color: #528CAC;
}
</style>