Html Css Color HEX #528DAC Air Force Blue

📋 copy color: '#528DAC'

red 82 ◦ green 141 ◦ blue 172

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

Shades of Air Force Blue #528DAC

Tints of Air Force Blue #528DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

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

R = 20.76%
G = 35.7%
B = 43.54%

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

#528DAC (or 0x528DAC) is known color: Air Force Blue. HEX triplet: 52, 8D and AC. RGB value is (82,141,172). Sum of RGB (Red+Green+Blue) = 82+141+172=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #528DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528DAC is #AD7253. Grayscale: #7E7E7E. Windows color (decimal): -11366996 or 11308370. OLE color: 11308370.

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

Color convert

RGB 82 141 172 -
CMYK 0.52 0.18 0 0.33
HSL 200.67º 0.35% 0.5% -
HSV(B) 200.67º 0.52% 0.67% -
XYZ 20.45 23.82 42.55 -
YUV 126.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 82 141 172 0.52 0.18 0 0.33 200.67 0.35 0.5
Hex 52 8D AC 34 12 0 21 C9 23 32
Octal 122 215 254 64 22 0 41 311 43 62
Binary 1010010 10001101 10101100 110100 10010 0 100001 11001001 100011 110010

Color Harmonies of #528DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DAC

Black with #528DAC

Text Example


Text Example

White with #528DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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