Html Css Color HEX #528AAC Air Force Blue

📋 copy color: '#528AAC'

red 82 ◦ green 138 ◦ blue 172

#528AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #528AAC

Tints of Air Force Blue #528AAC

RGB

 RED value IS 82 (32.42% from 255) = 20.92%

 GREEN value IS 138 (54.3% from 255) = 35.2%

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 20.92%
G = 35.2%
B = 43.88%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#528AAC (or 0x528AAC) is known color: Air Force Blue. HEX triplet: 52, 8A and AC. RGB value is (82,138,172). Sum of RGB (Red+Green+Blue) = 82+138+172=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #528AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AAC is #AD7553. Grayscale: #7C7C7C. Windows color (decimal): -11367764 or 11307602. OLE color: 11307602.

HSL color Cylindrical-coordinate representation of color #528AAC: hue angle of 202.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #528AAC is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 138 172 -
CMYK 0.52 0.20 0 0.33
HSL 202.67º 0.35% 0.5% -
HSV(B) 202.67º 0.52% 0.67% -
XYZ 20.01 22.95 42.4 -
YUV 125.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 82 138 172 0.52 0.20 0 0.33 202.67 0.35 0.5
Hex 52 8A AC 34 14 0 21 CB 23 32
Octal 122 212 254 64 24 0 41 313 43 62
Binary 1010010 10001010 10101100 110100 10100 0 100001 11001011 100011 110010

Color Harmonies of #528AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528AAC

Black with #528AAC

Text Example


Text Example

White with #528AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #528AAC;
 }
 .AnyTagClassName
 {
   color: #528AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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