#537FA9

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

Shades of Air Force Blue #537FA9

Tints of Air Force Blue #537FA9

Color information

#537FA9 (or 0x537FA9) is unknown color: approx Air Force Blue. HEX triplet: 53, 7F and A9. RGB value is (83,127,169). Sum of RGB (Red+Green+Blue) = 83+127+169=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #537FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FA9 is #AC8056. Grayscale: #767676. Windows color (decimal): -11305047 or 11108179. OLE color: 11108179.

HSL color Cylindrical-coordinate representation of color #537FA9: hue angle of 209.3º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #537FA9 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB83127169-
CMYK0.510.2500.34
HSL209.3º34.13%49.41%-
HSV(B)209.3º50.89%66.27%-
XYZ18.3219.8840.41-
YUV118.63156.42102.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 169 (66.41% from 255) = 44.59%
R=21.90%
G=33.51%
B=44.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831271690.510.2500.34209.334.1349.41
Hex537FA93319022d12231
Octal12317725163310423214261
Binary101001111111111010100111001111001010001011010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537FA9; }

 p { color: rgb(83,127,169); }

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

<style>
 a { background-color: #537FA9; }

 a { background-color: rgb(83,127,169); }

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

<style>
 span { border-color: #537FA9; }

 span { border-color: rgb(83,127,169); }

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