#548EAA

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

Shades of Air Force Blue #548EAA

Tints of Air Force Blue #548EAA

Color information

#548EAA (or 0x548EAA) is unknown color: approx Air Force Blue. HEX triplet: 54, 8E and AA. RGB value is (84,142,170). Sum of RGB (Red+Green+Blue) = 84+142+170=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #548EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548EAA is #AB7155. Grayscale: #7F7F7F. Windows color (decimal): -11235670 or 11177556. OLE color: 11177556.

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

Color convert

RGB84142170-
CMYK0.510.1600.33
HSL199.53º33.86%49.8%-
HSV(B)199.53º50.59%66.67%-
XYZ20.5824.1341.6-
YUV127.85151.7896.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=21.21%
G=35.86%
B=42.93%

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
Decimal841421700.510.1600.33199.5333.8649.8
Hex548EAA3310021c82232
Octal12421625263200413104262
Binary1010100100011101010101011001110000010000111001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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