#548EA5

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

Shades of Air Force Blue #548EA5

Tints of Air Force Blue #548EA5

Color information

#548EA5 (or 0x548EA5) is unknown color: approx Air Force Blue. HEX triplet: 54, 8E and A5. RGB value is (84,142,165). Sum of RGB (Red+Green+Blue) = 84+142+165=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 165 - color contains mainly: blue. Hex color #548EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548EA5 is #AB715A. Grayscale: #7F7F7F. Windows color (decimal): -11235675 or 10849876. OLE color: 10849876.

HSL color Cylindrical-coordinate representation of color #548EA5: hue angle of 197.04º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #548EA5 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB84142165-
CMYK0.490.1400.35
HSL197.04º32.53%48.82%-
HSV(B)197.04º49.09%64.71%-
XYZ20.1223.9539.16-
YUV127.28149.2897.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 165 (64.84% from 255) = 42.20%
R=21.48%
G=36.32%
B=42.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841421650.490.1400.35197.0432.5348.82
Hex548EA531E023c52131
Octal12421624561160433054161
Binary101010010001110101001011100011110010001111000101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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