#537EA8

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

Shades of Air Force Blue #537EA8

Tints of Air Force Blue #537EA8

Color information

#537EA8 (or 0x537EA8) is unknown color: approx Air Force Blue. HEX triplet: 53, 7E and A8. RGB value is (83,126,168). Sum of RGB (Red+Green+Blue) = 83+126+168=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #537EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537EA8 is #AC8157. Grayscale: #757575. Windows color (decimal): -11305304 or 11042387. OLE color: 11042387.

HSL color Cylindrical-coordinate representation of color #537EA8: hue angle of 209.65º 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 #537EA8 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB83126168-
CMYK0.510.2500.34
HSL209.65º33.86%49.22%-
HSV(B)209.65º50.6%65.88%-
XYZ18.119.5939.87-
YUV117.93156.25103.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 168 (66.02% from 255) = 44.56%
R=22.02%
G=33.42%
B=44.56%

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
Decimal831261680.510.2500.34209.6533.8649.22
Hex537EA83319022d22231
Octal12317625063310423224261
Binary101001111111101010100011001111001010001011010010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,126,168); }

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

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

 a { background-color: rgb(83,126,168); }

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

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

 span { border-color: rgb(83,126,168); }

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