#548BAA

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

Shades of Air Force Blue #548BAA

Tints of Air Force Blue #548BAA

Color information

#548BAA (or 0x548BAA) is unknown color: approx Air Force Blue. HEX triplet: 54, 8B and AA. RGB value is (84,139,170). Sum of RGB (Red+Green+Blue) = 84+139+170=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #548BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548BAA is #AB7455. Grayscale: #7D7D7D. Windows color (decimal): -11236438 or 11176788. OLE color: 11176788.

HSL color Cylindrical-coordinate representation of color #548BAA: hue angle of 201.63º 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 #548BAA is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84139170-
CMYK0.510.1800.33
HSL201.63º33.86%49.8%-
HSV(B)201.63º50.59%66.67%-
XYZ20.1423.2541.46-
YUV126.09152.7897.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.37%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=21.37%
G=35.37%
B=43.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841391700.510.1800.33201.6333.8649.8
Hex548BAA3312021ca2232
Octal12421325263220413124262
Binary1010100100010111010101011001110010010000111001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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