#537FA4

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

Shades of Air Force Blue #537FA4

Tints of Air Force Blue #537FA4

Color information

#537FA4 (or 0x537FA4) is unknown color: approx Air Force Blue. HEX triplet: 53, 7F and A4. RGB value is (83,127,164). Sum of RGB (Red+Green+Blue) = 83+127+164=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #537FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FA4 is #AC805B. Grayscale: #757575. Windows color (decimal): -11305052 or 10780499. OLE color: 10780499.

HSL color Cylindrical-coordinate representation of color #537FA4: hue angle of 207.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #537FA4 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB83127164-
CMYK0.490.2300.36
HSL207.41º32.79%48.43%-
HSV(B)207.41º49.39%64.31%-
XYZ17.8619.737.98-
YUV118.06153.92102.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 164 (64.45% from 255) = 43.85%
R=22.19%
G=33.96%
B=43.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831271640.490.2300.36207.4132.7948.43
Hex537FA43117024cf2130
Octal12317724461270443174160
Binary101001111111111010010011000110111010010011001111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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