#548FAC

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

Shades of Air Force Blue #548FAC

Tints of Air Force Blue #548FAC

Color information

#548FAC (or 0x548FAC) is unknown color: approx Air Force Blue. HEX triplet: 54, 8F and AC. RGB value is (84,143,172). Sum of RGB (Red+Green+Blue) = 84+143+172=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #548FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548FAC is #AB7053. Grayscale: #808080. Windows color (decimal): -11235412 or 11308884. OLE color: 11308884.

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

Color convert

RGB84143172-
CMYK0.510.1700.33
HSL199.77º34.65%50.2%-
HSV(B)199.77º51.16%67.45%-
XYZ20.9324.5142.66-
YUV128.66152.4596.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.05%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=21.05%
G=35.84%
B=43.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841431720.510.1700.33199.7734.6550.2
Hex548FAC3311021c82332
Octal12421725463210413104362
Binary1010100100011111010110011001110001010000111001000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,143,172); }

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

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

 a { background-color: rgb(84,143,172); }

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

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

 span { border-color: rgb(84,143,172); }

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