#537FA0

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

Shades of Air Force Blue #537FA0

Tints of Air Force Blue #537FA0

Color information

#537FA0 (or 0x537FA0) is unknown color: approx Air Force Blue. HEX triplet: 53, 7F and A0. RGB value is (83,127,160). Sum of RGB (Red+Green+Blue) = 83+127+160=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: blue. Hex color #537FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FA0 is #AC805F. Grayscale: #757575. Windows color (decimal): -11305056 or 10518355. OLE color: 10518355.

HSL color Cylindrical-coordinate representation of color #537FA0: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #537FA0 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB83127160-
CMYK0.480.2100.37
HSL205.71º31.69%47.65%-
HSV(B)205.71º48.12%62.75%-
XYZ17.519.5636.11-
YUV117.61151.92103.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 160 (62.89% from 255) = 43.24%
R=22.43%
G=34.32%
B=43.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831271600.480.2100.37205.7131.6947.65
Hex537FA03015025ce2030
Octal12317724060250453164060
Binary101001111111111010000011000010101010010111001110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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