#548BAE

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

Shades of Air Force Blue #548BAE

Tints of Air Force Blue #548BAE

Color information

#548BAE (or 0x548BAE) is unknown color: approx Air Force Blue. HEX triplet: 54, 8B and AE. RGB value is (84,139,174). Sum of RGB (Red+Green+Blue) = 84+139+174=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #548BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548BAE is #AB7451. Grayscale: #7E7E7E. Windows color (decimal): -11236434 or 11438932. OLE color: 11438932.

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

Color convert

RGB84139174-
CMYK0.520.2000.32
HSL203.33º35.71%50.59%-
HSV(B)203.33º51.72%68.24%-
XYZ20.5323.4143.48-
YUV126.54154.7897.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=21.16%
G=35.01%
B=43.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841391740.520.2000.32203.3335.7150.59
Hex548BAE3414020cb2433
Octal12421325664240403134463
Binary1010100100010111010111011010010100010000011001011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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