#528EAD

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

Shades of Air Force Blue #528EAD

Tints of Air Force Blue #528EAD

Color information

#528EAD (or 0x528EAD) is unknown color: approx Air Force Blue. HEX triplet: 52, 8E and AD. RGB value is (82,142,173). Sum of RGB (Red+Green+Blue) = 82+142+173=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #528EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528EAD is #AD7152. Grayscale: #7F7F7F. Windows color (decimal): -11366739 or 11374162. OLE color: 11374162.

HSL color Cylindrical-coordinate representation of color #528EAD: hue angle of 200.44º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #528EAD is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82142173-
CMYK0.530.1800.32
HSL200.44º35.69%50%-
HSV(B)200.44º52.6%67.84%-
XYZ20.724.1643.11-
YUV127.59153.6295.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=20.65%
G=35.77%
B=43.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821421730.530.1800.32200.4435.6950
Hex528EAD3512020c82432
Octal12221625565220403104462
Binary1010010100011101010110111010110010010000011001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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