#548AA4

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

Shades of Air Force Blue #548AA4

Tints of Air Force Blue #548AA4

Color information

#548AA4 (or 0x548AA4) is unknown color: approx Air Force Blue. HEX triplet: 54, 8A and A4. RGB value is (84,138,164). Sum of RGB (Red+Green+Blue) = 84+138+164=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #548AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548AA4 is #AB755B. Grayscale: #7C7C7C. Windows color (decimal): -11236700 or 10783316. OLE color: 10783316.

HSL color Cylindrical-coordinate representation of color #548AA4: hue angle of 199.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #548AA4 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB84138164-
CMYK0.490.1600.36
HSL199.5º32.26%48.63%-
HSV(B)199.5º48.78%64.31%-
XYZ19.4522.7438.49-
YUV124.82150.1198.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.76%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 164 (64.45% from 255) = 42.49%
R=21.76%
G=35.75%
B=42.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841381640.490.1600.36199.532.2648.63
Hex548AA43110024c82031
Octal12421224461200443104061
Binary1010100100010101010010011000110000010010011001000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,138,164); }

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

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

 a { background-color: rgb(84,138,164); }

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

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

 span { border-color: rgb(84,138,164); }

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