#548EB3

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

Shades of Air Force Blue #548EB3

Tints of Air Force Blue #548EB3

Color information

#548EB3 (or 0x548EB3) is unknown color: approx Air Force Blue. HEX triplet: 54, 8E and B3. RGB value is (84,142,179). Sum of RGB (Red+Green+Blue) = 84+142+179=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #548EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EB3 is #AB714C. Grayscale: #808080. Windows color (decimal): -11235661 or 11767380. OLE color: 11767380.

HSL color Cylindrical-coordinate representation of color #548EB3: hue angle of 203.37º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #548EB3 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB84142179-
CMYK0.530.2100.30
HSL203.37º38.46%51.57%-
HSV(B)203.37º53.07%70.2%-
XYZ21.4724.4946.24-
YUV128.88156.2895.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=20.74%
G=35.06%
B=44.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841421790.530.2100.30203.3738.4651.57
Hex548EB3351501Ecb2634
Octal12421626365250363134664
Binary101010010001110101100111101011010101111011001011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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