#548BA5

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

Shades of Air Force Blue #548BA5

Tints of Air Force Blue #548BA5

Color information

#548BA5 (or 0x548BA5) is unknown color: approx Air Force Blue. HEX triplet: 54, 8B and A5. RGB value is (84,139,165). Sum of RGB (Red+Green+Blue) = 84+139+165=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 165 - color contains mainly: blue. Hex color #548BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548BA5 is #AB745A. Grayscale: #7D7D7D. Windows color (decimal): -11236443 or 10849108. OLE color: 10849108.

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

Color convert

RGB84139165-
CMYK0.490.1600.35
HSL199.26º32.53%48.82%-
HSV(B)199.26º49.09%64.71%-
XYZ19.6823.0739.01-
YUV125.52150.2898.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 139 (54.69% from 255) = 35.82%
BLUE value IS 165 (64.84% from 255) = 42.53%
R=21.65%
G=35.82%
B=42.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841391650.490.1600.35199.2632.5348.82
Hex548BA53110023c72131
Octal12421324561200433074161
Binary1010100100010111010010111000110000010001111000111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,139,165); }

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

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

 a { background-color: rgb(84,139,165); }

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

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

 span { border-color: rgb(84,139,165); }

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