#548DA9

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

Shades of Air Force Blue #548DA9

Tints of Air Force Blue #548DA9

Color information

#548DA9 (or 0x548DA9) is unknown color: approx Air Force Blue. HEX triplet: 54, 8D and A9. RGB value is (84,141,169). Sum of RGB (Red+Green+Blue) = 84+141+169=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 169 - color contains mainly: blue. Hex color #548DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548DA9 is #AB7256. Grayscale: #7E7E7E. Windows color (decimal): -11235927 or 11111764. OLE color: 11111764.

HSL color Cylindrical-coordinate representation of color #548DA9: hue angle of 199.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #548DA9 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB84141169-
CMYK0.500.1700.34
HSL199.76º33.6%49.61%-
HSV(B)199.76º50.3%66.27%-
XYZ20.3423.841.06-
YUV127.15151.6297.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.32%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 169 (66.41% from 255) = 42.89%
R=21.32%
G=35.79%
B=42.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841411690.500.1700.34199.7633.649.61
Hex548DA93211022c82232
Octal12421525162210423104262
Binary1010100100011011010100111001010001010001011001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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