#548EAC

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

Shades of Air Force Blue #548EAC

Tints of Air Force Blue #548EAC

Color information

#548EAC (or 0x548EAC) is unknown color: approx Air Force Blue. HEX triplet: 54, 8E and AC. RGB value is (84,142,172). Sum of RGB (Red+Green+Blue) = 84+142+172=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #548EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548EAC is #AB7153. Grayscale: #7F7F7F. Windows color (decimal): -11235668 or 11308628. OLE color: 11308628.

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

Color convert

RGB84142172-
CMYK0.510.1700.33
HSL200.45º34.65%50.2%-
HSV(B)200.45º51.16%67.45%-
XYZ20.7824.2142.61-
YUV128.08152.7896.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=21.11%
G=35.68%
B=43.22%

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
Decimal841421720.510.1700.33200.4534.6550.2
Hex548EAC3311021c82332
Octal12421625463210413104362
Binary1010100100011101010110011001110001010000111001000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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