Html Css Color HEX #528BAC Air Force Blue

📋 copy color: '#528BAC'

red 82 ◦ green 139 ◦ blue 172

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

Shades of Air Force Blue #528BAC

Tints of Air Force Blue #528BAC

RGB

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

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

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

R = 20.87%
G = 35.37%
B = 43.77%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#528BAC (or 0x528BAC) is known color: Air Force Blue. HEX triplet: 52, 8B and AC. RGB value is (82,139,172). Sum of RGB (Red+Green+Blue) = 82+139+172=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #528BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528BAC is #AD7453. Grayscale: #7D7D7D. Windows color (decimal): -11367508 or 11307858. OLE color: 11307858.

HSL color Cylindrical-coordinate representation of color #528BAC: hue angle of 202º 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 #528BAC is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 139 172 -
CMYK 0.52 0.19 0 0.33
HSL 202º 0.35% 0.5% -
HSV(B) 202º 0.52% 0.67% -
XYZ 20.16 23.24 42.45 -
YUV 125.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 82 139 172 0.52 0.19 0 0.33 202 0.35 0.5
Hex 52 8B AC 34 13 0 21 CA 23 32
Octal 122 213 254 64 23 0 41 312 43 62
Binary 1010010 10001011 10101100 110100 10011 0 100001 11001010 100011 110010

Color Harmonies of #528BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BAC

Black with #528BAC

Text Example


Text Example

White with #528BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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