Html Css Color HEX #528FAC Air Force Blue

📋 copy color: '#528FAC'

red 82 ◦ green 143 ◦ blue 172

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

Shades of Air Force Blue #528FAC

Tints of Air Force Blue #528FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.02%

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

R = 20.65%
G = 36.02%
B = 43.32%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#528FAC (or 0x528FAC) is known color: Air Force Blue. HEX triplet: 52, 8F and AC. RGB value is (82,143,172). Sum of RGB (Red+Green+Blue) = 82+143+172=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #528FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528FAC is #AD7053. Grayscale: #7F7F7F. Windows color (decimal): -11366484 or 11308882. OLE color: 11308882.

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

Color convert

RGB 82 143 172 -
CMYK 0.52 0.17 0 0.33
HSL 199.33º 0.35% 0.5% -
HSV(B) 199.33º 0.52% 0.67% -
XYZ 20.75 24.42 42.65 -
YUV 128.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 82 143 172 0.52 0.17 0 0.33 199.33 0.35 0.5
Hex 52 8F AC 34 11 0 21 C7 23 32
Octal 122 217 254 64 21 0 41 307 43 62
Binary 1010010 10001111 10101100 110100 10001 0 100001 11000111 100011 110010

Color Harmonies of #528FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528FAC

Black with #528FAC

Text Example


Text Example

White with #528FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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