#528AB1

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

Shades of Air Force Blue #528AB1

Tints of Air Force Blue #528AB1

Color information

#528AB1 (or 0x528AB1) is unknown color: approx Air Force Blue. HEX triplet: 52, 8A and B1. RGB value is (82,138,177). Sum of RGB (Red+Green+Blue) = 82+138+177=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #528AB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AB1 is #AD754E. Grayscale: #7D7D7D. Windows color (decimal): -11367759 or 11635282. OLE color: 11635282.

HSL color Cylindrical-coordinate representation of color #528AB1: hue angle of 204.63º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #528AB1 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82138177-
CMYK0.540.2200.31
HSL204.63º37.85%50.78%-
HSV(B)204.63º53.67%69.41%-
XYZ20.523.1544.98-
YUV125.7156.9596.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 177 (69.53% from 255) = 44.58%
R=20.65%
G=34.76%
B=44.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821381770.540.2200.31204.6337.8550.78
Hex528AB1361601Fcd2633
Octal12221226166260373154663
Binary101001010001010101100011101101011001111111001101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,138,177); }

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

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

 a { background-color: rgb(82,138,177); }

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

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

 span { border-color: rgb(82,138,177); }

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