#528EA5

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

Shades of Air Force Blue #528EA5

Tints of Air Force Blue #528EA5

Color information

#528EA5 (or 0x528EA5) is unknown color: approx Air Force Blue. HEX triplet: 52, 8E and A5. RGB value is (82,142,165). Sum of RGB (Red+Green+Blue) = 82+142+165=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #528EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528EA5 is #AD715A. Grayscale: #7E7E7E. Windows color (decimal): -11366747 or 10849874. OLE color: 10849874.

HSL color Cylindrical-coordinate representation of color #528EA5: hue angle of 196.63º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528EA5 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB82142165-
CMYK0.500.1400.35
HSL196.63º33.6%48.43%-
HSV(B)196.63º50.3%64.71%-
XYZ19.9423.8639.15-
YUV126.68149.6296.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 165 (64.84% from 255) = 42.42%
R=21.08%
G=36.50%
B=42.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821421650.500.1400.35196.6333.648.43
Hex528EA532E023c52230
Octal12221624562160433054260
Binary101001010001110101001011100101110010001111000101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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