#548FB0

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

Shades of Air Force Blue #548FB0

Tints of Air Force Blue #548FB0

Color information

#548FB0 (or 0x548FB0) is unknown color: approx Air Force Blue. HEX triplet: 54, 8F and B0. RGB value is (84,143,176). Sum of RGB (Red+Green+Blue) = 84+143+176=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #548FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548FB0 is #AB704F. Grayscale: #808080. Windows color (decimal): -11235408 or 11571028. OLE color: 11571028.

HSL color Cylindrical-coordinate representation of color #548FB0: hue angle of 201.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #548FB0 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84143176-
CMYK0.520.1900.31
HSL201.52º36.8%50.98%-
HSV(B)201.52º52.27%69.02%-
XYZ21.3224.6644.71-
YUV129.12154.4595.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 143 (56.25% from 255) = 35.48%
BLUE value IS 176 (69.14% from 255) = 43.67%
R=20.84%
G=35.48%
B=43.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841431760.520.1900.31201.5236.850.98
Hex548FB0341301Fca2533
Octal12421726064230373124563
Binary101010010001111101100001101001001101111111001010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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