#547FA9

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

Shades of Air Force Blue #547FA9

Tints of Air Force Blue #547FA9

Color information

#547FA9 (or 0x547FA9) is unknown color: approx Air Force Blue. HEX triplet: 54, 7F and A9. RGB value is (84,127,169). Sum of RGB (Red+Green+Blue) = 84+127+169=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 169 - color contains mainly: blue. Hex color #547FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547FA9 is #AB8056. Grayscale: #767676. Windows color (decimal): -11239511 or 11108180. OLE color: 11108180.

HSL color Cylindrical-coordinate representation of color #547FA9: hue angle of 209.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #547FA9 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB84127169-
CMYK0.500.2500.34
HSL209.65º33.6%49.61%-
HSV(B)209.65º50.3%66.27%-
XYZ18.4119.9340.41-
YUV118.93156.25103.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.11%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 169 (66.41% from 255) = 44.47%
R=22.11%
G=33.42%
B=44.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841271690.500.2500.34209.6533.649.61
Hex547FA93219022d22232
Octal12417725162310423224262
Binary101010011111111010100111001011001010001011010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547FA9; }

 p { color: rgb(84,127,169); }

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

<style>
 a { background-color: #547FA9; }

 a { background-color: rgb(84,127,169); }

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

<style>
 span { border-color: #547FA9; }

 span { border-color: rgb(84,127,169); }

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