Html Css Color HEX #528EAC Air Force Blue

📋 copy color: '#528EAC'

red 82 ◦ green 142 ◦ blue 172

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

Shades of Air Force Blue #528EAC

Tints of Air Force Blue #528EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.86%

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

R = 20.71%
G = 35.86%
B = 43.43%

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

#528EAC (or 0x528EAC) is known color: Air Force Blue. HEX triplet: 52, 8E and AC. RGB value is (82,142,172). Sum of RGB (Red+Green+Blue) = 82+142+172=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #528EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528EAC is #AD7153. Grayscale: #7F7F7F. Windows color (decimal): -11366740 or 11308626. OLE color: 11308626.

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

Color convert

RGB 82 142 172 -
CMYK 0.52 0.17 0 0.33
HSL 200º 0.35% 0.5% -
HSV(B) 200º 0.52% 0.67% -
XYZ 20.6 24.12 42.6 -
YUV 127.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 82 142 172 0.52 0.17 0 0.33 200 0.35 0.5
Hex 52 8E AC 34 11 0 21 C8 23 32
Octal 122 216 254 64 21 0 41 310 43 62
Binary 1010010 10001110 10101100 110100 10001 0 100001 11001000 100011 110010

Color Harmonies of #528EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528EAC

Black with #528EAC

Text Example


Text Example

White with #528EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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