#548BAD

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

Shades of Air Force Blue #548BAD

Tints of Air Force Blue #548BAD

Color information

#548BAD (or 0x548BAD) is unknown color: approx Air Force Blue. HEX triplet: 54, 8B and AD. RGB value is (84,139,173). Sum of RGB (Red+Green+Blue) = 84+139+173=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #548BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548BAD is #AB7452. Grayscale: #7E7E7E. Windows color (decimal): -11236435 or 11373396. OLE color: 11373396.

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

Color convert

RGB84139173-
CMYK0.510.2000.32
HSL202.92º35.18%50.39%-
HSV(B)202.92º51.45%67.84%-
XYZ20.4323.3742.97-
YUV126.43154.2897.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=21.21%
G=35.10%
B=43.69%

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
Decimal841391730.510.2000.32202.9235.1850.39
Hex548BAD3314020cb2332
Octal12421325563240403134362
Binary1010100100010111010110111001110100010000011001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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