#528FB4

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

Shades of Air Force Blue #528FB4

Tints of Air Force Blue #528FB4

Color information

#528FB4 (or 0x528FB4) is unknown color: approx Air Force Blue. HEX triplet: 52, 8F and B4. RGB value is (82,143,180). Sum of RGB (Red+Green+Blue) = 82+143+180=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #528FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FB4 is #AD704B. Grayscale: #808080. Windows color (decimal): -11366476 or 11833170. OLE color: 11833170.

HSL color Cylindrical-coordinate representation of color #528FB4: hue angle of 202.65º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #528FB4 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82143180-
CMYK0.540.2100.29
HSL202.65º39.52%51.37%-
HSV(B)202.65º54.44%70.59%-
XYZ21.5424.7346.82-
YUV128.98156.7994.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 180 (70.70% from 255) = 44.44%
R=20.25%
G=35.31%
B=44.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821431800.540.2100.29202.6539.5251.37
Hex528FB4361501Dcb2833
Octal12221726466250353135063
Binary101001010001111101101001101101010101110111001011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,143,180); }

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

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

 a { background-color: rgb(82,143,180); }

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

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

 span { border-color: rgb(82,143,180); }

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