Html Css Color HEX #528BAA Air Force Blue

📋 copy color: '#528BAA'

red 82 ◦ green 139 ◦ blue 170

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

Shades of Air Force Blue #528BAA

Tints of Air Force Blue #528BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.55%

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 20.97%
G = 35.55%
B = 43.48%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#528BAA (or 0x528BAA) is known color: Air Force Blue. HEX triplet: 52, 8B and AA. RGB value is (82,139,170). Sum of RGB (Red+Green+Blue) = 82+139+170=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #528BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528BAA is #AD7455. Grayscale: #7D7D7D. Windows color (decimal): -11367510 or 11176786. OLE color: 11176786.

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

Color convert

RGB 82 139 170 -
CMYK 0.52 0.18 0 0.33
HSL 201.14º 0.35% 0.49% -
HSV(B) 201.14º 0.52% 0.67% -
XYZ 19.97 23.16 41.45 -
YUV 125.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 82 139 170 0.52 0.18 0 0.33 201.14 0.35 0.49
Hex 52 8B AA 34 12 0 21 C9 23 31
Octal 122 213 252 64 22 0 41 311 43 61
Binary 1010010 10001011 10101010 110100 10010 0 100001 11001001 100011 110001

Color Harmonies of #528BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BAA

Black with #528BAA

Text Example


Text Example

White with #528BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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