#548DA6

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

Shades of Air Force Blue #548DA6

Tints of Air Force Blue #548DA6

Color information

#548DA6 (or 0x548DA6) is unknown color: approx Air Force Blue. HEX triplet: 54, 8D and A6. RGB value is (84,141,166). Sum of RGB (Red+Green+Blue) = 84+141+166=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 166 - color contains mainly: blue. Hex color #548DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548DA6 is #AB7259. Grayscale: #7E7E7E. Windows color (decimal): -11235930 or 10915156. OLE color: 10915156.

HSL color Cylindrical-coordinate representation of color #548DA6: hue angle of 198.29º 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 #548DA6 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB84141166-
CMYK0.490.1500.35
HSL198.29º32.8%49.02%-
HSV(B)198.29º49.4%65.1%-
XYZ20.0623.6939.59-
YUV126.81150.1297.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 166 (65.23% from 255) = 42.46%
R=21.48%
G=36.06%
B=42.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841411660.490.1500.35198.2932.849.02
Hex548DA631F023c62131
Octal12421524661170433064161
Binary101010010001101101001101100011111010001111000110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,141,166); }

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

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

 a { background-color: rgb(84,141,166); }

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

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

 span { border-color: rgb(84,141,166); }

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