#548AA1

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

Shades of Air Force Blue #548AA1

Tints of Air Force Blue #548AA1

Color information

#548AA1 (or 0x548AA1) is unknown color: approx Air Force Blue. HEX triplet: 54, 8A and A1. RGB value is (84,138,161). Sum of RGB (Red+Green+Blue) = 84+138+161=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 161 - color contains mainly: blue. Hex color #548AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548AA1 is #AB755E. Grayscale: #7C7C7C. Windows color (decimal): -11236703 or 10586708. OLE color: 10586708.

HSL color Cylindrical-coordinate representation of color #548AA1: hue angle of 197.92º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #548AA1 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB84138161-
CMYK0.480.1400.37
HSL197.92º31.43%48.04%-
HSV(B)197.92º47.83%63.14%-
XYZ19.1822.6337.08-
YUV124.48148.6199.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 161 (63.28% from 255) = 42.04%
R=21.93%
G=36.03%
B=42.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841381610.480.1400.37197.9231.4348.04
Hex548AA130E025c61f30
Octal12421224160160453063760
Binary10101001000101010100001110000111001001011100011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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