#537EA1

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

Shades of Air Force Blue #537EA1

Tints of Air Force Blue #537EA1

Color information

#537EA1 (or 0x537EA1) is unknown color: approx Air Force Blue. HEX triplet: 53, 7E and A1. RGB value is (83,126,161). Sum of RGB (Red+Green+Blue) = 83+126+161=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 161 - color contains mainly: blue. Hex color #537EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537EA1 is #AC815E. Grayscale: #747474. Windows color (decimal): -11305311 or 10583635. OLE color: 10583635.

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

Color convert

RGB83126161-
CMYK0.480.2200.37
HSL206.92º31.97%47.84%-
HSV(B)206.92º48.45%63.14%-
XYZ17.4619.3336.53-
YUV117.13152.75103.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 161 (63.28% from 255) = 43.51%
R=22.43%
G=34.05%
B=43.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831261610.480.2200.37206.9231.9747.84
Hex537EA13016025cf2030
Octal12317624160260453174060
Binary101001111111101010000111000010110010010111001111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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