#528AA9

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

Shades of Air Force Blue #528AA9

Tints of Air Force Blue #528AA9

Color information

#528AA9 (or 0x528AA9) is unknown color: approx Air Force Blue. HEX triplet: 52, 8A and A9. RGB value is (82,138,169). Sum of RGB (Red+Green+Blue) = 82+138+169=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #528AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AA9 is #AD7556. Grayscale: #7C7C7C. Windows color (decimal): -11367767 or 11110994. OLE color: 11110994.

HSL color Cylindrical-coordinate representation of color #528AA9: hue angle of 201.38º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #528AA9 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB82138169-
CMYK0.510.1800.34
HSL201.38º34.66%49.22%-
HSV(B)201.38º51.48%66.27%-
XYZ19.7322.8440.9-
YUV124.79152.9597.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 169 (66.41% from 255) = 43.44%
R=21.08%
G=35.48%
B=43.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821381690.510.1800.34201.3834.6649.22
Hex528AA93312022c92331
Octal12221225163220423114361
Binary1010010100010101010100111001110010010001011001001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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