#528CAC

Color #528CAC Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #528CAC

Tints of Air Force Blue #528CAC

Color information

#528CAC (or 0x528CAC) is unknown color: approx Air Force Blue. HEX triplet: 52, 8C and AC. RGB value is (82,140,172). Sum of RGB (Red+Green+Blue) = 82+140+172=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #528CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528CAC is #AD7353. Grayscale: #7E7E7E. Windows color (decimal): -11367252 or 11308114. OLE color: 11308114.

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

Color convert

RGB82140172-
CMYK0.520.1900.33
HSL201.33º35.43%49.8%-
HSV(B)201.33º52.33%67.45%-
XYZ20.323.5342.5-
YUV126.31153.7896.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=20.81%
G=35.53%
B=43.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821401720.520.1900.33201.3335.4349.8
Hex528CAC3413021c92332
Octal12221425464230413114362
Binary1010010100011001010110011010010011010000111001001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #528CAC;
 }
 .AnyTagClassName
 {
   color: #528CAC;
 }
</style>
background-color css

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

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

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

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

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

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