#528AAC

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

Shades of Air Force Blue #528AAC

Tints of Air Force Blue #528AAC

Color information

#528AAC (or 0x528AAC) is unknown color: approx Air Force Blue. HEX triplet: 52, 8A and AC. RGB value is (82,138,172). Sum of RGB (Red+Green+Blue) = 82+138+172=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #528AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AAC is #AD7553. Grayscale: #7C7C7C. Windows color (decimal): -11367764 or 11307602. OLE color: 11307602.

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

Color convert

RGB82138172-
CMYK0.520.2000.33
HSL202.67º35.43%49.8%-
HSV(B)202.67º52.33%67.45%-
XYZ20.0122.9542.4-
YUV125.13154.4597.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=20.92%
G=35.20%
B=43.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821381720.520.2000.33202.6735.4349.8
Hex528AAC3414021cb2332
Octal12221225464240413134362
Binary1010010100010101010110011010010100010000111001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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