#528BAD

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

Shades of Air Force Blue #528BAD

Tints of Air Force Blue #528BAD

Color information

#528BAD (or 0x528BAD) is unknown color: approx Air Force Blue. HEX triplet: 52, 8B and AD. RGB value is (82,139,173). Sum of RGB (Red+Green+Blue) = 82+139+173=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #528BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528BAD is #AD7452. Grayscale: #7D7D7D. Windows color (decimal): -11367507 or 11373394. OLE color: 11373394.

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

Color convert

RGB82139173-
CMYK0.530.2000.32
HSL202.42º35.69%50%-
HSV(B)202.42º52.6%67.84%-
XYZ20.2623.2842.96-
YUV125.83154.6296.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=20.81%
G=35.28%
B=43.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821391730.530.2000.32202.4235.6950
Hex528BAD3514020ca2432
Octal12221325565240403124462
Binary1010010100010111010110111010110100010000011001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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