#548faa

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

Shades of Air Force Blue #548FAA

Tints of Air Force Blue #548FAA

Color information

#548FAA (or 0x548FAA) is unknown color: approx Air Force Blue. HEX triplet: 54, 8F and AA. RGB value is (84,143,170). Sum of RGB (Red+Green+Blue) = 84+143+170=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #548FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548FAA is #AB7055. Grayscale: #808080. Windows color (decimal): -11235414 or 11177812. OLE color: 11177812.

HSL color Cylindrical-coordinate representation of color #548FAA: hue angle of 198.84º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #548FAA is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84143170-
CMYK0.510.1600.33
HSL198.84º33.86%49.8%-
HSV(B)198.84º50.59%66.67%-
XYZ20.7324.4341.65-
YUV128.44151.4596.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=21.16%
G=36.02%
B=42.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841431700.510.1600.33198.8433.8649.8
Hex548FAA3310021c72232
Octal12421725263200413074262
Binary1010100100011111010101011001110000010000111000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548faa; }

 p { color: rgb(84,143,170); }

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

<style>
 a { background-color: #548faa; }

 a { background-color: rgb(84,143,170); }

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

<style>
 span { border-color: #548faa; }

 span { border-color: rgb(84,143,170); }

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