#528DAD

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

Shades of Air Force Blue #528DAD

Tints of Air Force Blue #528DAD

Color information

#528DAD (or 0x528DAD) is unknown color: approx Air Force Blue. HEX triplet: 52, 8D and AD. RGB value is (82,141,173). Sum of RGB (Red+Green+Blue) = 82+141+173=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #528DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528DAD is #AD7252. Grayscale: #7E7E7E. Windows color (decimal): -11366995 or 11373906. OLE color: 11373906.

HSL color Cylindrical-coordinate representation of color #528DAD: hue angle of 201.1º 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 #528DAD is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82141173-
CMYK0.530.1800.32
HSL201.1º35.69%50%-
HSV(B)201.1º52.6%67.84%-
XYZ20.5523.8643.06-
YUV127.01153.9595.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=20.71%
G=35.61%
B=43.69%

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
Decimal821411730.530.1800.32201.135.6950
Hex528DAD3512020c92432
Octal12221525565220403114462
Binary1010010100011011010110111010110010010000011001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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