Html Css Color HEX #528AAF Air Force Blue

📋 copy color: '#528AAF'

red 82 ◦ green 138 ◦ blue 175

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

Shades of Air Force Blue #528AAF

Tints of Air Force Blue #528AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 20.76%
G = 34.94%
B = 44.3%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#528AAF (or 0x528AAF) is known color: Air Force Blue. HEX triplet: 52, 8A and AF. RGB value is (82,138,175). Sum of RGB (Red+Green+Blue) = 82+138+175=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #528AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AAF is #AD7550. Grayscale: #7D7D7D. Windows color (decimal): -11367761 or 11504210. OLE color: 11504210.

HSL color Cylindrical-coordinate representation of color #528AAF: hue angle of 203.87º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #528AAF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 138 175 -
CMYK 0.53 0.21 0 0.31
HSL 203.87º 0.37% 0.5% -
HSV(B) 203.87º 0.53% 0.69% -
XYZ 20.31 23.07 43.94 -
YUV 125.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 82 138 175 0.53 0.21 0 0.31 203.87 0.37 0.5
Hex 52 8A AF 35 15 0 1F CC 25 32
Octal 122 212 257 65 25 0 37 314 45 62
Binary 1010010 10001010 10101111 110101 10101 0 11111 11001100 100101 110010

Color Harmonies of #528AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528AAF

Black with #528AAF

Text Example


Text Example

White with #528AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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