#547FA2

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

Shades of Air Force Blue #547FA2

Tints of Air Force Blue #547FA2

Color information

#547FA2 (or 0x547FA2) is unknown color: approx Air Force Blue. HEX triplet: 54, 7F and A2. RGB value is (84,127,162). Sum of RGB (Red+Green+Blue) = 84+127+162=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #547FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547FA2 is #AB805D. Grayscale: #757575. Windows color (decimal): -11239518 or 10649428. OLE color: 10649428.

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

Color convert

RGB84127162-
CMYK0.480.2200.36
HSL206.92º31.71%48.24%-
HSV(B)206.92º48.15%63.53%-
XYZ17.7719.6737.04-
YUV118.13152.75103.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 162 (63.67% from 255) = 43.43%
R=22.52%
G=34.05%
B=43.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841271620.480.2200.36206.9231.7148.24
Hex547FA23016024cf2030
Octal12417724260260443174060
Binary101010011111111010001011000010110010010011001111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547FA2; }

 p { color: rgb(84,127,162); }

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

<style>
 a { background-color: #547FA2; }

 a { background-color: rgb(84,127,162); }

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

<style>
 span { border-color: #547FA2; }

 span { border-color: rgb(84,127,162); }

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