#548AAA

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

Shades of Air Force Blue #548AAA

Tints of Air Force Blue #548AAA

Color information

#548AAA (or 0x548AAA) is unknown color: approx Air Force Blue. HEX triplet: 54, 8A and AA. RGB value is (84,138,170). Sum of RGB (Red+Green+Blue) = 84+138+170=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #548AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548AAA is #AB7555. Grayscale: #7D7D7D. Windows color (decimal): -11236694 or 11176532. OLE color: 11176532.

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

Color convert

RGB84138170-
CMYK0.510.1900.33
HSL202.33º33.86%49.8%-
HSV(B)202.33º50.59%66.67%-
XYZ2022.9641.41-
YUV125.5153.1198.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=21.43%
G=35.20%
B=43.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841381700.510.1900.33202.3333.8649.8
Hex548AAA3313021ca2232
Octal12421225263230413124262
Binary1010100100010101010101011001110011010000111001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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