#548CA5

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

Shades of Air Force Blue #548CA5

Tints of Air Force Blue #548CA5

Color information

#548CA5 (or 0x548CA5) is unknown color: approx Air Force Blue. HEX triplet: 54, 8C and A5. RGB value is (84,140,165). Sum of RGB (Red+Green+Blue) = 84+140+165=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #548CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548CA5 is #AB735A. Grayscale: #7D7D7D. Windows color (decimal): -11236187 or 10849364. OLE color: 10849364.

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

Color convert

RGB84140165-
CMYK0.490.1500.35
HSL198.52º32.53%48.82%-
HSV(B)198.52º49.09%64.71%-
XYZ19.8323.3639.06-
YUV126.11149.9597.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 165 (64.84% from 255) = 42.42%
R=21.59%
G=35.99%
B=42.42%

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
Decimal841401650.490.1500.35198.5232.5348.82
Hex548CA531F023c72131
Octal12421424561170433074161
Binary101010010001100101001011100011111010001111000111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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