#528EAA

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

Shades of Air Force Blue #528EAA

Tints of Air Force Blue #528EAA

Color information

#528EAA (or 0x528EAA) is unknown color: approx Air Force Blue. HEX triplet: 52, 8E and AA. RGB value is (82,142,170). Sum of RGB (Red+Green+Blue) = 82+142+170=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #528EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528EAA is #AD7155. Grayscale: #7F7F7F. Windows color (decimal): -11366742 or 11177554. OLE color: 11177554.

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

Color convert

RGB82142170-
CMYK0.520.1600.33
HSL199.09º34.92%49.41%-
HSV(B)199.09º51.76%66.67%-
XYZ20.4124.0441.6-
YUV127.25152.1295.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 142 (55.86% from 255) = 36.04%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=20.81%
G=36.04%
B=43.15%

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
Decimal821421700.520.1600.33199.0934.9249.41
Hex528EAA3410021c72331
Octal12221625264200413074361
Binary1010010100011101010101011010010000010000111000111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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