#528AAD

Color #528AAD Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #528AAD

Tints of Air Force Blue #528AAD

Color information

#528AAD (or 0x528AAD) is unknown color: approx Air Force Blue. HEX triplet: 52, 8A and AD. RGB value is (82,138,173). Sum of RGB (Red+Green+Blue) = 82+138+173=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #528AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AAD is #AD7552. Grayscale: #7D7D7D. Windows color (decimal): -11367763 or 11373138. OLE color: 11373138.

HSL color Cylindrical-coordinate representation of color #528AAD: hue angle of 203.08º 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 #528AAD is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82138173-
CMYK0.530.2000.32
HSL203.08º35.69%50%-
HSV(B)203.08º52.6%67.84%-
XYZ20.1122.9942.91-
YUV125.25154.9597.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 20.87%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=20.87%
G=35.11%
B=44.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821381730.530.2000.32203.0835.6950
Hex528AAD3514020cb2432
Octal12221225565240403134462
Binary1010010100010101010110111010110100010000011001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528AAD; }

 p { color: rgb(82,138,173); }

 H1.HeaderClassName
 {
   color: #528AAD;
 }
 .AnyTagClassName
 {
   color: #528AAD;
 }
</style>
background-color css

<style>
 a { background-color: #528AAD; }

 a { background-color: rgb(82,138,173); }

 div.DivClassName
 {
   background-color: #528AAD;
 }
 .BgClassName
 {
   background-color: #528AAD;
 }
</style>
border-color css

<style>
 span { border-color: #528AAD; }

 span { border-color: rgb(82,138,173); }

 td.TdClassName
 {
   border-color: #528AAD;
 }
 .TagClassName
 {
   border-color: #528AAD;
 }
</style>