#528CAF

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

Shades of Air Force Blue #528CAF

Tints of Air Force Blue #528CAF

Color information

#528CAF (or 0x528CAF) is unknown color: approx Air Force Blue. HEX triplet: 52, 8C and AF. RGB value is (82,140,175). Sum of RGB (Red+Green+Blue) = 82+140+175=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #528CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528CAF is #AD7350. Grayscale: #7E7E7E. Windows color (decimal): -11367249 or 11504722. OLE color: 11504722.

HSL color Cylindrical-coordinate representation of color #528CAF: hue angle of 202.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #528CAF is Cyan = 0.53, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82140175-
CMYK0.530.200.31
HSL202.58º36.76%50.39%-
HSV(B)202.58º53.14%68.63%-
XYZ20.623.6544.04-
YUV126.65155.2896.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=20.65%
G=35.26%
B=44.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821401750.530.200.31202.5836.7650.39
Hex528CAF351401Fcb2532
Octal12221425765240373134562
Binary101001010001100101011111101011010001111111001011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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