#548AAD

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

Shades of Air Force Blue #548AAD

Tints of Air Force Blue #548AAD

Color information

#548AAD (or 0x548AAD) is unknown color: approx Air Force Blue. HEX triplet: 54, 8A and AD. RGB value is (84,138,173). Sum of RGB (Red+Green+Blue) = 84+138+173=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #548AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548AAD is #AB7552. Grayscale: #7D7D7D. Windows color (decimal): -11236691 or 11373140. OLE color: 11373140.

HSL color Cylindrical-coordinate representation of color #548AAD: hue angle of 203.6º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #548AAD is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84138173-
CMYK0.510.2000.32
HSL203.6º35.18%50.39%-
HSV(B)203.6º51.45%67.84%-
XYZ20.2923.0842.92-
YUV125.84154.6198.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.27%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=21.27%
G=34.94%
B=43.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841381730.510.2000.32203.635.1850.39
Hex548AAD3314020cc2332
Octal12421225563240403144362
Binary1010100100010101010110111001110100010000011001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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