#528faa

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

Shades of Air Force Blue #528FAA

Tints of Air Force Blue #528FAA

Color information

#528FAA (or 0x528FAA) is unknown color: approx Air Force Blue. HEX triplet: 52, 8F and AA. RGB value is (82,143,170). Sum of RGB (Red+Green+Blue) = 82+143+170=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #528FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528FAA is #AD7055. Grayscale: #7F7F7F. Windows color (decimal): -11366486 or 11177810. OLE color: 11177810.

HSL color Cylindrical-coordinate representation of color #528FAA: hue angle of 198.41º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #528FAA is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82143170-
CMYK0.520.1600.33
HSL198.41º34.92%49.41%-
HSV(B)198.41º51.76%66.67%-
XYZ20.5624.3441.64-
YUV127.84151.7995.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=20.76%
G=36.20%
B=43.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821431700.520.1600.33198.4134.9249.41
Hex528FAA3410021c62331
Octal12221725264200413064361
Binary1010010100011111010101011010010000010000111000110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,143,170); }

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

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

 a { background-color: rgb(82,143,170); }

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

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

 span { border-color: rgb(82,143,170); }

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