#537EA0

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

Shades of Air Force Blue #537EA0

Tints of Air Force Blue #537EA0

Color information

#537EA0 (or 0x537EA0) is unknown color: approx Air Force Blue. HEX triplet: 53, 7E and A0. RGB value is (83,126,160). Sum of RGB (Red+Green+Blue) = 83+126+160=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #537EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537EA0 is #AC815F. Grayscale: #747474. Windows color (decimal): -11305312 or 10518099. OLE color: 10518099.

HSL color Cylindrical-coordinate representation of color #537EA0: hue angle of 206.49º 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 #537EA0 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB83126160-
CMYK0.480.2100.37
HSL206.49º31.69%47.65%-
HSV(B)206.49º48.12%62.75%-
XYZ17.3719.336.07-
YUV117.02152.25103.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 126 (49.61% from 255) = 34.15%
BLUE value IS 160 (62.89% from 255) = 43.36%
R=22.49%
G=34.15%
B=43.36%

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
Decimal831261600.480.2100.37206.4931.6947.65
Hex537EA03015025ce2030
Octal12317624060250453164060
Binary101001111111101010000011000010101010010111001110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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