#528CAB

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

Shades of Air Force Blue #528CAB

Tints of Air Force Blue #528CAB

Color information

#528CAB (or 0x528CAB) is unknown color: approx Air Force Blue. HEX triplet: 52, 8C and AB. RGB value is (82,140,171). Sum of RGB (Red+Green+Blue) = 82+140+171=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #528CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528CAB is #AD7354. Grayscale: #7E7E7E. Windows color (decimal): -11367253 or 11242578. OLE color: 11242578.

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

Color convert

RGB82140171-
CMYK0.520.1800.33
HSL200.9º35.18%49.61%-
HSV(B)200.9º52.05%67.06%-
XYZ20.2123.4942-
YUV126.19153.2896.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.87%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=20.87%
G=35.62%
B=43.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821401710.520.1800.33200.935.1849.61
Hex528CAB3412021c92332
Octal12221425364220413114362
Binary1010010100011001010101111010010010010000111001001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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